# Chain Syncing

## Synchronisation status

The Status navigation menu item displays a visual indicator of the synchronisation status. This is the synchronisation of the blockchain data held in Chainlens against the blockchain network node it is connected to.&#x20;

<figure><img src="https://lh6.googleusercontent.com/EC-R7SxZbCUub8bE-NaBt1WTjVtlY-KgdmdxBi_Csp-ctP8lgj_-QrewD-EW1CmOZIDdVVCRD3ZOWpC9xdyeLGRxvmYfPAtoV9Zy6hBgdkPtBTkJhobtRSHLR8RwKyE087jKPh5TX3fFy-E0slMGSrU" alt=""><figcaption><p>The Status menu item</p></figcaption></figure>

The Status menu item displays a dot next to it which is colour either blue, red, amber or green. The different colours indicate the following status of data synchronisation from Chainlens against the blockchain node it's connected to.

* Blue: Chainlens is loading its status
* Red: Chainlens is unable to access the blockchain node
* Amber: Chainlens is currently syncing from the blockchain node
* Green: Chainlens is in sync with blockchain node

To get more information on the syncing status, you can hover over the new Status menu item to see this.

<figure><img src="/files/LdL7aHlbFiPVl8lbicmH" alt=""><figcaption><p>Hovering over the Status menu item</p></figcaption></figure>

This menu show the latest block on the underlying blockchain, and the last block Chainlens has successfully indexed.

<figure><img src="/files/BDpQBoEO3lG7bh41NsPD" alt=""><figcaption><p>When a new block is created Chainlens must index it</p></figcaption></figure>

<figure><img src="/files/htSH0PDxs7efmnW1QOGt" alt=""><figcaption><p>Chainlens will quickly index the new block</p></figcaption></figure>

At this point, the syncing status automatically updates to show we’re fully synced.

This feature is also supported on mobile devices.

<figure><img src="https://lh3.googleusercontent.com/jGueOTUK_Rr966Awg13mcIMGvpzxuNDCqYaZg3hCcTIMG9xhIu-gP_CYb1OW875PHUMhRERtiDoim_zGuiCoDiuanIHk0k355y0w09gTr8Fbu97Q_qy635Xy6iadaLXXpu2bqLlOqs5xUq26YcW0aW8" alt="" width="375"><figcaption><p>The syncing status on mobile</p></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.chainlens.com/features/chain-syncing.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.
