# Limitations

Discord sets some limitations on how large a soundboard can be right now. Then some other limitations must be set by Soundbort to not run out of space too soon and keep providing this service. These are:

| Maximum samples in a soundboard | 10 default (up to 25 by upvoting the bot on [top.gg](https://top.gg/bot/868296331234521099)) |
| ------------------------------- | -------------------------------------------------------------------------------------------- |
| Maximum sample length           | 30 seconds default (longer soon)                                                             |
| Maximum sample file size        | 8 MB                                                                                         |
| Maximum sample name length      | 30 characters                                                                                |

{% hint style="info" %}
These limits are subject to change, but if you have taken advantage of the limits, **you don't need to worry that your samples will be removed**.
{% endhint %}


---

# 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://soundbort-guide.loneless.art/guide/limitations.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.
