> For the complete documentation index, see [llms.txt](https://docs.zeeve.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeeve.io/rollups/arbitrum-orbit/demo-network/details.md).

# Details

Follow the steps below to access a demo Arbitrum Orbit through the Zeeve platform:

{% hint style="info" %}
To get a network with the custom configurations and only accessible to you, You can deploy a new Arbitrum Orbit.
{% endhint %}

**Step 1: Register/Login** - Create a new account or Log in to the existing account on the [Zeeve Platform](https://app.zeeve.io/auth/signup).

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

**Step 3: Arbitrum Orbit  -** Click on the **View** button on the DEMO card (This is a pre-deployed network that is accessible to all the users of Zeeve.)

**Step 4: Overview -** Once you click on the **View** butto&#x6E;**.** You can see the network overview details there.

**Step 5: Explorer -** Click on the **Explorer** button to open Explorer.

**Step 6: My Nodes -** View nodes by clicking on the "**My Nodes**" tab.

**Step 7: My Wallet -** To view wallet information, click on the **My Wallet** 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 Explorer icon in the row to view smart contracts on the Explorer.

**Step 9: Bridge -** Click the **Bridge** button to initiate the transaction by connecting your MetaMask wallet.

**Step 10: Faucet -** Click the **Faucet** button to initiate the transfer of Testnet tokens to the provided wallet address after connecting your MetaMask wallet.

**Step 11: Docs -** Click on the "**Docs**" button to open the Zeeve documentation related to Arbitrum Orbit.

**Step 12: 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 drop-down available on the Analytics page and choose your option.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zeeve.io/rollups/arbitrum-orbit/demo-network/details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
