# Privacy & Automation Core

The Privacy & Automation Core of PrivAI forms the technical foundation that powers its entire ecosystem. It brings together three critical components — Dynamic Privacy Switching, Secure TEE Computation, and the Model Context Protocol (MCP) Bridge — to ensure that every user task is handled intelligently, securely, and flexibly.

The following is a brief overview of the core mechanism:

| <p>\[ User Action ]</p><p>       ↓</p><p>\[ Dynamic Privacy Switch ]</p><p>       ↓</p><p> → (Classic Mode) → Execute on-chain normally</p><p> → (Privacy Mode) → </p><p>       ↓</p><p>\[ Secure TEE Computation ]</p><p>       ↓</p><p>\[ AI Agent + MCP Bridge ]</p><p>       ↓</p><p>\[ Task Execution + Cross-Chain Ops ]</p> |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |


---

# 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.privai.vip/privacy-and-automation-core.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.
