# DEVELOPER GUIDES

- [Building an app using the WORM](https://docs.deepworm.xyz/deepworm/developer-guides/building-an-app-using-the-worm.md): This page goes over how you can develop an application that leverages outputs from the worms brain that have been stored and verified on-chain.
- [Deploying the WORM in a TEE](https://docs.deepworm.xyz/deepworm/developer-guides/deploying-the-worm-in-a-tee.md)
- [Requesting an attestation](https://docs.deepworm.xyz/deepworm/developer-guides/requesting-an-attestation.md)
- [Verifying attestations](https://docs.deepworm.xyz/deepworm/developer-guides/verifying-attestations.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.deepworm.xyz/deepworm/developer-guides.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.
