# GUIDES

- [Customer Journey Guidebook](https://milonics.gitbook.io/api-documentation/guide/customer-journey-guidebook.md): Customer journey Guidebook and User Interface Sample Kit
- [Micro-health Insurance Flow](https://milonics.gitbook.io/api-documentation/guide/customer-journey-guidebook/policy-subscription-flow.md): Here, you'll find the flow for when your customers subscribe to any of the micro-insurance policies on Insurpass.
- [Claims Flow](https://milonics.gitbook.io/api-documentation/guide/customer-journey-guidebook/policy-subscription-flow/micro-health-insurance.md): Claims flow for our micro-health insurance plan.
- [Pharmacy Treatment Flow](https://milonics.gitbook.io/api-documentation/guide/customer-journey-guidebook/policy-subscription-flow/pharmacy-treatment-flow.md)
- [User Interface Samples - Micro-health Insurance Plan](https://milonics.gitbook.io/api-documentation/guide/customer-journey-guidebook/policy-subscription-flow/user-interface-samples-malaria-care-plan.md)
- [Issue Management Flow](https://milonics.gitbook.io/api-documentation/guide/customer-journey-guidebook/policy-subscription-flow/issue-management-flow.md)
- [Credit Life Insurance Flow](https://milonics.gitbook.io/api-documentation/guide/customer-journey-guidebook/credit-life-insurance-flow.md)
- [User Interface Samples - Credit Life Plan](https://milonics.gitbook.io/api-documentation/guide/customer-journey-guidebook/credit-life-insurance-flow/user-interface-samples-credit-life-plan.md)


---

# 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://milonics.gitbook.io/api-documentation/guide.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.
