# DEVELOPERS

- [Building with uAssets](https://docs.universal.xyz/docs/developers/building-with-uassets.md)
- [Integrate the Universal API](https://docs.universal.xyz/docs/developers/integrate-the-universal-api.md): Integrate just-in-time mint/redeems of 80+ uAssets directly in your app or protocol.
- [Integrate the Issuance & Redemption Universal API](https://docs.universal.xyz/docs/developers/integrate-the-issuance-and-redemption-universal-api.md)
- [Authentication](https://docs.universal.xyz/docs/developers/integrate-the-issuance-and-redemption-universal-api/authentication.md)
- [Burn API](https://docs.universal.xyz/docs/developers/integrate-the-issuance-and-redemption-universal-api/burn-api.md)
- [Configuration API](https://docs.universal.xyz/docs/developers/integrate-the-issuance-and-redemption-universal-api/configuration-api.md)
- [Mint API](https://docs.universal.xyz/docs/developers/integrate-the-issuance-and-redemption-universal-api/mint-api.md)
- [Orders API](https://docs.universal.xyz/docs/developers/integrate-the-issuance-and-redemption-universal-api/orders-api.md)
- [Error Handling](https://docs.universal.xyz/docs/developers/integrate-the-issuance-and-redemption-universal-api/error-handling.md)
- [Examples](https://docs.universal.xyz/docs/developers/integrate-the-issuance-and-redemption-universal-api/examples.md)
- [Contract Addresses](https://docs.universal.xyz/docs/developers/contract-addresses.md): Official uAsset token addresses
- [Partnerships](https://docs.universal.xyz/docs/developers/partnerships.md): Reach out to see how you can work with Universal assets.
- [uAsset Logos](https://docs.universal.xyz/docs/developers/uasset-logos.md): Finding uAsset Token Logos


---

# 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.universal.xyz/docs/developers.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.
