# Bot Page Overview

## Bot Page

{% embed url="<https://www.youtube.com/watch?t=109s&v=-wA3rkEnPE0>" %}

### Mostly Used Function (Bot Page) <a href="#mostly-used-function-bot-page" id="mostly-used-function-bot-page"></a>

1. **Flow builder** → Where you build the chatbot's flow. This is where we can see how the chatbot logic works.
2. **Flow** -> Can search for the flow that you have. Also, can create folder to manage the flow here.
3. **Live Chat** → To view the user conversation with the chatbot. Agent can also interact with user in this page.
4. **Bot user** → You can view specific user info and also import bot users into your workspace.
5. **Automation:**
   1. **Keyword**: How you want the AI to trigger specific flow. By default, AI will respond to every user message.
   2. **Set keyword:** Respond only when a specific keyword is used.
6. **Contents:**
   1. **Bot Fields:** Can edit your business info here.
7. **Tools:**
   1. **Error Logs**: If there are any bugs or error in the chatbot, you can find the reason here.
8. **Broadcast:** To blast messages to the large amount of users.


---

# 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://help.mampuai.com/mampu-ai/flow-builder/bot-page-overview.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.
