# Discord Bot

## Privacy Policy

Sonoran Bot [follows the same privacy policy as our website](/cad/other/policy/privacy-policy.md), with the additional disclosures:

#### Data Storage

Sonoran Bot (the "Bot") stores information necessary to carry out its operations and for troubleshooting purposes for support staff. The following information is kept:

* Discord server ("Guild") information, including the ID and name of the server;
* Discord user IDs of those who interact with the bot;
* Discord role IDs specified during the setup process;
* Debugging log data that may contain some or all of the above information.

Server owners may request deletion of all this data by [contacting our support staff](https://support.sonoransoftware.com). Only the Sonoran development team has access to this data at any point in time, and this data is not used for any other purpose other than to carry out essential functions of the Bot.

### Terms of Use

Sonoran Bot uses the same [Terms of Use policy](/cad/other/policy/terms-of-service.md) as our website and application.


---

# 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/cad/other/policy/discord-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.
