# TECHNICAL DOCUMENTATION

- [Protocol Overview](https://docs.strata.markets/technical-documentation/protocol-overview.md): Overview of Strata v1
- [Security](https://docs.strata.markets/technical-documentation/security.md): Audits, multisigs and on-chain monitoring.
- [Audits](https://docs.strata.markets/technical-documentation/audits.md): Multiple audits by leading security firms to ensure the highest standard of protocol security.
- [Contracts Details](https://docs.strata.markets/technical-documentation/contracts-details.md): Addresses and details of deployed smart contracts and trusted multisigs in the Strata Protocol.
- [Roles and Permissions](https://docs.strata.markets/technical-documentation/roles-and-permissions.md): Roles and permissions for multisigs and timelocks to enhance security and transparency.


---

# 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.strata.markets/technical-documentation.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.
