> For the complete documentation index, see [llms.txt](https://speshulcreations.gitbook.io/speshul/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://speshulcreations.gitbook.io/speshul/dsa.md).

# Index

## :heart: <mark style="color:purple;">Thank you for using me!</mark>

#### The [<mark style="color:blue;">Important</mark>](https://ugly.speshul.dev/important) category contains information about the bot's basic structure and how you should expect it to behave.

* [<mark style="color:blue;">Changelog</mark>](https://ugly.speshul.dev/important/changelog) - see what's been changed
* [<mark style="color:blue;">Options</mark>](https://ugly.speshul.dev/important/options) - explains the nature of our slash command options
* [<mark style="color:blue;">Response styles</mark>](https://ugly.speshul.dev/important/response-styles) - explains the nature of how the bot responds to you
* [<mark style="color:blue;">Delete button</mark>](https://ugly.speshul.dev/important/delete-button) - explains the nature of our unique delete button

#### The [<mark style="color:blue;">Legal</mark>](https://ugly.speshul.dev/legal) category contains our legal documentation required by Discord.

* [<mark style="color:blue;">Privacy Policy</mark>](https://ugly.speshul.dev/legal/privacy) - how we handle your data
* [<mark style="color:blue;">Terms of service</mark>](https://ugly.speshul.dev/legal/tos) - basic guidelines for using the bot

#### The <mark style="color:purple;">Commands</mark> category contains all the commands that are available to you.

* [<mark style="color:blue;">Staff</mark>](https://ugly.speshul.dev/commands/staff) - can only be used by server members with required permissions
* [<mark style="color:blue;">Community</mark>](https://ugly.speshul.dev/commands/community) - can be used by any bot user with <mark style="color:orange;">Use Application Commands</mark> permission&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://speshulcreations.gitbook.io/speshul/dsa.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
