# Set up Default Bot

### Make your Bot default

Once you are done setting up the chat-flow and ready to publish the bot, you can make the bot default.&#x20;

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

### **Set Up Your Default Bot**

The other way to make a default bot is&#x20;

1. Navigate to WhatsApp Channel under Settings.&#x20;

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

2. Go to Assignments and scroll down to [Assignment Rules](/whatsapp-channel/assignments-rules.md).&#x20;

<figure><img src="/files/3XTlcWYGgdJtV9qD1aZa" alt=""><figcaption></figcaption></figure>

3. If Assign New Conversation box is checked, and Assignee is Bot then the default bot is selected. If not, check the box for Assign New Conversation, assign the Bot and select the bot you would like to trigger.&#x20;

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


---

# 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://docs.gallabox.com/bots/set-up-default-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.
