# Malomo API Reference

## Malomo API Reference

- [Introduction](https://docs.gomalomo.com/master.md)
- [Authentication](https://docs.gomalomo.com/authentication.md)
- [Versioning](https://docs.gomalomo.com/versioning.md)
- [Errors](https://docs.gomalomo.com/errors.md)
- [Webhooks](https://docs.gomalomo.com/webhooks.md)
- [Supported Carriers](https://docs.gomalomo.com/supported-carriers.md): Carriers support by Malomo
- [Order](https://docs.gomalomo.com/resources/order.md)
- [Customer](https://docs.gomalomo.com/resources/customer.md)
- [Webhook](https://docs.gomalomo.com/resources/webhook.md)
- [Integrate with Malomo.js](https://docs.gomalomo.com/malomo.js/integrate-with-malomo.js.md): Set up Malomo.js to create premium post-purchase experiences
- [Add a tracking block to your website using Malomo.js](https://docs.gomalomo.com/malomo.js/add-a-tracking-block-to-your-website-using-malomo.js.md)
- [Malomo.js Reference](https://docs.gomalomo.com/malomo.js/malomo.js-reference.md): Build modern post-purchase experiences for the web


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.gomalomo.com/master.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.
