# 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`.


---

# 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://manuals.dialox.ai/advanced-topics/errors.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.
