> For the complete documentation index, see [llms.txt](https://docs.mindee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindee.com/integrations.md).

# Integrations

- [Integration Overview](https://docs.mindee.com/integrations/api-overview.md): Overview of connecting your system to the Mindee API.
- [Client Libraries / SDKs](https://docs.mindee.com/integrations/client-libraries-sdk.md): Officially supported client libraries for integrating the Mindee platform.
- [Command Line Tools (CLI)](https://docs.mindee.com/integrations/client-libraries-sdk/command-line-tools-cli.md): For quick testing you can use the integrated CLI tools that ship with the Client Libraries.
- [Client Configuration](https://docs.mindee.com/integrations/client-libraries-sdk/configure-the-client.md): Reference documentation on preparing and configuring the Mindee client.
- [Basic Model Configuration](https://docs.mindee.com/integrations/client-libraries-sdk/basic-model-configuration.md): Reference documentation on preparing and configuring the Mindee model inference.
- [Load and Adjust a File](https://docs.mindee.com/integrations/client-libraries-sdk/load-and-adjust-a-file.md): Reference documentation on loading and manipulating files prior to sending, using Mindee client libraries.
- [Load an URL](https://docs.mindee.com/integrations/client-libraries-sdk/load-an-url.md): Reference documentation on loading URLs for sending, using Mindee client libraries.
- [Send a File or URL](https://docs.mindee.com/integrations/client-libraries-sdk/send-a-file-or-url.md): Reference documentation on sending files or URLs for processing using Mindee client libraries.
- [Response Processing](https://docs.mindee.com/integrations/client-libraries-sdk/process-the-response.md): Reference documentation on processing responses using the Mindee client libraries.
- [Manage API Keys](https://docs.mindee.com/integrations/api-keys.md): Managing and using Mindee API keys.
- [Technical Best Practices](https://docs.mindee.com/integrations/technical-guidelines.md): Technical guidelines for an optimal integration.
- [Technical Limitations](https://docs.mindee.com/integrations/technical-limitations.md): Technical limitations when integrating Mindee.
- [Response Times](https://docs.mindee.com/integrations/response-times.md): Considerations affecting response times such as document structure, schema complexity, and enabled features.
- [Using Polling](https://docs.mindee.com/integrations/polling-for-results.md): Overview of processing files using a polling flow.
- [Using Webhooks](https://docs.mindee.com/integrations/webhooks.md): Overview of processing files using a webhook flow.
- [Error Handling](https://docs.mindee.com/integrations/problem-database.md): Common error messages and their handling.


---

# 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://docs.mindee.com/integrations.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.
