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

# Developers Guild

Developer Guild is focused on maintaining and ensuring the reliability of Nation3 interfaces, products, and code infrastructures. This guild will also carry out development tasks and support future Nation3 guilds with their development needs while reporting progress and assisting the [Solar Guild](/guilds/solar-guild.md) in a more decentralized manner.

## Developer Guild's culture:

* Async.
* Passion.
* Consistency.
* Automation.
* Collaboration.
* Pride in being part of Nation3.

## Current members

* [Aahna-Ashina](https://github.com/aahna-ashina).
* [JohnMark13](https://github.com/JohnMark13).
* [okhaimie-dev](https://github.com/okhaimie-dev).
* [pythonpete32](https://github.com/pythonpete32).

*Nation3 Developer Guild is open to Nation3 citizens. To participate, join* [*Discord*](https://n3.gg/discord)*.*


---

# 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:

```
GET https://docs.nation3.org/guilds/developers-guild.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.
