# Agent Dashboard

Using the OpenClaw Agent Dashboard to control your individual agents.

> **Note:** For comprehensive documentation on the OpenClaw Agent Dashboard, please refer to the [official OpenClaw documentation](https://docs.openclaw.ai).

## Contents

* [Dashboard Overview](/agos/agos-cloud/agent/dashboard-overview.md) - Interface guide
* [Chat with Your Agent](/agos/agos-cloud/agent/chat.md) - Direct messaging
* [Configure Channels](/agos/agos-cloud/agent/channels.md) - Telegram, Discord setup
* [Install Skills](/agos/agos-cloud/agent/skills.md) - Add capabilities
* [Set Up Cron Jobs](/agos/agos-cloud/agent/cron-jobs.md) - Schedule tasks
* [Monitor Usage and Costs](/agos/agos-cloud/agent/usage.md) - Track consumption
* [View Logs and Debug](/agos/agos-cloud/agent/logs-debug.md) - Troubleshooting


---

# 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/agent.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.
