# Bellsight

- [Blockchain explorer](https://docs.bellsight.xyz/bellsight/blockchain-explorer.md): Bellsight is a simple blockchain explorer that uses the NINTONDO API to receive and process data from the Bellscoin blockchain.
- [Wallet tools](https://docs.bellsight.xyz/bellsight/wallet-tools.md)
- [TX Splitter](https://docs.bellsight.xyz/bellsight/wallet-tools/tx-splitter.md)
- [Send $BEL](https://docs.bellsight.xyz/bellsight/wallet-tools/send-usdbel.md)
- [Inscribe Names](https://docs.bellsight.xyz/bellsight/wallet-tools/inscribe-names.md)
- [Inscribe Namespaces](https://docs.bellsight.xyz/bellsight/wallet-tools/inscribe-namespaces.md)
- [Bellsight SNS API](https://docs.bellsight.xyz/bellsight/bellsight-sns-api.md)
- [About](https://docs.bellsight.xyz/bellsight/bellsight-sns-api/about.md)
- [Mint names](https://docs.bellsight.xyz/bellsight/bellsight-sns-api/mint-names.md)
- [Namespaces](https://docs.bellsight.xyz/bellsight/bellsight-sns-api/namespaces.md)
- [How to use the API](https://docs.bellsight.xyz/bellsight/bellsight-sns-api/how-to-use-the-api.md): Bellsight offers a public API to easily use the naming service in your product.


---

# 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.bellsight.xyz/bellsight.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.
