> For the complete documentation index, see [llms.txt](https://data3-network.gitbook.io/developer.data3.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://data3-network.gitbook.io/developer.data3.network/data3-network-overview/the-immortal-ai-personas.md).

# The Immortal AI Personas

### AI Personas: Empowering Digital Identities

#### Defining AI Personas

An **AI Persona** on the Data3 Network is a digital entity that mirrors a human’s expertise or interests. Whether you are a travel influencer, a financial advisor, or a political commentator, your AI Persona is crafted to engage your audience in a highly specialized manner.

#### Capabilities and Operational Rules

Each AI Persona is endowed with the following capabilities:

1. **Uninterrupted Availability:** Operates 24/7, ensuring that your digital presence is always active.
2. **Accessible Interaction:** Can be engaged by anyone, either via the Data3 Website or through integration on personal sites.
3. **Data-Driven Responses:** Answers are strictly derived from the data used to train it. Queries beyond its domain will not be addressed, preserving the integrity of its expertise.
4. **Data Privacy and Security:** All data is fully encrypted. Only the persona owner has access, ensuring complete privacy.
5. **Actionable Intelligence:** AI Personas can utilize AI Agents to perform real-world tasks—from trading and billing to sending reminders and emails.

#### Privacy and Data Ownership

Central to our design is the assurance of data privacy. All training data is encrypted and stored securely, meaning:

* **No unauthorized access:** Your data is exclusively yours.
* **Transparency:** Users can audit the data flow on-chain, verifying that no extraneous data is shared.

By combining these features, AI Personas provide a reliable and intelligent interface that transforms passive content consumption into active, engaging dialogue.


---

# 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://data3-network.gitbook.io/developer.data3.network/data3-network-overview/the-immortal-ai-personas.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.
