# Troubleshooting

- [Performance and Speed](https://docs.movebot.io/troubleshooting/performance-and-speed.md): Learn about general performance and speed in Movebot
- [Errors and Failures](https://docs.movebot.io/troubleshooting/errors-and-failures.md): Learn about how to debug and deal with errors and failures in Movebot
- [Common Errors](https://docs.movebot.io/troubleshooting/errors-and-failures/common-errors.md)
- [Error: user-not-active](https://docs.movebot.io/troubleshooting/errors-and-failures/common-errors/error-user-not-active.md)
- [Error: token-expired](https://docs.movebot.io/troubleshooting/errors-and-failures/common-errors/error-token-expired.md)
- [Error: unknown-error](https://docs.movebot.io/troubleshooting/errors-and-failures/common-errors/error-unknown-error.md)
- [Error: user-not-found](https://docs.movebot.io/troubleshooting/errors-and-failures/common-errors/error-user-not-found.md)
- [Error: file-not-found](https://docs.movebot.io/troubleshooting/errors-and-failures/common-errors/error-file-not-found.md)
- [Error: invalid-filename-characters](https://docs.movebot.io/troubleshooting/errors-and-failures/common-errors/error-invalid-filename-characters.md)
- [Error: duplicate-file-name](https://docs.movebot.io/troubleshooting/errors-and-failures/common-errors/error-duplicate-file-name.md)
- [Error: permissions-mapping-incomplete](https://docs.movebot.io/troubleshooting/errors-and-failures/common-errors/error-permissions-mapping-incomplete.md)
- [Error: access-denied](https://docs.movebot.io/troubleshooting/errors-and-failures/common-errors/error-access-denied.md)
- [Error: uploaded-size-mismatch](https://docs.movebot.io/troubleshooting/errors-and-failures/common-errors/error-uploaded-size-mismatch.md)
- [Error: sharepoint-filename-to-long](https://docs.movebot.io/troubleshooting/errors-and-failures/common-errors/error-sharepoint-filename-to-long.md)
- [Hipaa Regions](https://docs.movebot.io/troubleshooting/hipaa-regions.md): Learn about using Movebot with HIPAA data


---

# 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://docs.movebot.io/troubleshooting.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.
