# Features

- [Personality](https://docs.botdistrikt.com/features/personality.md): Edit your bot's traits, characteristics, platform availability, and shortcut responses that give your bot its unique personality.
- [Dashboard](https://docs.botdistrikt.com/features/dashboard.md): Your dashboard monitors, controls, and helps to optimise the performance of your bot
- [Forms](https://docs.botdistrikt.com/features/forms.md): Use the forms to ask a standard set of questions to your users.
- [Rules](https://docs.botdistrikt.com/features/rules.md): Rules are your users' questions.
- [Conditions](https://docs.botdistrikt.com/features/rules/conditions.md): A condition is a true/false check on the user’s question.
- [Message](https://docs.botdistrikt.com/features/rules/conditions/message.md): Message (incoming) - what a user sends directly to the bot
- [User Attribute](https://docs.botdistrikt.com/features/rules/conditions/user-attribute.md)
- [Stories](https://docs.botdistrikt.com/features/stories.md): Stories are your bot's answers to Rules (users' questions).
- [Update Greeting and Fallback from Personality](https://docs.botdistrikt.com/features/stories/profile.md)
- [Responses](https://docs.botdistrikt.com/features/responses.md): There are 7 response types: text, image, action, webhook, cards, document, audio.
- [Text](https://docs.botdistrikt.com/features/responses/text.md): Your bot's text responses.
- [Cards](https://docs.botdistrikt.com/features/responses/cards.md): Your bot's card responses
- [Images](https://docs.botdistrikt.com/features/responses/images.md): All the images that your bot sends.
- [Videos](https://docs.botdistrikt.com/features/responses/videos.md)
- [Audios](https://docs.botdistrikt.com/features/responses/audios.md)
- [Documents](https://docs.botdistrikt.com/features/responses/documents.md): All the documents that your bot sends to your users.
- [Webhooks](https://docs.botdistrikt.com/features/responses/webhooks.md): Webhooks allow your bot to send and receive data to external internet APIs.
- [Javascript Functions](https://docs.botdistrikt.com/features/responses/javascript-functions.md)
- [Sources](https://docs.botdistrikt.com/features/sources.md)
- [Websites](https://docs.botdistrikt.com/features/sources/websites.md)
- [Documents](https://docs.botdistrikt.com/features/sources/documents.md)
- [Google Docs](https://docs.botdistrikt.com/features/sources/google-docs.md)
- [Google Sheets](https://docs.botdistrikt.com/features/sources/google-sheets.md)
- [Users](https://docs.botdistrikt.com/features/users.md)
- [Edit Users](https://docs.botdistrikt.com/features/users/edit-users.md)
- [Delete Users](https://docs.botdistrikt.com/features/users/delete-users.md)
- [Dear User](https://docs.botdistrikt.com/features/users/dear-user.md)
- [Inbox](https://docs.botdistrikt.com/features/inbox.md)
- [Console](https://docs.botdistrikt.com/features/inbox/console.md)
- [Messages](https://docs.botdistrikt.com/features/inbox/messages.md)
- [Reactions](https://docs.botdistrikt.com/features/inbox/reactions.md)
- [Ratings](https://docs.botdistrikt.com/features/inbox/ratings.md)
- [Clicks](https://docs.botdistrikt.com/features/inbox/clicks.md)
- [Broadcast Records](https://docs.botdistrikt.com/features/inbox/broadcast-records.md)
- [Wrong Responses](https://docs.botdistrikt.com/features/inbox/wrong-responses.md)
- [Broadcasts](https://docs.botdistrikt.com/features/broadcasts.md)
- [Settings](https://docs.botdistrikt.com/features/settings.md)
- [Tags](https://docs.botdistrikt.com/features/settings/tags.md): Tags help you organise your data
- [Audit Logs](https://docs.botdistrikt.com/features/settings/audit-logs.md)
- [User Access Management](https://docs.botdistrikt.com/features/settings/user-access-management.md): The User Access Management page allows administrators to manage user access to the chatbot platform. This includes creating, modifying, and removing user accounts.
- [Account](https://docs.botdistrikt.com/features/settings/account.md)


---

# 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.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.
