# AI Practical Examples

- [Expense report validation with AI using structured outputs and business rules](https://docs.digibee.com/documentation/resources/ai-practical-examples/expense-report-validation-with-ai.md): Learn how to use AI to transform unstructured documents into reliable, structured data and apply business rules to automate expense report validation and approval at scale.
- [Insurance claim analysis with AI using a multi-agent architecture](https://docs.digibee.com/documentation/resources/ai-practical-examples/insurance-claim-analysis-with-ai.md): Learn how to build a multi-agent AI workflow for insurance claim analysis.
- [How to use the Agent Component in real scenarios](https://docs.digibee.com/documentation/resources/ai-practical-examples/how-to-agent-component.md): Learn more about how to use the Agent Component in real scenarios, with examples that show when to apply each configuration and what results to expect.


---

# 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.digibee.com/documentation/resources/ai-practical-examples.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.
