> For the complete documentation index, see [llms.txt](https://soundbort-guide.loneless.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://soundbort-guide.loneless.art/guide/contributing.md).

# Contributing

Soundbort is an open source project. You can help development, fix bugs and suggest new features. Or you can just ask questions and tell us about bugs.

Soundbort has a staging bot with all new features and bug fixes before they become stable and are added to a new release. You can [add it here](https://discord.com/api/oauth2/authorize?client_id=869715767497740378\&permissions=2150943808\&scope=applications.commands%20bot). You can either just enjoy new features early or - what's really appreciated - help out when you find a bug and tell us about it.

**Ask a question**: [Create an issue](https://github.com/Soundbort/Soundbort/issues/new?assignees=\&labels=question\&template=question.md\&title=%5B+Question+%5D+%3CReplace+this+with+a+short+description%3E).

**Report a bug**: [Create an issue](https://github.com/Soundbort/Soundbort/issues/new?assignees=\&labels=bug\&template=bug_report.md\&title=%5B+Bug+%5D+%3CReplace+this+with+a+short+description%3E).

**Make a suggestion**: [Create an issue](https://github.com/Soundbort/Soundbort/issues/new?assignees=\&labels=enhancement\&template=suggesting.md\&title=%5B+Enhancement+%5D+%3CReplace+this+with+a+short+description%3E).

**Request a feature**: [Create an issue](https://github.com/Soundbort/Soundbort/issues/new?assignees=\&labels=feature+request\&template=feature_request.md\&title=%5B+Feature+Req.+%5D+%3CReplace+this+with+a+short+description%3E).

### Developing for Soundbort

A full guide on how to contribute to development can be found on [Github](https://github.com/Soundbort/Soundbort).


---

# 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:

```
GET https://soundbort-guide.loneless.art/guide/contributing.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.
