# Manage OP Stack

<mark style="background-color:yellow;">You can manage your</mark> <mark style="color:red;background-color:yellow;">**OP Stack**</mark> <mark style="background-color:yellow;">network by following the steps below</mark>

<mark style="color:orange;">**Step 1:**</mark> Zeeve Dashboard

* Navigate to the Zeeve platform dashboard.
* Select the "OP Stack" option under the "**APPCHAINS & ROLLUPS**" section in the left sidebar.\
  This will display your deployed OP Stack network.

<mark style="color:orange;">**Step 2:**</mark> Deployed OP Stack Network

* Click on the **View** button.

<mark style="color:orange;">**Step 3:**</mark> OP Stack Overview Page

* Click on the "**Explorer**" button to open the L2 Explorer page.
* Click on the "**Docs**" button to open the Zeeve documentation related to OP Stack.

<mark style="color:orange;">**Step 4:**</mark> My Nodes

* View nodes by clicking on the "My Nodes" tab.

<mark style="color:orange;">**Step 5**</mark><mark style="color:orange;">:</mark> My Wallet

* View wallet information of Admin, Batcher, Proposer, and Sequencer.
* To view wallet information, you can navigate to Explorers by clicking on the links provided against each wallet

<mark style="color:orange;">**Step 6:**</mark> Smart Contracts

* To view smart contracts, navigate to the **Smart Contracts** tab on the overview page.
* Click on the Explorer icon in the row to view smart contracts on the Explorer.

<mark style="color:orange;">**Step 7:**</mark> Bridge

* Click the **Bridge** button to initiate the transaction by connecting your MetaMask wallet.

<mark style="color:orange;">**Step 8:**</mark> Analytics Page

* To access analytics, click on the "**Analytics**" button.
* Choose the item from the dropdown menu for which you wish to view analytics.
* This will open the analytics page specific to your selection.
* If you want to view analytics for another option, click on the dropdown available on the Analytics page and select your desired option.

<mark style="color:orange;">**Step 9:**</mark> Delete OP Stack Network

* To remove your deployed OP Stack Network, click on the **Delete** button located in the rightmost corner of the Overview page beside the Analytics button.
* Click on the **Confirm** button to proceed with deleting your network.
* If you decide not to delete your network at this time, click on the **Cancel** button.


---

# 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/rollups/op-stack/manage-op-stack.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.
