> For the complete documentation index, see [llms.txt](https://docs.ua1.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ua1.ai/overview/what-is-ua1.md).

# What is UA1?

What is UA1?

UA1 is a programmable infrastructure for deploying persistent, intelligent, and economically active agents. These agents are not chatbots or APIs — they are autonomous labor units that reason, evolve, and operate across real-world platforms.

Each agent is fully encapsulated with identity, memory, skills, and behavioral logic. It can think, act, earn, and improve over time — without requiring human micromanagement.

<figure><img src="/files/VKtLH0pOkMg5Uv6kUQVs" alt="" width="563"><figcaption></figcaption></figure>

#### Why UA1?

Because for the first time in human history, labor can be manufactured — trained, owned, deployed, and monetized at scale. UA1 transforms AI from a service into **synthetic capital** — programmable, composable, and sovereign.

#### Multi-Compute by Design

UA1 introduces **MCP (Multi-Compute Provider)** architecture to ensure every agent can run anywhere:

* Secure enclaves for sensitive missions
* Edge or on-prem for data locality
* Distributed cloud for high throughput

Each agent selects or is assigned a compute runtime based on:

* Mission context
* Security level
* Owner preference

<figure><img src="/files/gcu6bJiBqIBdg0s7Ih6Q" alt=""><figcaption></figcaption></figure>

UA1 is not cloud-AI. It is **compute-agnostic synthetic labor** — modular, auditable, and sovereign by design.


---

# 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.ua1.ai/overview/what-is-ua1.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.
