# Block Viewer

The URLs of the Testnet viewers are made up as follows: `https://test-<NODE>-node.cloud.nxtfi.org/v2/visor/index.html?scope=<SCOPE>` were `<NODE>` corresponds to the available node number: `001`, `002`... `010` and `<SCOPE>` the string name of the current scope

For example, to display node 001 and "DATA" scope the corresponding URL is:

<https://test-001-node.cloud.nxtfi.org/v2/visor/index.html?scope=DATA>

<figure><img src="/files/jg3qkGBnxmAAyDk22c1y" alt=""><figcaption></figcaption></figure>


---

# 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.nxtfi.org/block-viewer.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.
