# Names Display

Users can display the agent name and customize the bot name of outgoing messages.

The account owner can configure this feature on the Settings page > Account Details.

<figure><img src="/files/6ydaJOnhJQqexk0kiFUp" alt="" width="375"><figcaption></figcaption></figure>

* **Display Agent Name**: When an agent replies to a customer, the agent's account name in the chatalog will be displayed in the conversation.
* **Display Bot Name**: When a bot replies to a customer, the bot name you have set will be displayed in the conversation.

<figure><img src="/files/7vuyd7ZKJ7lH03ovPzKR" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.chatalog.ai/settings/names-display.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
