# Developer Resources

- [Elys Network Validators](https://elys-network.gitbook.io/docs/developer-resources/elys-network-validators.md): About our Validators
- [Initial System Setup](https://elys-network.gitbook.io/docs/developer-resources/elys-network-validators/initial-system-setup.md): Initial setup prior to installing binary
- [Installing Elys Node](https://elys-network.gitbook.io/docs/developer-resources/elys-network-validators/installing-elys-node.md): Install the Elys binary and configure your node
- [Validator Creation](https://elys-network.gitbook.io/docs/developer-resources/elys-network-validators/installing-elys-node/validator-creation.md): Includes additional common commands
- [Launch the Node](https://elys-network.gitbook.io/docs/developer-resources/elys-network-validators/installing-elys-node/launch-the-node.md): Launch your validator node
- [Additional Considerations](https://elys-network.gitbook.io/docs/developer-resources/elys-network-validators/additional-considerations.md)
- [Troubleshooting](https://elys-network.gitbook.io/docs/developer-resources/elys-network-validators/troubleshooting.md): Common issues
- [Security](https://elys-network.gitbook.io/docs/developer-resources/security.md): Elys Network contracts have been audited by Halborn.


---

# 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://elys-network.gitbook.io/docs/developer-resources.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.
