# Bot Creation 101

Here is the list of steps to install and configure the services:

1. [Install the services](/get-started-with-ai-assistant/installation.md)
2. [Ingest Data and create an Index](/get-started-with-ai-assistant/data-ingestion-process.md)
3. [Configure a new bot in the Sakhi API service](https://drive.google.com/file/d/1OvNvmJawDpgSW3Xkunqrkc6fY53ZIlXR/view)
4. Integrate the Sakhi API service with a front-end app:
   1. [WhatsApp](/faqs.md#how-to-configure-a-new-bot-in-whatsapp)
   2. [Telegram](/faqs.md#how-to-configure-a-new-bot-in-telegram)


---

# 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://ai-assistant.sunbird.org/get-started-with-ai-assistant/bot-creation-101.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.
