> For the complete documentation index, see [llms.txt](https://docs.klyntar.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klyntar.org/build-core-and-join-network/explorers-and-how-to-use-them/usage-guide/network-info/epoches-data.md).

# Epoches data

Go to page `Epoches data` page

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

Here you can get more details about current epoch. Using arrow buttons it's possible to track the history of epoches.

Below you can also check the list of validators and selector of shards. By changing the shard it will be possible to check assigned block creators to shards

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

## Get more info about validator(a.k.a staking pool)

By clicking on validator above - you will be redirected to page about this pool

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

Get the list of stakers and explore their accounts

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.klyntar.org/build-core-and-join-network/explorers-and-how-to-use-them/usage-guide/network-info/epoches-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
