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

# Use Cases

- [Extraction Use Cases](https://docs.mindee.com/use-cases/extraction-models.md): Common document extraction models you can build with Mindee.
- [Invoice](https://docs.mindee.com/use-cases/extraction-models/invoice.md): Automatically parse invoices and extract structured financial data using the Invoice template available in the model Catalog.
- [Receipt](https://docs.mindee.com/use-cases/extraction-models/receipt.md): Use our pre-trained Receipt model or adjust with the fields you need with Mindee V2.
- [Financial Document](https://docs.mindee.com/use-cases/extraction-models/financial-documents.md): Process a wide variety of financial documents and adapted to your specific needs.
- [International ID Card](https://docs.mindee.com/use-cases/extraction-models/international-id-card.md): Mindee enables the automatic extraction of structured identity data from ID cards, a critical component for use cases like identity verification, KYC, and onboarding.
- [Passport](https://docs.mindee.com/use-cases/extraction-models/passport.md): Whether you are building a Know Your Customer (KYC) process, onboarding flow, or document verification pipeline, Mindee helps you parse structured passport data with accuracy.
- [Driver's License](https://docs.mindee.com/use-cases/extraction-models/drivers-license.md): Automatically parse driver licenses and extract structured driver data using the Driver License model available in the Catalog.
- [Boarding Pass](https://docs.mindee.com/use-cases/extraction-models/boarding-pass.md): With Mindee, you can extract all the information needed for a passenger to access a flight: traveler identity, flight details, departure and arrival airports, and boarding information.
- [Resume](https://docs.mindee.com/use-cases/extraction-models/resume.md): Automatically parse résumés/CVs and extract structured candidate data using the pre-trained Resume model available in the Catalog.
- [Bill of Lading](https://docs.mindee.com/use-cases/extraction-models/bill-of-lading.md): Automatically parse Bills of Lading and extract structured shipping data using the pre-trained Bill of Lading model template available in the Catalog.
- [Bank Statement](https://docs.mindee.com/use-cases/extraction-models/bank-statement.md): Automatically parse bank statements and extract structured financial data using the pre-trained Bank Statement model template available in the Catalog.
- [European Vehicle Registration](https://docs.mindee.com/use-cases/extraction-models/european-vehicle-registration.md): Documentation for the data schema of European Vehicle Registration model.
- [Nutrition Facts](https://docs.mindee.com/use-cases/extraction-models/nutrition-facts.md): Automatically parse food labels and extract structured nutritional data using the pre-trained Nutrition Facts model available in the Catalog.
- [Bank Account Details](https://docs.mindee.com/use-cases/extraction-models/bank-account-details.md): Automatically parse bank account details and extract structured KYC data using the pre-trained Bank Account Details model template available in the Catalog.
- [Business Card](https://docs.mindee.com/use-cases/extraction-models/business-card.md): Automatically parse business cards and extract structured KYC data using the pre-trained Business Card model template available in the Catalog.
- [Payslip](https://docs.mindee.com/use-cases/extraction-models/payslip.md): Automatically parse payslips and extract structured salary data using the pre-trained Payslip model template available in the Catalog.
- [US Healthcare Card](https://docs.mindee.com/use-cases/extraction-models/us-healthcare-card.md): Automatically parse US healthcare cards and extract structured healthcare provider data using the pre-trained US Healthcare Card model template available in the Catalog.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.mindee.com/use-cases.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
