# Extraction Models

- [Extraction Model Overview](https://docs.mindee.com/extraction-models/extraction-models-overview.md): Extraction models enable structured data extraction based on predefined or custom fields configured for specific document types.
- [Data Schema Overview](https://docs.mindee.com/extraction-models/data-schema.md): General description of an extraction model's Data Schema.
- [Data Schema Best Practices](https://docs.mindee.com/extraction-models/data-schema-best-practices.md): Best practices for designing a Data Schema that improves extraction accuracy.
- [Optional Features](https://docs.mindee.com/extraction-models/optional-features.md): Optional model features to enhance document processing.
- [Continuous Learning (RAG)](https://docs.mindee.com/extraction-models/optional-features/improving-accuracy.md): Enhance extraction accuracy with Retrieval-Augmented Generation using your own documents.
- [Confidence Score and Accuracy Boost](https://docs.mindee.com/extraction-models/optional-features/automation-confidence-score.md): Enable automated workflows by enhancing model accuracy and measuring field confidence.
- [Polygons (Bounding Boxes)](https://docs.mindee.com/extraction-models/optional-features/polygons-bounding-boxes.md): Add the polygon coordinates of each extracted field to the API response.
- [Raw Text (Full OCR)](https://docs.mindee.com/extraction-models/optional-features/raw-text-full-ocr.md): Add the full text content of your documents to the API response.
- [SDK Integration](https://docs.mindee.com/extraction-models/sdk-integration.md): Integrate an Extraction model using the Mindee SDKs.
- [Extraction Quick Start](https://docs.mindee.com/extraction-models/sdk-integration/quick-start.md): Quickest way to get started using the client libraries.
- [Extraction Configuration](https://docs.mindee.com/extraction-models/sdk-integration/extraction-configuration.md)
- [Extraction Result](https://docs.mindee.com/extraction-models/sdk-integration/extraction-result.md): Reference documentation on processing an Extraction result using the Mindee SDKs.
- [No-Code Integration](https://docs.mindee.com/extraction-models/no-code-integration.md): No-Code and Low-Code integration support.
- [make.com Scenarios](https://docs.mindee.com/extraction-models/no-code-integration/make.com-scenarios.md): Integrating Mindee in make.com scenarios.
- [n8n Workflows](https://docs.mindee.com/extraction-models/no-code-integration/n8n-workflows.md): Integrating Mindee in n8n workflows.
- [Zapier Zaps](https://docs.mindee.com/extraction-models/no-code-integration/zapier-zaps.md): Integrating Mindee in Zapier zaps.


---

# 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.mindee.com/extraction-models.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.
