# Soundbort Guide

## Soundbort Guide

- [Getting Started](https://soundbort-guide.loneless.art/master.md): A getting-started guide that will help you find your way around Soundbort.
- [First Steps](https://soundbort-guide.loneless.art/guide/first-steps.md): What do I do first?
- [Server Guide](https://soundbort-guide.loneless.art/guide/server-guide.md): How do I change modification access of my server's soundboard?
- [Limitations](https://soundbort-guide.loneless.art/guide/limitations.md): Soundbort's limitations regarding file size and soundboard sizes.
- [FAQ](https://soundbort-guide.loneless.art/guide/faq.md): Frequently asked questions
- [Contributing](https://soundbort-guide.loneless.art/guide/contributing.md): Helping out or finding help.
- [Privacy](https://soundbort-guide.loneless.art/privacy.md)
- [Terms of Service](https://soundbort-guide.loneless.art/terms-of-service.md)
- [Changelog](https://soundbort-guide.loneless.art/changelog.md)
- [Contact](https://soundbort-guide.loneless.art/contact.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://soundbort-guide.loneless.art/master.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.
