# Data Storage and Security

At G1, data security is not an afterthought—it's the foundation of our trust model. G1's core mission is to be a reliable and secure "Living AI," which means your data is protected at every level.

1\. Pseudonymization: G1's primary security measure is pseudonymization. Instead of linking your personal identity to your data, G1 replaces it with a unique, meaningless ID. All of the processing and learning is done using this anonymous data, ensuring that even if there were a breach, the information could not be traced back to you.

2\. End-to-End Encryption: Your data is encrypted at all times. It is encrypted in transit as it moves between your devices and our systems, and it is encrypted at rest when it is stored. This industry-standard practice ensures that your information remains unreadable to any unauthorized party.

3\. The Principle of Least Privilege: G1 is designed to only access the data it absolutely need to perform a task.

4\. Super Auth: G1's Super Auth system further enhances security by eliminating the need for Super Apps to ever store your long-term credentials. It handles the authentication securely, providing temporary tokens that allow Super Apps to function without ever being able to directly access your sensitive information.

Our goal is to provide a deeply personal and proactive AI experience without ever compromising your privacy.


---

# 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://g10.gitbook.io/g1/about-g1/data-storage-and-security.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.
