# Why does Typo need write permission to my code?

Typo necessitates write access to your codebase for the following reasons:

1. **Git Integration for Code Review Feedback:**
   * The application leverages the Git provider’s API to post analysis results directly as comments within Pull Requests (PRs).
   * This facilitates real-time code review and collaboration by seamlessly integrating code quality insights into the existing development workflow.

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2F8NSzCQkgjRKcbUlepfVQ%2FScreenshot%202025-01-08%20at%203.31.25%E2%80%AFPM.png?alt=media&#x26;token=afc8b35c-f403-461e-9bef-a52ea9582977" alt="" width="563"><figcaption></figcaption></figure></div>

**2.   AI-Powered Code Autofix and Streamlined PR Creation:**

* Typo incorporates an advanced AI-driven engine for automated code remediation.
* Upon identifying code errors, the system generates and presents optimized code snippets.
* The platform empowers developers with a user-friendly interface that allows them to initiate a new PR with the auto-fixed code with a single click.

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2FkVAEC1wcPYLeizeTAQa4%2FScreenshot%202025-01-08%20at%203.35.15%E2%80%AFPM.png?alt=media&#x26;token=3c486d55-a91d-4835-a36d-937f55623b5f" alt=""><figcaption></figcaption></figure></div>

Read more about [Autofixes](https://typo.gitbook.io/typo-help-docs/platform/code-health/code-review#ai-automated-code-fixes) and [Security & code storage policy](https://security.typoapp.io/)


---

# 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://typo.gitbook.io/typo-help-docs/faqs/data-security/why-does-typo-need-write-permission-to-my-code.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.
