# Manage Beam L1 Validator Node

Once your Beam L1 validator node is ready, you can view the details of your validator node.

On the left navigation panel, click **Validator Nodes** under the **NODE INFRASTRUCTURE** menu item. Then, on the Beam L1 row, click the **Manage** button under Actions.

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

Once you click on **Manage**, you will see the details of your specific validator node. **General Info:** Details about the node, such as its ID, BLS Public Key, and BLS Proof of Possession.

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

You can also copy the General Info's Node ID, BLS Public Key, and Proof of Possession.

<figure><img src="/files/xHxK9D8pH1YXV3KiGaQ3" alt=""><figcaption></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.zeeve.io/validator-nodes/beam-l1/manage-beam-l1-validator-node.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.
