> ## Documentation Index
> Fetch the complete documentation index at: https://invisly.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Data protection and privacy in Invisly

> Learn how Invisly protects your code and personal data through local processing, zero server storage, automatic cleanup, and transparent operation.

Invisly is built around a simple principle: your code and your work belong to you. Every architectural decision — from where analysis runs to how temporary files are handled — is made to ensure that your data never leaves your control without your explicit knowledge.

## Core privacy protections

<AccordionGroup>
  <Accordion title="Local processing" icon="computer" defaultOpen={true}>
    All code analysis runs directly on your device. Invisly does not transmit your code to remote servers for its basic functionality. When you capture a problem or request assistance, the processing happens locally — your solutions, snippets, and session data stay on your machine.
  </Accordion>

  <Accordion title="No data storage" icon="database">
    Invisly does not store your code, solutions, or personal information on any external server. Nothing you work on is persisted beyond your local device. There are no user profiles, no usage history, and no identifiable records tied to your activity.
  </Accordion>

  <Accordion title="Automatic cleanup" icon="trash">
    Temporary files created during a session are automatically removed when the session ends. No residual data lingers after you close Invisly, so there is nothing left behind that could expose your work or compromise your privacy.
  </Accordion>

  <Accordion title="No tracking" icon="eye-off">
    Invisly does not track how you use the application, what problems you work on, or any behavioral patterns. No analytics are collected about your sessions, and no personal information is harvested in the background.
  </Accordion>

  <Accordion title="User control" icon="sliders">
    Nothing happens in Invisly without your explicit action. You decide when to activate the application, what content to capture, and when to deactivate. The system only analyzes what you deliberately provide to it.
  </Accordion>
</AccordionGroup>

## Secure communication for advanced features

Some advanced AI processing features use external services to deliver higher-quality assistance. When these services are involved, all communication between Invisly and those services is encrypted using industry-standard protocols.

<Note>
  When external services are used, only the content you explicitly submit for advanced processing is transmitted — and it travels over an encrypted connection. Your general session data, code history, and device information are never included.
</Note>

## Transparent operation

You always know what Invisly is analyzing. The application captures only what you actively trigger — there is no passive monitoring, no background scanning of your screen, and no ambient data collection. If you did not initiate an action, Invisly did not process anything.

<CardGroup cols={2}>
  <Card title="Local processing" icon="cpu" href="/privacy/local-processing">
    Learn more about how analysis runs on your device and what that means for your data.
  </Card>

  <Card title="Exam tips" icon="shield-check" href="/best-practices/exam-tips">
    Best practices for using Invisly responsibly during technical assessments.
  </Card>
</CardGroup>
