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

# Developers

- [Open-Source Code](https://stake-docs.solblaze.org/developers/open-source-code.md): SolBlaze strongly believes in using open-source code for security and making our code public for the benefit of the Solana community!
- [Addresses](https://stake-docs.solblaze.org/developers/addresses.md): These are the addresses associated with programs and accounts related to BlazeStake.
- [Devnet](https://stake-docs.solblaze.org/developers/devnet.md): Here's how to interact with BlazeStake on devnet!
- [Integrate](https://stake-docs.solblaze.org/developers/integrate.md): Our stake pool is fully open for any developer to integrate into their own protocols.
- [TypeScript SDK](https://stake-docs.solblaze.org/developers/typescript-sdk.md): Here are some code samples that are helpful in integrating BlazeStake using the stake pool TypeScript SDK!
- [Rust Docs](https://stake-docs.solblaze.org/developers/rust-docs.md): Here are some links to relevant portions of the stake pool Rust docs!
- [Custom Liquid Staking APIs](https://stake-docs.solblaze.org/developers/custom-liquid-staking-apis.md): Learn more about how to integrate Custom Liquid Staking into your app!
- [Other APIs](https://stake-docs.solblaze.org/developers/other-apis.md): Here are some other APIs that BlazeStake offers!


---

# 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://stake-docs.solblaze.org/developers.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.
