# Overview

AGOS Cloud is a cloud platform for deploying and running autonomous AI agents on dedicated VPS infrastructure.

AGOS Cloud provides **one-click deployment** of OpenClaw agents to the cloud:

1. **Connect your wallet** - Web3 login via RainbowKit
2. **Deposit stablecoins** - Fund your account with AIOU credits (1:1 with USDT or U)
3. **Deploy an agent** - Choose specs and launch in minutes
4. **Access the dashboard** - Control your agent via OpenClaw Gateway

## Documentation

* [**Core Concepts**](/agos/agos-cloud/concepts.md) - AIOU, architecture, resource classes
* [**Quick Start**](/agos/agos-cloud/quickstart.md) - Step-by-step deployment guide
* [**Platform Guides**](/agos/agos-cloud/platform.md) - Managing agents and costs
* [**Agent Dashboard**](/agos/agos-cloud/agent.md) - Using the Agent Dashboard
* [**Reference**](/agos/agos-cloud/reference.md) - API docs and troubleshooting

***

*Start with* [*Core Concepts*](/agos/agos-cloud/concepts.md) *to learn the fundamentals*


---

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