# Developer info

- [Code Style Guide](https://docs.dnscontrol.org/developer-info/styleguide-code.md)
- [Documentation Style Guide](https://docs.dnscontrol.org/developer-info/styleguide-doc.md)
- [DNSControl is an opinionated system](https://docs.dnscontrol.org/developer-info/opinions.md)
- [GitHub actions](https://docs.dnscontrol.org/developer-info/github-actions.md)
- [Writing new DNS providers](https://docs.dnscontrol.org/developer-info/writing-providers.md)
- [Creating new DNS Resource Types (rtypes)](https://docs.dnscontrol.org/developer-info/adding-new-rtypes.md)
- [Integration Tests](https://docs.dnscontrol.org/developer-info/integration-tests.md)
- [Test a branch](https://docs.dnscontrol.org/developer-info/test-a-branch.md)
- [Unit Testing DNS Data](https://docs.dnscontrol.org/developer-info/unittests.md)
- [Bug Triage Process](https://docs.dnscontrol.org/developer-info/bug-triage.md)
- [Bring-Your-Own-Secrets for automated testing](https://docs.dnscontrol.org/developer-info/byo-secrets.md)
- [Debugging with dlv](https://docs.dnscontrol.org/developer-info/debugging-with-dlv.md)
- [ALIAS Records](https://docs.dnscontrol.org/developer-info/alias.md)
- [TXT record testing](https://docs.dnscontrol.org/developer-info/testing-txt-records.md)
- [DNS records ordering](https://docs.dnscontrol.org/developer-info/ordering.md)
- [How to add a requested provider](https://docs.dnscontrol.org/developer-info/provider-request.md)
- [GoReleaser](https://docs.dnscontrol.org/developer-info/goreleaser.md)
- [Documentation MCP Server](https://docs.dnscontrol.org/developer-info/mcp-server.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.dnscontrol.org/developer-info.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.
