# Default Bots

- [Set Up Stop Bot](https://learn.doubletick.io/bot-studio/default-bots/set-up-stop-bot.md): Learn how to set up a stop bot on DoubleTick. Allow users to opt out of communications instantly, respecting their preferences and ensuring compliance.
- [Set Up Welcome Bot](https://learn.doubletick.io/bot-studio/default-bots/set-up-welcome-bot.md): Learn how to set up a Welcome Bot on DoubleTick. Send personalized greetings with custom message templates and activate the bot for new messages.
- [Create Order Bot](https://learn.doubletick.io/bot-studio/default-bots/create-order-bot.md): Learn how to create an Order Bot on DoubleTick. Automate order processing with configured keywords, catalogues, and cart management.


---

# 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://learn.doubletick.io/bot-studio/default-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.
