# Technical Specs

- [System Architecture](https://docs.rainbowprotocol.xyz/technical-specs/system-architecture.md)
- [Indexing and Validation layers](https://docs.rainbowprotocol.xyz/technical-specs/indexing-and-validation-layers.md)
- [Rainbow VM and Smart Contracts](https://docs.rainbowprotocol.xyz/technical-specs/rainbow-vm-and-smart-contracts.md)
- [Chain Abstraction and Assets Teleport](https://docs.rainbowprotocol.xyz/technical-specs/chain-abstraction-and-assets-teleport.md)
- [Data Models and Security](https://docs.rainbowprotocol.xyz/technical-specs/data-models-and-security.md)
- [Rainbow Bitwork](https://docs.rainbowprotocol.xyz/technical-specs/rainbow-bitwork.md): A verifiable POW Protocol
- [For Developers](https://docs.rainbowprotocol.xyz/technical-specs/for-developers.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.rainbowprotocol.xyz/technical-specs.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.
