# Manage zkSync Hyperchain

You can manage your zkSync Hyperchain network by following the steps below:

**Step 1: Zeeve Dashboard -** On the Zeeve platform dashboard, click on the **zkSync Hyperchains** option under the **APPCHAINS & ROLLUPS** section available in the left sideba&#x72;**.** This will show your deployed zkSync Hyperchain network.

**Step 2: Deployed zkSync Hyperchains Network -** Click on the **View** button.

**Step 3: zkSync Hyperchain Overview Page -** Click on the **Explorers** button to open L2 Explorer.

**Step 4: Blockchain Configuration -** To view blockchain configuration click the **Blockchain Config** tab on the overview page. On the blockchain configuration page, you can view the blockchain configuration&#x73;**.** You can also download the zkSync Hyperchain env by clicking on the **Download** ico&#x6E;**.**

**Step 5: Bridge -** To view the bridge, click on the **Bridge** tab on the overview page. Open the bridge by clicking on the icon next to the bridge URL(Bridge URL will be clickable once the network is ready). This will open the zkSync hyperchain Bridge page, where you can perform bridge operations.

**Step 6: RPC -** To view the RPC Endpoint, click on the **RPC** Tab. This endpoint can be used to interact with zkSync Hyperchains using JSON-RPC methods.

**Step 7: My Wallets -** To view wallet information click on the **My Wallets** tab on the overview page. You can view the wallets on Explorers by clicking on the links provided against each wallet.

**Step 8: Smart Contracts -** To view smart contracts click on the **Smart Contracts** tab on the overview page. Click on the icon under the **Actions** column to view smart contracts on the Explorer.

**Step 9: Faucet:** If you have deployed the zkSync Hyperchain network with custom token. You can see a faucet button for claiming the zkSync Hyperchain token. In top you can see **Faucet** button beside Docs, you can click on the button it will open Faucet of zkSync Hyperchain network.&#x20;

**Step 10: Analytics Page:** Click on the **Analytics** button. Select the item from the dropdown for which you want to view the analytics. This will open the analytics page for that option. If you want to view analytics for some other option you can click on the dropdown available on the Analytics page and choose your option.

**Step 11: Delete zkSync Hyperchain:** To delete your deployed zkSync Hyperchain click on the **Delete** icon present on the rightmost corner of the Overview page. Click on the **Confirm** button to delete your network. Click on the **Cancel** button if you do not want to delete your network for now.


---

# 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/zksync-hyperchain/manage-zksync-hyperchain.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.
