# Telescope (Web3 Observability)

You can find BlockOps quick start guides here: [Getting Started with BlockOps](/developer/getting-started.md)

### Create a Dashboard

To get started, visit <https://blockops.network> and navigate to the Node Observability page. You can either register for a new account or log in if you already have one.

After your account has been verified, you'll be directed to the Node Deployment dashboard, which allows you to monitor dashboards, setup logs and alerts. To monitor your dashboards, select Monitoring Dashboards.

<figure><img src="/files/NC3rJaO9KDFpvb96T3o5" alt=""><figcaption><p>Node Observability Dashboard</p></figcaption></figure>

Go ahead to create your Dashboard.

<figure><img src="/files/hj6Go2lQKOHIbmqpEr1d" alt=""><figcaption><p>Creating a Node Observability Dashboard</p></figcaption></figure>

### Customize your Dashboard

Name the Project, then select a Scrape method. If you select Push as your Scrape method, we'll expose an Endpoint for you. On the other hand, if you select Pull you'll be expected to provide your own Datasource URL. If your Datasource is encrypted, please toggle on the Basic Auth button to provide the Username and Password.

<figure><img src="/files/0aqCHqbxDRfb8vdP2Ico" alt=""><figcaption><p>Setting up your Dashboard</p></figcaption></figure>

<figure><img src="/files/ACB3NkX8Og8YArpWhEd6" alt=""><figcaption><p>Pull scrape method without encryption</p></figcaption></figure>

<figure><img src="/files/s7Urq6j8eilLOUKrn2Kd" alt=""><figcaption><p>Pull scrape method with encryption</p></figcaption></figure>

### Agent Installation

Install either the [Node Health Dashboard](#user-content-fn-1)[^1] or [Network Dashboard](#user-content-fn-2)[^2].

<figure><img src="/files/Zlwm15OEQOCNR0x76WXm" alt=""><figcaption><p>Agent installation</p></figcaption></figure>

After selecting the Agent you want to install, some instructions will be displayed for you to follow. Once you've completed this, go ahead to create your Dashboard.

<div><figure><img src="/files/LGcVFAbuqiKfWRImJckk" alt=""><figcaption><p>Instructions for Installation</p></figcaption></figure> <figure><img src="/files/kpPSmkD4piraAgqK1xvi" alt=""><figcaption><p>Instructions for Installation</p></figcaption></figure></div>

{% hint style="info" %}
[**Follow us on Twitter**](https://twitter.com/blockopsnetwork) **for more information on upcoming protocols and developments.**
{% endhint %}

[^1]: This is a faster and more reliable board

[^2]: This gives users access to the network


---

# 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.blockops.network/developer/products/node-deployment-1.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.
