# Examples

- [Unity Example](https://liquiidio.gitbook.io/unity-plugin-suite/atomicassets/examples/unity_examples.md)
- [Filtered assets avilable for trading](https://liquiidio.gitbook.io/unity-plugin-suite/atomicassets/examples/filtered_assets.md)
- [AccountExample](https://liquiidio.gitbook.io/unity-plugin-suite/atomicassets/examples/accountexample.md): Example showing how to query the Account Endpoint
- [BurnsExample](https://liquiidio.gitbook.io/unity-plugin-suite/atomicassets/examples/burnsexample.md): Example showing how to query the Burns Endpoint
- [CollectionsExample](https://liquiidio.gitbook.io/unity-plugin-suite/atomicassets/examples/collectionsexample.md): Example showing how to query the Collections Endpoint
- [OffersExample](https://liquiidio.gitbook.io/unity-plugin-suite/atomicassets/examples/offersexample.md): Example showing how to query the Offers Endpoint
- [SchemasExample](https://liquiidio.gitbook.io/unity-plugin-suite/atomicassets/examples/schemasexample.md): Example showing how to query the Schemas Endpoint
- [TemplatesExample](https://liquiidio.gitbook.io/unity-plugin-suite/atomicassets/examples/templatesexample.md): Example showing how to query the Templates Endpoint
- [TransfersExample](https://liquiidio.gitbook.io/unity-plugin-suite/atomicassets/examples/transfersexample.md): Example showing how to query the Transfers Endpoint


---

# 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://liquiidio.gitbook.io/unity-plugin-suite/atomicassets/examples.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.
