# AI Agent Settings

This is the most important area for your AI Agent because it is where you will customize the AI agent for each use case/ business.

<div align="left"><figure><img src="/files/NaAEEAbYc36CDHcuKtZA" alt="" width="375"><figcaption></figcaption></figure></div>

### Name <a href="#name" id="name"></a>

This is the internal name of the AI Agent in your account. This name is not seen by users as long as a display name is added as well.

<figure><img src="/files/FFHLGJIoqRfMuFA0Zgl9" alt=""><figcaption></figcaption></figure>

### Display Name <a href="#display-name" id="display-name"></a>

This is the name shown to users on the chat widget.

This user-visible name represents your AI Agent. We advise including 'Al' for clarity. If this is not set, then AI Agent\`s name will be shown.

<figure><img src="/files/fEHpfDDt7tBUIEmopSFr" alt=""><figcaption></figcaption></figure>

### Initial Messages <a href="#initial-messages" id="initial-messages"></a>

Enter the AI Agent initial message(s) to users, separated by a new line for multiple messages.

This message greets users upon their initial interaction with the AI Agent. To add multiple messages, separate them by new lines.

<figure><img src="/files/1CkaKRtkJtTag8c2Budv" alt=""><figcaption></figcaption></figure>

### Conversation Starters <a href="#conversation-starters" id="conversation-starters"></a>

Predefined clickable messages for user prompts. Separate multiple messages with new lines.

<figure><img src="/files/FBsHJ2gg6FZODaadlx9b" alt=""><figcaption></figcaption></figure>

#### Chat Widget Pop Up <a href="#chat-widget-pop-up" id="chat-widget-pop-up"></a>

When enabled this will open the entire chat widget to the user on the webpage.


---

# 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.agentsupply.ai/ai-features/ai-agent-settings.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.
