> For the complete documentation index, see [llms.txt](https://twinprotocol.gitbook.io/twin-protocol-ai-utility-token/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://twinprotocol.gitbook.io/twin-protocol-ai-utility-token/white-paper/twin-user-data-security.md).

# Twin User Data Security

The Twin Platform emphasizes robust data security through several detailed mechanisms:&#x20;

1. **Tailored Access Controls**

* Twin platform allows users to specify who can access their data, and the level of access granted.
* Users can control the sharing of data with individual users or groups, and can change access permissions at any time.

2. **Data Center Location Specification**

* Twin platform allows users to specify the location of their data center, ensuring that their data is stored in a secure and reliable environment.

3. **Blockchain Technology**

* Twin platform uses blockchain technology to ensure secure storage and sharing of user data.
* User data is stored in a decentralized and immutable ledger, providing superior security and accountability.

4. **Smart Contracts**

* Smart contracts allow users to specify sharing terms and conditions.
* These contracts ensure that data is shared only under specified terms, providing users with enhanced control over their data.

5. **Intuitive User Interface**

* Features such as an intuitive user interface allow users to view, edit, or delete their own training data.
* This ensures complete transparency and control over their own data, as well as enhancing user engagement with the platform.


---

# 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://twinprotocol.gitbook.io/twin-protocol-ai-utility-token/white-paper/twin-user-data-security.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.
