# DEV

- [Wallet API](https://docs.wizz.cash/wizz-wallet/dev/wallet-api.md): Integrating with Wizz wallet extension.
- [ElectrumX Guides](https://docs.wizz.cash/wizz-wallet/dev/electrumx-guides.md)
- [API Samples](https://docs.wizz.cash/wizz-wallet/dev/electrumx-guides/api-samples.md): Atomicals ElectrumX endpoint samples
- [API Integration Guide](https://docs.wizz.cash/wizz-wallet/dev/electrumx-guides/api-integration-guide.md): Describes how to integrate with the ElectrumX API Service specified to different versions.
- [Partial Coloring / Custom Coloring](https://docs.wizz.cash/wizz-wallet/dev/electrumx-guides/partial-coloring-custom-coloring.md): Describe the implementation detail of Particial Coloring / Custom Coloring of Atomicals and how to integrate with these features.


---

# 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.wizz.cash/wizz-wallet/dev.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.
