> For the complete documentation index, see [llms.txt](https://typo.gitbook.io/typo-help-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://typo.gitbook.io/typo-help-docs/faqs/data-security-and-privacy/ai-usage-document.md).

# AI Usage Document

## Typo AI Usage & Data Security

As part of our commitment to security, privacy, and compliance, we aim to provide clarity on how we utilize AI-powered large language models (LLMs), such as OpenAI and Google Gemini, for automated code reviews and code fixes.

**Enterprise-Grade AI Usage**

While using paid-only versions of OpenAI and Google Gemini, we have configured them in a way that ensures :

* **Data is not shared with third parties**: The enterprise agreements guarantee that user inputs and outputs are **not used to train the models** or shared externally.
* **No storage or retention**: We do not store any data from these interactions beyond the processing session.
* **Strict access controls**: The AI integrations are configured within our secure infrastructure to prevent unauthorized access.

<figure><img src="/files/f1y9hlIhKKFQDqDeeZ95" alt=""><figcaption></figcaption></figure>

**Security & Compliance Measures**

* **Encryption & Secure Processing**: Data processed by AI models remains secure within encrypted environments.
* **No AI Model Training on Client Data**: The AI providers explicitly state that enterprise users’ inputs are **not used** for training or improving AI models.
* **Internal Controls**: Our internal processes further ensure that no data is stored, logged, or used beyond its immediate purpose.

Additionally, we are SOC2 & GDPR compliant, ensuring that the industry's best security protocols are followed across our entire system. Here’s our trust centre that lists out all the details for further reference: [Trust Centre](https://security.typoapp.io/)

**Commitment to Client Confidentiality**

We remain dedicated to protecting client data and ensuring that AI-assisted workflows **adhere to industry best practices** for security and compliance. If you have any further questions or need additional assurances, please feel free to reach out at <hello@typoapp.io>.


---

# 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://typo.gitbook.io/typo-help-docs/faqs/data-security-and-privacy/ai-usage-document.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.
