> For the complete documentation index, see [llms.txt](https://help.reekolect.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/create-new-bot/make-your-microsoft-teams-bot.md).

# Website, Live chat or Landing Page Bots

To create website chatbot follow following steps:

1. Navigate to platform's homepage and click on "Create new bot" button on top left. Then select the use case and proceed.

<figure><img src="/files/0X52DYP0dsOdCCgldkmB" alt=""><figcaption></figcaption></figure>

2. In the next step, choose website bot as platform and proceed. Here it will ask you to name your bot and other options, You can configure all of them later as well.\
   \\

   <figure><img src="/files/AIkFOGTUzWR2gZK0pyHF" alt=""><figcaption></figcaption></figure>
3. Click "Next" and your bot is created, It will start showing in your bots menu. You will be redirected to the "Edit your chatflow" section, You can configure your chatflow from here.\
   \\

   <figure><img src="/files/qiIPUWuSyuLT3M6iBMqv" alt=""><figcaption></figcaption></figure>


---

# 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://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/create-new-bot/make-your-microsoft-teams-bot.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.
