# What is a PAG?

ROME's PAGs (Personal AI Agents) take AI and ROME one step further by making personal agents self-sovereign:

* **Own Assets** – PAGs hold NFTs, tokens, and digital assets using *ERC-6551* wallet abstraction.
* **Own other Agents** - own rAgents or other Agents, that will increase the capabilities of your PAG.
* **Evolve Autonomously** – PAGs with special rAgents, will be able to learn from interactions with the owner, improving their utility over time.
* **Leverage ROME** – Manage a fleet of rAgents autonomously through ROME
* **Communicate with other PAGs -** The Domain name of your PAG will allow for multiple Multi-Agent interactions in the future.&#x20;

PAGs will become the personal utility unlocker within the Rivalz World Abstraction Layer.&#x20;

*More Features and capabilities coming in Q2 2025.*

{% hint style="info" %}
For more details on how to create and manage PAGs, please refer to the [PAG](https://docs.rivalz.ai/rome-swarm-protocol/user-guide-rome-dashboard/pag) guide
{% endhint %}


---

# 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://docs.rivalz.ai/rome-swarm-protocol/what-is-a-pag.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.
