> For the complete documentation index, see [llms.txt](https://manuals.dialox.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.dialox.ai/advanced-topics/errors.md).

# Errors

### Conversation errors

#### Blocked files&#x20;

When users share files which we do not allow, you'll see an annotation in the conversation details:

<figure><img src="/files/SWpx9owTHzIej7KkZ8hD" alt=""><figcaption></figcaption></figure>

By default, we only accept the following file types in chat conversations:

| File type | MIME-type         |
| --------- | ----------------- |
| Image     | `image/*`         |
| Audio     | `audio/*`         |
| Video     | `video/*`         |
| Text file | `text/plain`      |
| CSV       | `text/csv`        |
| PDF       | `application/pdf` |

If you want to allow more file types, provide a list of allowed MIME-types via the `allowed_user_mime_types` setting in your `bot.yaml`.
