# Overview

The Overview tab serves as the landing page for each coin when accessed via a breakdown link. This page contains the essential information required for daily use.

<figure><img src="/files/4vNZ54QuKmDEMZo0mTbB" alt=""><figcaption></figcaption></figure>

The detailed descriptions of each section, marked and numbered in the image above, will provide a comprehensive understanding of every component.

### <mark style="background-color:red;">**Section 1**</mark>

The information provided in this section is easily understandable. It is important to note that there is an option to download the bootstrap for each coin.\
\
Simply click on the 'Download' button, and a \*.zip file will be transferred to your device.\
\
For additional assistance regarding bootstrap, please refer to the bootstrap documentation following [<mark style="color:blue;">this link</mark>](/tutorials/decenomy-wallet/fast-sync-with-a-bootstrap.md)

### <mark style="background-color:red;">Section 2</mark>

The information presented in this section belongs to the masternode statistics of this coin.\
\
All coin-related data is automatically gathered from the blockchain.\
Price values are sourced from external cryptocurrency price trackers.

### <mark style="background-color:red;">Section 3</mark>

This section provides a brief reference to the last 10 blocks of the blockchain.\
\
Users can adjust the number of blocks displayed by selecting different queries from the 'Per page' box selection located in the top right corner.

### <mark style="background-color:red;">Section 4</mark>

This section provides detailed information about the coin specifications of the blockchain.\
\
Users can also access this information directly from the GitHub repository of the coin or the Coins section of this documentation by following this [<mark style="color:blue;">link</mark>](/coins.md)<br>


---

# 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.decenomy.net/tutorials/decenomy-explorer/overview.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.
