# 👩‍💻 Developers: Guide and tools

### Developers Guide & Portal

Hello dev!\
\
For the extended docs and guides, please visit one of the following:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>📚 <strong>Developer Guide</strong></td><td>Collection of docs and how-tos</td><td></td><td><a href="https://guides.getalby.com/developer-guide/">https://guides.getalby.com/developer-guide/</a></td></tr><tr><td><a href="https://emojipedia.org/laptop">💻</a> <strong>Developer Portal</strong></td><td>Interactive guide to Alby dev tools <br>(Alby account required)</td><td></td><td><a href="https://getalby.com/developer">https://getalby.com/developer</a></td></tr><tr><td>🛠️ <strong>Alby GitHub</strong></td><td>Open-source repositories of Alby tools, Browser Extension, Nostr Wallet Connect and others</td><td></td><td><a href="https://github.com/getAlby/">https://github.com/getAlby/</a></td></tr></tbody></table>


---

# 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://guides.getalby.com/user-guide/developers-guide-and-tools.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.
