---
title: Privacy
description: How Agnic handles your data and privacy
---

# Privacy

Agnic is committed to protecting your privacy. This section explains how your data is handled when using our AI Gateway and wallet capabilities.

## Overview

When using AI through Agnic, your prompts and responses go through multiple touchpoints. You have control over how your data is handled at each step.

<Cards>
  <Card title="Data Collection" href="/docs/privacy/data-collection">
    What data Agnic collects and how it's used
  </Card>
  <Card title="Logging" href="/docs/privacy/logging">
    Provider logging and data retention policies
  </Card>
</Cards>

## Key Principles

### Your Data, Your Control

- **No prompt storage by default** - Agnic does not store your prompts or responses unless you explicitly opt in
- **Transparent policies** - Clear information about how each AI provider handles data
- **Provider filtering** - Choose to only use providers that meet your data requirements

### Security

- **Encrypted connections** - All API traffic is encrypted with TLS
- **Secure wallets** - Embedded wallets use industry-standard security
- **Token-based auth** - Fine-grained access control with API tokens

### Compliance

- **GDPR compliant** - We respect data protection regulations
- **Data minimization** - We only collect what's necessary
- **Right to deletion** - Request deletion of your data at any time

---

## Quick Reference

| Aspect | Policy |
|--------|--------|
| Prompt storage | Opt-in only |
| Metadata logging | Yes (tokens, latency, etc.) |
| Training on data | Never by Agnic |
| Provider data policies | Varies by provider |
| Encryption | TLS for all connections |

---

## Learn More

<Cards>
  <Card title="Data Collection" href="/docs/privacy/data-collection" />
  <Card title="Logging" href="/docs/privacy/logging" />
</Cards>
