# Developer Tooling

In this section you will find some helpful information to help you during development. We have created some resources to make the development experience as smooth as butter:

1. [**Sonic Explorer**](/developers/developer-tooling/explorer.md) - A web-based tool that provides detailed insights into the Solana blockchain, allowing users to view transactions, accounts, blocks, and network statistics in real-time.
2. [**Sonic Faucet**](/developers/developer-tooling/faucet.md) - A web-based tool that airdrops development SOL for facilitating transaction fees on Sonic Devnet environment.
3. [**Wallet Extensions**](/developers/developer-tooling/wallet-extensions.md) - If you're building on Sonic for the browser, we have curated a list of recommended browser wallets for Sonic. Support for more wallets is continuously on-going.
4. [**Kronus**](https://kronus.sonic.game/) - We recommend you deploy program updates with a multisig program authority.


---

# 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.sonicsvm.org/developers/developer-tooling.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.
