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

# Integrations

> Connect your tools and systems

Connect HelloLeo to your existing tools and systems. Leo can read and write data directly from Odoo, Airtable, Notion, Klaviyo, and many more.

## What Are Integrations?

Integrations connect HelloLeo to external services, allowing you to:

* **Build on existing data** - Use data you already have
* **Create custom interfaces** - Better UIs for your tools
* **Connect multiple systems** - Bring everything together
* **Automate workflows** - Streamline your processes

## How It Works

HelloLeo uses secure middleware that:

* **Safely stores your API keys** - Encrypted and never exposed
* **Connects your frontend directly** - No CORS issues
* **Handles authentication** - Manages API calls automatically

## Available Integrations

* **Odoo** - ERP and business management
* **Airtable** - Databases and spreadsheets
* **Notion** - Documentation and databases
* **Klaviyo** - Marketing automation
* **Supabase** - Backend and database
* **Contentful** - Content management
* **Xano** - Backend API platform
* **DimoMaint** - Maintenance management
* **n8n** - Workflow automation

## Adding an Integration

1. Go to **Project Settings** → **Project Integrations**
2. Select an integration from the list
3. Enter your credentials (API keys, connection details)
4. Test the connection
5. Start using it in your prompts

## Using Integrations

Once connected, simply reference the integration in your prompts:

```
Show all products from my Odoo inventory
```

```
Save this form data to Airtable
```

```
Display pages from my Notion database
```

<CardGroup cols={2}>
  <Card title="Integration Guides" icon="book" href="/integrations/odoo">
    See setup guides for each integration
  </Card>

  <Card title="Working with Integrations" icon="plug" href="/integrations/working-with-integrations">
    Learn how to use integrations effectively
  </Card>
</CardGroup>
