# Bot Profile Settings

On the bot profile settings page, you can set appreciative text, leaving text, and also fallback integration for your bot. You may also set to disable context knowledge for your bot. Go to the **Bot Settings** menu and click the **Bot Manager** menus, then you will see a bot manager page such images below. Select bot and click the bot icon.&#x20;

![Bot Profile Settings](/files/19GhfNF2XaZJ5xIYbU7k)

In the **appreciative text** field, you may customize the sentence that the bot says when your customer completes the survey. For example, you type the message 'Thanks!' in the field and the bot will then respond with 'thanks' after your customer has completed the survey, as images below.

![Appreciative Text](/files/I4e9x8oZQU891klhBtv3)

Meanwhile, the **leaving text** field is used to customize the sentence that the bot will say when the bot hits the timeout limit. For example, if you type on the field with 'Goodbye!' then, when your customer has reached the timeout, the bot will send a 'Goodbye!' message as shown in the image below.

![Leaving Text](/files/P5r09YZQBufMTdwxE3K1)

The **fallback integration** is used to integrate process flow when the bot experiences a fallback. For example, select a process flow from the fallback integration field dropdown to send an automatic message when the bot experiences a fallback, as images below.

![Fallback Integration](/files/CIdH3XQch8Rqur6u83sv)

You can also set whether the bot will respond to customer messages based on the context in the FAQ knowledge module by using the **disable context feature**. When your disable context is set to false, The bot will correlate your customer's message with the context of the knowledge. Meanwhile, if this field is set to true, the bot will retrieve all knowledge, regardless of its context.

{% hint style="info" %}
Currently if the disable context feature is set to 'False', you also need to specify the context in your [Contact API](/5.1.x/api/service-api/contact-api.md#update-the-contact-data-by-contact-id) apart from requiring context in the faq knowledge module.
{% endhint %}

![Customer Message with Context](/files/sKCvhRuU9SPoTOSRa0mi) ![Customer Message without Context](/files/EvYzekvCfVEyhdYQHnaK)


---

# 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.3dolphins.ai/5.1.x/bot-settings/bot-manager/bot-profile-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.
