> For the complete documentation index, see [llms.txt](https://docs.chatlayer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatlayer.ai/~/changes/zWOY8fNiBBrqneKkuGvA/bot-answers/settings.md).

# Settings

## Bot Details

In Bot Details you'll be able to see the name of your of bot as well as the primary and secondary languages you've added. Through Bot Details you can also change the amount of people who have access to the configuration of you bot through 'Bot Access'. To learn more about Bot Access click [here](https://docs.chatlayer.ai/organization-management/access-control).

## Bot Status

Click the status slider to temporarily disable the bot. The message configured under the `bot disabled` bot dialog will be shown. Read more about the `bot disabled` bot dialog [here](https://docs.chatlayer.ai/bot-answers/dialog-state#bot-disabled).&#x20;

## Maximum message length

Chatbots work best with short and concise messages. To avoid that messages that are too long are not understood, a maximum message length can be configured. Whenever a message is > the characters stated in these settings, the bot will automatically go to a bot dialog of your choice. A bot message with text like: 'I am sorry, I work best with shorter messages. Could you please rephrase that?' is recommended for a good user experience.&#x20;

## Bot behaviour

The typing speed, or typing duration, is how fast the bot answers to the user. The higher the typing speed, the longer the user will see that the bot is 'typing' before they receive an answer. The right typing speed can create a positive, more humanlike experience for the user. The default typing speed is 1500ms, but try out different speeds to see what is best for your bot.

## Language detection

This setting allows you to enable the language detection flow when a user's locale isn't automatically detected or supported. Read more about this feature [here](/~/changes/zWOY8fNiBBrqneKkuGvA/understanding-users/multilanguage-bots.md#language-detection-flow).

## API

{% content-ref url="/pages/-LmOkqUosgka4RsN08C8" %}
[Advanced API integrations](/~/changes/zWOY8fNiBBrqneKkuGvA/integrations/custom-back-end-integrations/advanced-api-integrations.md)
{% endcontent-ref %}

## Bot import / export

On this page you can export and import your bot. The export of your bot will include the bot’s NLP data and bot dialog configuration. It will not include analytics data, conversation history, error logs, older bot versions, channel or offloading configuration.&#x20;

Depending on the size of your bot, the export could take up to 30 minutes to finalize. As soon as the export is ready, you will be able to download it as a JSON file.

<figure><img src="https://2786867680-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LLTwFwbOqJj4dDhg8Ju%2Fuploads%2FyPXcKUjvQqBoZh0gZzqb%2Fimage.png?alt=media&amp;token=9bcb751c-14d5-4310-9dcd-343339e21443" alt=""><figcaption></figcaption></figure>

Importing a bot can take up to 30 minutes. The uploaded file will be imported to the DRAFT version of the bot.

The export contains:

* NLP
  * Intents
  * Expressions
  * Entities
* Bot dialogs
  * Flows
  * Messages and translations
  * Variables

The export does not contain:

* Conversation history
* Analytics
* Channel settings
* Bot settings

{% hint style="warning" %}
Importing a bot will overwrite the current version of your bot. There is no way to recover a previous version of the bot
{% endhint %}


---

# 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.chatlayer.ai/~/changes/zWOY8fNiBBrqneKkuGvA/bot-answers/settings.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.
