> For the complete documentation index, see [llms.txt](https://docs.aisera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisera.com/aiseragpt/how-to-set-up-an-aiseragpt-bot/configure-an-aiseragpt-bot/create-a-universal-bot.md).

# Create a Universal Bot

You can create a [Universal Bot](https://aisera.com/platform/universal-bot/) the same way you create any Aisera bot.

1. Navigate to **Settings > AiseraGPT** and then choose **+ New AiseraGPT**.
2. Create a **Name** for your application/bot.
3. Choose **Universal Bot** in the **Type** field.<br>

   <div align="left"><figure><img src="/files/a8iZw6bTDLzO3EVgI9ys" alt="" width="563"><figcaption></figcaption></figure></div>
4. In the **Advanced** tab, choose the **Domains** that your Universal bot will include.<br>

   <div align="left"><figure><img src="/files/qL2RmMFKFbstrF1QesGr" alt="" width="563"><figcaption></figcaption></figure></div>
5. Create a child bot for each of the **Domains** that are included in your Universal Bot.<br>

   <div align="left"><figure><img src="/files/DOwO1QeJf85pTcEwZKHp" alt="" width="563"><figcaption></figcaption></figure></div>
6. Open your Universal bot and use the **+ Add AiseraGPT** button to add your child bots to your Universal bot. Select your child bots from the search list.<br>

   <div align="left"><figure><img src="/files/fAhn7sr3d5KTwtYgqlgj" alt="" width="563"><figcaption></figcaption></figure></div>
7. The child bots now appear on the **Details** page of your Universal bot.<br>

   <div align="left"><figure><img src="/files/Y4g00WEG71WZCeTZ26St" alt="" width="375"><figcaption></figcaption></figure></div>


---

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

```
GET https://docs.aisera.com/aiseragpt/how-to-set-up-an-aiseragpt-bot/configure-an-aiseragpt-bot/create-a-universal-bot.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.
