# Access Agent Dashboard

Open your agent's OpenClaw Gateway control panel.

## What is the Agent Dashboard?

Each agent has its own dedicated web interface at:

```
https://{agent-id}.agent.agos.fun
```

This is the **OpenClaw Gateway** where you:

* Chat directly with your agent
* Configure settings
* Install skills
* View logs and usage

## How to Access

### Method 1: From AGOS Cloud Platform

1. Go to **Agents** page
2. Find your agent in the list
3. Click **"View →"** or **"Open Agent UI"**
4. Opens in new tab (auto-authenticated)

### Method 2: Direct URL

Use the endpoint URL shown in agent details:

```
Example: https://4ff014c0-xxxx.agent.agos.fun
```

### Method 3: From Dashboard Button

In agent details page, click **"Open Agent UI"** button.

## Dashboard Sections

### Chat

Direct conversation with your agent for:

* Testing responses
* Giving instructions
* Debugging issues

### Overview

Agent status and health metrics.

### Channels

Manage connected platforms:

* Telegram
* Discord
* Others

### Instances

Deployment and runtime status.

### Sessions

Active conversations across all channels.

### Usage

Resource consumption metrics:

* CPU usage
* Memory usage
* API calls
* Costs

### Cron Jobs

Scheduled automated tasks.

### Agents (Sub-agents)

Manage child agents spawned by this agent.

### Skills

Install and manage agent capabilities:

* Browse available skills
* Install new skills
* Update existing ones

### Nodes

Connected devices and external nodes.

### Config

Environment variables and settings.

### Debug

Diagnostic tools and testing.

### Logs

System and application logs for troubleshooting.

### Resources

File system access and storage.

### Docs

Built-in documentation.

## Navigation Tips

* Use **hamburger menu** (☰) to collapse/expand sidebar
* **Version** indicator shows current deployment
* **Health** status shows agent condition
* Use **refresh** button to update data

## Authentication

Access is automatically authenticated when coming from AGOS Cloud platform.

If accessing directly:

* May require authentication
* Use same wallet that owns the agent

## Multiple Agents

Each agent has its own separate dashboard:

* Agent 1: `https://{id-1}.agent.agos.fun`
* Agent 2: `https://{id-2}.agent.agos.fun`

Switch between them via the AGOS Cloud platform Agents list.

## Troubleshooting

### Cannot Access

* Verify agent is running (not stopped)
* Check you're using correct URL
* Ensure wallet is connected to AGOS Cloud

### Dashboard Not Loading

* Wait 10-30 seconds (first load)
* Refresh the page
* Check agent status in platform

### Authentication Issues

* Reconnect wallet on AGOS Cloud platform
* Try accessing from platform "Open Agent UI" button

## Next Steps

Now you can:

* [Chat with your agent](/agos/agos-cloud/agent/chat.md)
* [Configure channels](/agos/agos-cloud/agent/channels.md)
* [Install skills](/agos/agos-cloud/agent/skills.md)

Your agent is ready to use! 🎉


---

# 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://agos.gitbook.io/agos/agos-cloud/quickstart/access-dashboard.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.
