# Uptime Page

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

### Purpose

Provides an at-a-glance overview of the uptime of the different validators, meaning how much time they are active and participating

### UI Overview

* **Info Bar:** Side bar button, network logo, current block height, RPC endpoint, language options, night mode, search button for height or transaction or account address, wallet button
* **Overall List:** A list of the uptime of the validators with an overview. Shows the name of the validator, the Uptime of it, the last jailed time and more
* **Blocks List**: A list of the validators that shows the blocks that the validators participated in. Also shows the missing blocks in the top right of a validator
* **Keywords Filter:** Add keywords to filter the list

### Interactions

* **Info Bar:**
  * **Click Side Bar Button (only mobile)** → Opens side bar for a list of the different pages and links
  * **Click Logo/Height/URL** → Shows the API endpoint of the node, the current height and the chain id
  * **Click Language Button** → Choose a different language
  * **Click Night Mode Button** → Toggle between light or dark mode
  * **Click Search Button** → Search for height or transaction or account address
  * **Click Wallet Button** → Pick and choose a wallet to connect or link to your wallet accounts or your wallet portfolio
* **Keywords Filter** → Add keywords to filter either the overall list or the blocks list
* **Hover over Uptime** → Show the number of missing blocks
* **Hover over a Block in Block list** → Shows the height of the block


---

# 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.janction.ai/block-explorer/uptime-page.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.
