> For the complete documentation index, see [llms.txt](https://docs.botdistrikt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.botdistrikt.com/messaging-channels/website/guest-users.md).

# Guest Users

## Managing Users

Unlike a user messaging your bot with another messaging channel, website visitors are anonymous and cannot be identified by the chatbot.

Therefore, your users who message your bot will be given a random name in format of Website Guest XXXXX.

![Users Dashboard of users of the Website Widget](/files/-M0Rbwg7062HPIW7Qqs3)

Website users have 2 attributes setup as soon as they click GET STARTED

| Attribute    | Description                                         | Use                                                   |
| ------------ | --------------------------------------------------- | ----------------------------------------------------- |
| `webchat_id` | A unique generated ID                               | to identify a user as long as their session is active |
| `source`     | The domain URL where they messaged the chatbot from | to personalise chat experiences with rules            |

### A note on Website bot Users

Website chat does not automatically store any identification information, as opposed to other messaging channels. Every user is a **Guest Use**r. This means after messaging your bot if a user

* Clicks Reset Chat,
* Closes the page on their browser, then revisits the page, or
* Stays inactive on the page for more than your bot's Session Length

Their profile on your bot will expire. Subsequent chats from the same person will create a 2nd User profile on your bot.

{% hint style="warning" %}
Please be wary of Guest Users as each one of them counts towards your plan's User Limit
{% endhint %}

It is recommended to make your website chat bot request every user for personally identifiable information such as their email address or phone number, so you may continue conversations with them later on.&#x20;

Please remember to add your Privacy Policy to the Website Chat integration before doing this.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.botdistrikt.com/messaging-channels/website/guest-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
