# Create Your Second Bot

### How to Create Multiple Bots

You can have multiple bots on one account with BotGhost.&#x20;

{% stepper %}
{% step %}
Click the **Bot Switcher** drop-down in the top right-hand corner of your dashboard or your bot's profile picture in the left-hand side menu to add another bot to your account.
{% endstep %}

{% step %}
Click this page's **New Bot** button to start a new bot. Use the same steps as when creating your first bot to create this one.
{% endstep %}

{% step %}
Click the Bot Switcher drop-down menu once more, then choose the new bot you want to use.
{% endstep %}
{% endstepper %}

![](/files/dx1wuOv7OQj92mBtdiZS)


---

# 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://documentation.botghost.com/getting-started/create-your-first-bot/creating-multiple-bots.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.
