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

# Warehouse Configuration

> Configure your data warehouse and storage options

The Warehouse settings page lets you view and configure how AstroBee stores and processes your data.

Access it via **Settings** → **Warehouse** tab.

<Frame caption="Warehouse configuration page">
  <img src="https://mintcdn.com/astrobee-f4b330e6/ppM7q3dJGmeBWRIe/screenshots/10-settings-warehouse.png?fit=max&auto=format&n=ppM7q3dJGmeBWRIe&q=85&s=32de05a7747babdff8f9d5a3bc7f65e6" alt="Warehouse settings" width="2850" height="1608" data-path="screenshots/10-settings-warehouse.png" />
</Frame>

## Default Configuration

By default, your organization uses a **shared DuckDB warehouse** with platform-managed storage. This provides:

* Zero configuration required
* Fast query performance
* Automatic scaling
* No additional costs

## Bring Your Own Bucket (BYOB)

<Note>
  BYOB is available on **Enterprise plans** only. Contact us to upgrade.
</Note>

Enterprise customers can connect their own S3-compatible storage for complete data control:

### Benefits

* **Data Ownership** — Your data stays in your infrastructure
* **Cost Control** — Pay storage costs directly to your provider
* **Compliance** — Meet data residency requirements
* **Flexibility** — Use AWS S3, MinIO, Cloudflare R2, or other S3-compatible services

### Supported Storage

| Provider            | Compatibility |
| ------------------- | ------------- |
| AWS S3              | Full support  |
| MinIO               | Full support  |
| Cloudflare R2       | Full support  |
| Other S3-compatible | Contact us    |

### Configuration

To enable BYOB:

1. Contact your administrator to upgrade to Enterprise
2. Provide your S3 bucket credentials
3. AstroBee configures the connection
4. All new data syncs to your bucket

<Warning>
  BYOB configuration requires coordination with the AstroBee team. Contact [support@astrobee.ai](mailto:support@astrobee.ai) to get started.
</Warning>

## Data Processing

Regardless of warehouse configuration:

* All queries run in secure, isolated environments
* Data is encrypted in transit (TLS 1.3) and at rest (AES-256)
* Query results are cached temporarily for performance

## Next Steps

<CardGroup cols={2}>
  <Card title="Integrations" icon="plug" href="/settings/integrations">
    Configure third-party API integrations
  </Card>

  <Card title="Security Overview" icon="shield-check" href="/security/overview">
    Learn about data security and compliance
  </Card>
</CardGroup>
