# Offchain APIs

- [Introduction](https://docs.ensuro.co/ensuro-docs/offchain-apis/introduction.md)
- [Callback notifications](https://docs.ensuro.co/ensuro-docs/offchain-apis/notification-webhooks.md): These callbacks are made from Ensuro's system back to partner's systems to notify about events on policies. It's mainly used for asynchronous policy creation/resolution via our API.
- [API Reference](https://docs.ensuro.co/ensuro-docs/offchain-apis/api-reference.md): Here you'll find the full reference for each of our APIs.
- [Pricing API](https://docs.ensuro.co/ensuro-docs/offchain-apis/api-reference/dynamic-pricing-api.md): This API is used for policy pricing, creation and resolution.
- [Offchain API](https://docs.ensuro.co/ensuro-docs/offchain-apis/api-reference/offchain-api.md): This API is used to query information about policies and other components of the protocol.


---

# 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.ensuro.co/ensuro-docs/offchain-apis.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.
