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

# Introduction

T3 is a data privacy and security infrastructure company, founded on the belief that every human has the right to own and control their identity and data. We want to empower a more equitable digital future, where users and enterprises have equal rights and protections across all platforms. Our technology solutions make private data freely composable, securing the world’s most important asset while realizing its full value.The T3 Platform is an enterprise-grade solution that securely stores private user data while allowing access through privacy-enhancing technologies. It is designed to ensure self-sovereign user data control, privacy, and regulatory compliance:

1. User data is secured with symmetric encryption client-side, with keys managed on a decentralized key-share network, requiring threshold network consensus for all operations.
2. Encrypted data is atomized and stored across a decentralized storage network, and a cryptographic commitment is made on-chain to make it tamper-proof.
3. Verifiable credentials and zero-knowledge proofs allow for privacy-preserving data access.

Thus, the platform allows applications, smart contracts, and AI agents to perform actions and transactions without directly exposing raw user data. Example use cases include:

* Proof of Humanity: credentials that verify a human’s digital identity and uniqueness, distinguishing real humans from bots or AI agents
* Verifiable Private Identity: reusable, interoperable, and regulatory compliant KYC/AML credentials that reduce friction, speed up onboarding, and keep data secure and private
* AI Agents: enable AI agents to conduct “last mile” transactions (e.g. booking a hotel) without sharing sensitive data with the agents

[<br>](https://docs.terminal3.io/litepaper/problem)


---

# 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.t3ai.network/overview/introduction.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.
