> For the complete documentation index, see [llms.txt](https://docs.botdistrikt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.botdistrikt.com/features/stories/profile.md).

# Update Greeting and Fallback from Personality

To update your BotDistrikt Bot's Profile, begin with updating:

1. **Greeting**

Once you click **greeting,** the dashboard navigates to a new greeting in [**Stories**](https://docs.botdistrikt.com/features/stories) on the left-hand panel. The **Story Name** is selected as the default (System) **greeting.**

<figure><img src="/files/HsxVnHdbPUqsLYelO4ni" alt=""><figcaption><p>Update Bot Greeting msg, Fallback and Persistent menu </p></figcaption></figure>

<figure><img src="/files/BXoytsDPbIUwS2EYBk2D" alt=""><figcaption><p>Greeting (in Personality) --> Update Greeting Message in Stories</p></figcaption></figure>

1. **Story Name** is selected as default system **greeting.**
2. **Send alert to** - To enter email address, click **Add Email.**
3. View **Stats** - the number of times your bot greets users. To view details, click on the eye icon <img src="/files/7XH8XvwRGi08P5psSWVz" alt="" data-size="line">. You will be redirected to [**Inbox**](https://docs.botdistrikt.com/features/inbox)**.**
4. Sample response.
5. **Add Response** - Add a [**response type**](https://docs.botdistrikt.com/features/responses) to the story.
6. **Add Quick Reply.**
7. **What will they say next?** - Anticipate response and add to the flow in the form of conversation.
8. **Cancel/Duplicate/Broadcast** story. The system story (such as greeting and fallback) cannot be deleted.
9. **Preview/Save** story.


---

# 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.botdistrikt.com/features/stories/profile.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.
