# AI Agent Settings

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

<figure><img src="https://1359281993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLIQnOFYHkQtdWxUzzFE%2Fuploads%2F31LrDYWDLKSDTs6VOAdJ%2FScreenshot%202024-03-07%20at%204.48.54%E2%80%AFPM.jpg?alt=media&#x26;token=81857e46-1465-40da-82e2-146798247149" alt=""><figcaption></figcaption></figure>

## Name

This is the internal name of the chatbot in your account. This name is not seen by users as long as a display name is added as well.&#x20;

<figure><img src="https://1359281993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLIQnOFYHkQtdWxUzzFE%2Fuploads%2FDVpjmwD5lZ3Atwol8EKj%2FScreenshot%202024-03-07%20at%205.00.10%E2%80%AFPM.jpg?alt=media&#x26;token=d9b2adf4-47c0-4062-874f-2a9b49ff9d99" alt=""><figcaption></figcaption></figure>

## Display Name

This is the name shown to users on the chat widget.&#x20;

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

<figure><img src="https://1359281993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLIQnOFYHkQtdWxUzzFE%2Fuploads%2FSxNMGzmdgsdaKVouQVhg%2FScreenshot%202024-03-07%20at%205.00.27%E2%80%AFPM.jpg?alt=media&#x26;token=9e707c0f-3367-4187-b5e4-27b46772a4c8" alt=""><figcaption></figcaption></figure>

## Initial Messages

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

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

<figure><img src="https://1359281993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLIQnOFYHkQtdWxUzzFE%2Fuploads%2FUaqDxydUzL8DfAR7DnVf%2FScreenshot%202024-03-07%20at%205.04.02%E2%80%AFPM.jpg?alt=media&#x26;token=dc26ee6e-a55c-4988-a3dc-97af5c1a9877" alt=""><figcaption></figcaption></figure>

## Initial Messages Popup Delay

Time in seconds for auto-showing initial message pop-up. Negative value disables it.

<figure><img src="https://1359281993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLIQnOFYHkQtdWxUzzFE%2Fuploads%2FCS7RZ94A5uWB8eKLcrum%2FScreenshot%202024-03-07%20at%205.04.31%E2%80%AFPM.jpg?alt=media&#x26;token=72faf62f-2f14-43e8-a3b9-5cc1a3c4cc44" alt=""><figcaption></figcaption></figure>

## Conversation Starters

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

<figure><img src="https://1359281993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLIQnOFYHkQtdWxUzzFE%2Fuploads%2FOQgts3aCrOQ4FfRA6vCf%2FScreenshot%202024-03-07%20at%205.06.06%E2%80%AFPM.jpg?alt=media&#x26;token=842fac0c-1521-4bd9-af9d-b8e0ff007068" alt=""><figcaption></figcaption></figure>

### Chat Widget Pop Up

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

<figure><img src="https://1359281993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLIQnOFYHkQtdWxUzzFE%2Fuploads%2FHCf6vuqbfla74NSMWGhr%2FScreenshot%202024-09-16%20at%2012.42.05%E2%80%AFPM.jpg?alt=media&#x26;token=2bd4a1d3-2bce-43ae-bdba-e9128d09fce2" alt=""><figcaption></figcaption></figure>

{% content-ref url="general-settings" %}
[general-settings](https://docs.stammer.ai/stammer.ai-docs/chat-ai-agents/general-settings)
{% endcontent-ref %}


---

# 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.stammer.ai/stammer.ai-docs/chat-ai-agents/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.
