# Introduction

## Welcome

Welcome to the [**EVER Scan**](https://beta.everscan.io/) documentation. \
\
As a user, it will help you learn how to use the blockchain explorer, as well as learn about all its functions.&#x20;

{% content-ref url="use" %}
[use](https://docs.everscan.io/use)
{% endcontent-ref %}

Developers can also check out the API section (The section is in progress). \
Using the API for integration, developers will be able to use Everscale data in their Dapp.

{% content-ref url="integrate" %}
[integrate](https://docs.everscan.io/integrate)
{% endcontent-ref %}

## About EVER Scan

EVER Scan is an Everscale blockchain explorer.&#x20;

In simple terms, it is a blockchain search engine that allows you to find and view various data stored in the blockchain. \
This is an online tool to view all transactions that have taken place on the blockchain, the current network hash rate and transaction growth, and the activity on blockchain addresses, among other helpful information.

As a recall, a blockchain consists of blocks containing a set of transactions. Transparency is one of the main characteristics of cryptocurrencies, and blockchain explorers allow users to benefit from this.

EVER Scan allows users to enter a public address and receive information about all transactions going to and from that address. It also provides information about all blocks added to the chain, transaction processing speed, the number of tokens stored at a specific address, and more.


---

# 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.everscan.io/introduction.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.
