# Query attributes

- [Via Smart Contract](https://docs.quadrata.com/integration/how-to-integrate/query-attributes/via-smart-contract.md)
- [Query a single attribute](https://docs.quadrata.com/integration/how-to-integrate/query-attributes/via-smart-contract/query-a-single-attribute.md)
- [Query multiple attributes](https://docs.quadrata.com/integration/how-to-integrate/query-attributes/via-smart-contract/query-multiple-attributes.md)
- [Query Helper](https://docs.quadrata.com/integration/how-to-integrate/query-attributes/via-smart-contract/query-helper.md): Quadrata provides a suite of helper functions as a library contract deployed on chain.
- [Via API](https://docs.quadrata.com/integration/how-to-integrate/query-attributes/via-api.md)


---

# 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.quadrata.com/integration/how-to-integrate/query-attributes.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.
