# APIs

- [Mazing API](https://mazingxr.gitbook.io/mazing-world/apis/mazing-api.md): API Documentation: Managing Assets within and Outside Mazing AI Apps.
- [AI Image Generation](https://mazingxr.gitbook.io/mazing-world/apis/mazing-api/ai-image-generation.md)
- [Product Library](https://mazingxr.gitbook.io/mazing-world/apis/mazing-api/product-library.md)
- [Results (AI Generation History)](https://mazingxr.gitbook.io/mazing-world/apis/mazing-api/results-ai-generation-history.md)
- [Models](https://mazingxr.gitbook.io/mazing-world/apis/mazing-api/models.md)
- [Product Library API](https://mazingxr.gitbook.io/mazing-world/apis/product-library-api.md): Sync visuals directly to your database
- [Augmented Reality API](https://mazingxr.gitbook.io/mazing-world/apis/augmented-reality-api.md): With this API, you can integrate Augmented Reality on all your configurators and 3d viewers even without using our Mazing Viewer.


---

# 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://mazingxr.gitbook.io/mazing-world/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.
