> For the complete documentation index, see [llms.txt](https://docs.rei.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rei.network/developer.md).

# Developer

- [Quick Start](https://docs.rei.network/developer/quick-start.md): A guide to start REI Network Node
- [API Reference](https://docs.rei.network/developer/api-reference.md): Introduction to REI Network JSON-RPC specifications
- [Token Addresses](https://docs.rei.network/developer/token-addresses.md)
- [System Contracts](https://docs.rei.network/developer/system-contracts.md): Introduction to REI Network System Contracts
- [StakeManager](https://docs.rei.network/developer/system-contracts/stakemanager.md)
- [Fee](https://docs.rei.network/developer/system-contracts/fee.md)
- [ContractFee](https://docs.rei.network/developer/system-contracts/contractfee.md)
- [Router](https://docs.rei.network/developer/system-contracts/router.md)
- [AbstractToken](https://docs.rei.network/developer/system-contracts/abstracttoken.md)
- [CommissionShare](https://docs.rei.network/developer/system-contracts/commissionshare.md)
- [FeeToken](https://docs.rei.network/developer/system-contracts/feetoken.md)
- [FeePool](https://docs.rei.network/developer/system-contracts/feepool.md)
- [ValidatorRewardPool](https://docs.rei.network/developer/system-contracts/validatorrewardpool.md)
- [FreeFee](https://docs.rei.network/developer/system-contracts/freefee.md)
- [UnstakePool](https://docs.rei.network/developer/system-contracts/unstakepool.md)
- [FreeFeeToken](https://docs.rei.network/developer/system-contracts/freefeetoken.md)
- [Config](https://docs.rei.network/developer/system-contracts/config.md)
- [Guides](https://docs.rei.network/developer/guides.md)
- [Using The Graph](https://docs.rei.network/developer/guides/using-the-graph.md)
- [Using The Graph on REI Network](https://docs.rei.network/developer/guides/using-the-graph/using-the-graph-on-rei-network.md)
- [Running a Graph Node on REI Network](https://docs.rei.network/developer/guides/using-the-graph/running-a-graph-node-on-rei-network.md): This document describes how set up a local graph node for REI network
- [Using Gnosis Safe](https://docs.rei.network/developer/guides/using-gnosis-safe.md): Gnosis safe wallet is now live: https://gnosis.rei.network
- [Exchange Integration](https://docs.rei.network/developer/guides/exchange-integration.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rei.network/developer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
