# Tutorials

- [Getting Started](https://docs.sonoransoftware.com/bot/tutorials/getting-started.md): Start using Sonoran Bot to link Sonoran products to your discord and perform common moderation actions.
- [Sonoran CMS Integration](https://docs.sonoransoftware.com/bot/tutorials/sonoran-cms-integration.md): Link Sonoran Bot to Sonoran CMS for role syncing and other handy features!
- [Account Link](https://docs.sonoransoftware.com/bot/tutorials/sonoran-cms-integration/account-link.md): Learn how to link your Discord account to Sonoran CMS!
- [Role Mapping](https://docs.sonoransoftware.com/bot/tutorials/sonoran-cms-integration/role-mapping.md): Learn more about mapping Discord roles in Sonoran CMS!
- [Import Discord Roles](https://docs.sonoransoftware.com/bot/tutorials/sonoran-cms-integration/import-discord-roles.md): Quickly configure CMS ranks by importing your existing Discord roles!
- [Calendar Event Sync](https://docs.sonoransoftware.com/bot/tutorials/sonoran-cms-integration/calendar-event-sync.md): Sync calendar events between CMS and Discord!
- [Discord Sync Logic](https://docs.sonoransoftware.com/bot/tutorials/sonoran-cms-integration/discord-sync-logic.md): Learn more about how Sonoran Bot syncs permissions with Discord.
- [Promotion Flows](https://docs.sonoransoftware.com/bot/tutorials/sonoran-cms-integration/promotion-flows.md): Trigger a Sonoran CMS Promotion Flow from Discord on specified users
- [Sonoran CAD Integration](https://docs.sonoransoftware.com/bot/tutorials/sonoran-cad-integration.md): Link Sonoran Bot to Sonoran CAD to sync permissions to Discord roles and other handy features!
- [Usage](https://docs.sonoransoftware.com/bot/tutorials/usage.md): SonoranBot can be used for a variety of different features, here you can learn about all the different commands and settings it offers.
- [Settings](https://docs.sonoransoftware.com/bot/tutorials/usage/settings.md): Learn more about SonoranBot's different settings.
- [Commands](https://docs.sonoransoftware.com/bot/tutorials/usage/commands.md): Learn more about SonoranBot's Discord commands.
- [Moderation](https://docs.sonoransoftware.com/bot/tutorials/usage/moderation.md): Learn more about SonoranBot's Discord moderation capabilities.


---

# 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.sonoransoftware.com/bot/tutorials.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.
