# Modules

Extensions integrate directly with the L1 to extend Solana’s execution by adding specialized capabilities for custom processing, zero-knowledge proofs, and scalable data handling.&#x20;

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td><a href="/pages/Z2BFiwntmYivhsqe8yeX">/pages/Z2BFiwntmYivhsqe8yeX</a></td><td>A proving system that generates and verifies zero-knowledge proofs for offloaded execution.</td><td><a href="/files/koO0BC8SmcRKMuRScTmG">/files/koO0BC8SmcRKMuRScTmG</a></td></tr><tr><td></td><td><a href="/pages/QtPrtsb5dpaEM5xg75A0">/pages/QtPrtsb5dpaEM5xg75A0</a></td><td>A storage layer that records execution commitments on Solana for state verification and retrieval.</td><td><a href="/files/jC5xWehSeeLKy9CLwLO8">/files/jC5xWehSeeLKy9CLwLO8</a></td></tr></tbody></table>


---

# 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.termina.technology/documentation/open-source-contributions/modules.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.
