# Persona Protocol

## Learn

- [What is Persona?](https://build.intract.io/introduction/what-is-persona.md): The Internet’s Missing Layer — Finally Yours
- [Use Cases & Applications](https://build.intract.io/introduction/use-cases-and-applications.md)
- [For AI Agents](https://build.intract.io/introduction/for-ai-agents.md): Today, users are forced to choose between privacy and personalization. We reject that binary.
- [Whitepaper & Technical Resources](https://build.intract.io/introduction/whitepaper-and-technical-resources.md)
- [FAQs](https://build.intract.io/introduction/faqs.md)
- [System Architecture](https://build.intract.io/protocol-overview/system-architecture.md)
- [Protocol Components](https://build.intract.io/protocol-overview/protocol-components.md)
- [Data Ingestion Engine (DIE) / Ingestion Layer](https://build.intract.io/protocol-overview/protocol-components/data-ingestion-engine-die-ingestion-layer.md)
- [Trusted Execution Cluster (TEC) / Compute Layer](https://build.intract.io/protocol-overview/protocol-components/trusted-execution-cluster-tec-compute-layer.md)
- [Secure Access Management (SAM)](https://build.intract.io/protocol-overview/protocol-components/secure-access-management-sam.md)
- [Encrypted Storage Service (ESS) / Storage Layer](https://build.intract.io/protocol-overview/protocol-components/encrypted-storage-service-ess-storage-layer.md)
- [Security Implementations](https://build.intract.io/protocol-overview/security-implementations.md)
- [A detailed example on how it works](https://build.intract.io/protocol-overview/a-detailed-example-on-how-it-works.md)

## Building Apps

- [Building Apps](https://build.intract.io/building-app/building-apps.md)

## Ecosystem

- [Welcome](https://build.intract.io/ecosystem/welcome.md)
- [Partner Showcase](https://build.intract.io/ecosystem/partner-showcase.md)
- [Eliza](https://build.intract.io/ecosystem/partner-showcase/eliza.md)
- [AIXBT](https://build.intract.io/ecosystem/partner-showcase/aixbt.md)
- [Eternal AI](https://build.intract.io/ecosystem/partner-showcase/eternal-ai.md): (Similar to Virtuals)
- [Virtuals](https://build.intract.io/ecosystem/partner-showcase/virtuals.md)
- [Applications](https://build.intract.io/ecosystem/applications.md)
- [Targeted Intract Quests](https://build.intract.io/ecosystem/applications/targeted-intract-quests.md): Precision User Acquisition Powered by Persona Protocol
- [Proof of Humanity & \[X\]](https://build.intract.io/ecosystem/applications/proof-of-humanity-and-x.md): Welcome to the future of digital identity verification.
- [Ball-E, Personal AI Agent](https://build.intract.io/ecosystem/applications/ball-e-personal-ai-agent.md): Your truly personalized DeFAI
- [Ideas you can steal](https://build.intract.io/ecosystem/ideas-you-can-steal.md): Steal these ideas, remix them, and ship something extra ordinary.
- [Grant Program](https://build.intract.io/ecosystem/grant-program.md): We respect companies who respect user privacy
- [Infrastructure Partners](https://build.intract.io/ecosystem/infrastructure-partners.md): A list of infrastructure partners & tools.
- [Case Studies](https://build.intract.io/ecosystem/case-studies.md)
- [Personal AI Scaled to Thousands of Users through Intract Protocol](https://build.intract.io/ecosystem/case-studies/personal-ai-scaled-to-thousands-of-users-through-intract-protocol.md)
- [How Analog leveraged ‘Proof of Humanity’ to remove millions of bots](https://build.intract.io/ecosystem/case-studies/how-analog-leveraged-proof-of-humanity-to-remove-millions-of-bots.md)
- [Linea's 250% TVL Growth With Intract’s Targeted Quests Platform](https://build.intract.io/ecosystem/case-studies/lineas-250-tvl-growth-with-intracts-targeted-quests-platform.md)
- [Get Involved](https://build.intract.io/ecosystem/get-involved.md): If you wanna talk, we can jump on a call anytime anywhere for you!

## Users Hub

- [Overview](https://build.intract.io/users-hub/overview.md): Own Your Data, Own Your Future
- [Connecting Accounts](https://build.intract.io/users-hub/user-portal-guide/connecting-accounts.md)
- [Data & Storage](https://build.intract.io/users-hub/user-portal-guide/data-and-storage.md)
- [Managing Permissions](https://build.intract.io/users-hub/user-portal-guide/managing-permissions.md)
- [Building Context Artifacts](https://build.intract.io/users-hub/user-portal-guide/building-context-artifacts.md)
- [PAL, Your Personal Data Agent](https://build.intract.io/users-hub/ai-agents/pal-your-personal-data-agent.md)
- [Warden: Your Privacy Agent](https://build.intract.io/users-hub/ai-agents/warden-your-privacy-agent.md)
- [Points System](https://build.intract.io/users-hub/incentives/points-system.md): Earn Rewards as You Build Your Digital Story
- [How we handle privacy](https://build.intract.io/users-hub/resources/how-we-handle-privacy.md)
- [FAQs](https://build.intract.io/users-hub/resources/faqs.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://build.intract.io/introduction/what-is-persona.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.
