# For developers

- [Overview](https://docs.divaprotocol.io/for-developers/overview.md)
- [Technical resources](https://docs.divaprotocol.io/for-developers/technical-resources.md): Collection of technical resources about the DIVA protocol
- [Smart contracts](https://docs.divaprotocol.io/for-developers/smart-contracts.md)
- [Functions](https://docs.divaprotocol.io/for-developers/smart-contracts/functions.md)
- [Core protocol functions](https://docs.divaprotocol.io/for-developers/smart-contracts/functions/core-protocol-functions.md): Core functions to issue and settle derivative assets using DIVA Protocol
- [Getter functions](https://docs.divaprotocol.io/for-developers/smart-contracts/functions/getter-functions.md)
- [Setter functions](https://docs.divaprotocol.io/for-developers/smart-contracts/functions/setter-functions.md)
- [ABI](https://docs.divaprotocol.io/for-developers/smart-contracts/functions/abi.md)
- [Contract addresses](https://docs.divaprotocol.io/for-developers/smart-contracts/contract-addresses.md)
- [Example scripts](https://docs.divaprotocol.io/for-developers/smart-contracts/example-scripts.md)
- [TheGraph](https://docs.divaprotocol.io/for-developers/thegraph.md)
- [DIVA subgraphs](https://docs.divaprotocol.io/for-developers/thegraph/diva-subgraphs.md)
- [Whitelist subgraph](https://docs.divaprotocol.io/for-developers/thegraph/whitelist-subgraph.md)
- [Project ideas](https://docs.divaprotocol.io/for-developers/project-ideas.md): A collection of example projects to build on DIVA Protocol


---

# 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.divaprotocol.io/for-developers.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.
