# Extraction Use Cases

Explore how Mindee helps you extract the data you need from different types of documents.\
You can either:

* **Start from the catalog** — pick a ready-made model (Invoice, Passport, etc.) and adapt its schema to your needs.
* **Build your own** — create a custom model from scratch for documents unique to your business.

Here are some examples of models you can build with Mindee:

## Finance & Business

* [**Invoices**](/use-cases/extraction-models/invoice.md) — Extract key data like supplier, amounts, due dates, and line items.
* [**Receipts**](/use-cases/extraction-models/receipt.md) — Capture totals, taxes, and line items for expense automation.
* [**Financial Documents**](/use-cases/extraction-models/financial-documents.md) — Handle mixed inputs such as invoices, bank statements, or pay slips in one workflow.

## Identity & Verification

* [**International ID Card** ](/use-cases/extraction-models/international-id-card.md)— Capture personal details for KYC or onboarding.
* [**Passport**](/use-cases/extraction-models/passport.md) — Parse official ID data from passports with high accuracy.
* [**Driver's License**](/use-cases/extraction-models/drivers-license.md) — Extract identity details from driver licenses for fast verification.

## Travel & Logistics

* [**Boarding Pass**](/use-cases/extraction-models/boarding-pass.md) — Read passenger and flight details directly from airline passes.
* [**Bill of Lading**](/use-cases/extraction-models/bill-of-lading.md) — Extract key data like shipper, consignee, and items shipped.


---

# 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/use-cases/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.
