> For the complete documentation index, see [llms.txt](https://developer.nilvera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.nilvera.com/en/api/e-insurance-api/insurance.md).

# Insurance

- [Lists Insurances](https://developer.nilvera.com/en/api/e-insurance-api/insurance/lists-insurances.md)
- [Get Insurance HTML](https://developer.nilvera.com/en/api/e-insurance-api/insurance/get-insurance-html.md)
- [Get Insurance PDF](https://developer.nilvera.com/en/api/e-insurance-api/insurance/get-insurance-pdf.md)
- [Get Insurance XML](https://developer.nilvera.com/en/api/e-insurance-api/insurance/get-insurance-xml.md)
- [Assigns Tag to Insurance](https://developer.nilvera.com/en/api/e-insurance-api/insurance/assigns-tag-to-insurance.md)
- [Gets Tag Information of Insurance](https://developer.nilvera.com/en/api/e-insurance-api/insurance/gets-tag-information-of-insurance.md)
- [Gets Transaction History](https://developer.nilvera.com/en/api/e-insurance-api/insurance/gets-transaction-history.md)
- [Brings Details](https://developer.nilvera.com/en/api/e-insurance-api/insurance/brings-details.md)
- [Brings Mail Transaction History](https://developer.nilvera.com/en/api/e-insurance-api/insurance/brings-mail-transaction-history.md)
- [Brings Whatsapp Transaction History](https://developer.nilvera.com/en/api/e-insurance-api/insurance/brings-whatsapp-transaction-history.md)
- [Gets SMS Transaction History](https://developer.nilvera.com/en/api/e-insurance-api/insurance/gets-sms-transaction-history.md)
- [Gets Email Activities](https://developer.nilvera.com/en/api/e-insurance-api/insurance/gets-email-activities.md)
- [Bulk Exports Insurances](https://developer.nilvera.com/en/api/e-insurance-api/insurance/bulk-exports-insurances.md)
- [Assigns New Status to Insurances](https://developer.nilvera.com/en/api/e-insurance-api/insurance/assigns-new-status-to-insurances.md)
- [Sends Insurance via Email](https://developer.nilvera.com/en/api/e-insurance-api/insurance/sends-insurance-via-email.md)
- [Sends Insurance Via Whatsapp](https://developer.nilvera.com/en/api/e-insurance-api/insurance/sends-insurance-via-whatsapp.md)
- [Sends Document via SMS](https://developer.nilvera.com/en/api/e-insurance-api/insurance/sends-document-via-sms.md)
- [Saves as Draft](https://developer.nilvera.com/en/api/e-insurance-api/insurance/saves-as-draft.md)
- [Cancel Insurance](https://developer.nilvera.com/en/api/e-insurance-api/insurance/cancel-insurance.md)
- [Undoes Insurance Cancellation](https://developer.nilvera.com/en/api/e-insurance-api/insurance/undoes-insurance-cancellation.md)
- [Gets Status Information of Insurance](https://developer.nilvera.com/en/api/e-insurance-api/insurance/gets-status-information-of-insurance.md)
- [Assigns Special Code to Insurance](https://developer.nilvera.com/en/api/e-insurance-api/insurance/assigns-special-code-to-insurance.md)


---

# 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:

```
GET https://developer.nilvera.com/en/api/e-insurance-api/insurance.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.
