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