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

# Integrations

> Connect Avallon with external services

## Overview

Avallon supports integrations with various external services to enhance your website's functionality.

## Available Integrations

<CardGroup cols={2}>
  <Card title="Stripe">
    Accept payments and manage subscriptions
  </Card>

  <Card title="Google Analytics">
    Track website traffic and user behavior
  </Card>

  <Card title="Email Services">
    Send transactional emails
  </Card>

  <Card title="n8n">
    Create automation workflows
  </Card>
</CardGroup>

## Setting Up Integrations

1. Go to **Settings** → **Integrations**
2. Select the integration you want to connect
3. Follow the setup instructions
4. Enter your API keys or credentials
5. Test the connection
6. Save the integration

## Stripe Integration

Connect Stripe to accept payments:

1. Get your Stripe API keys from the Stripe dashboard
2. Enter your publishable and secret keys in Avallon
3. Your website will automatically include Stripe checkout
4. Payments will be processed through your Stripe account

## Google Analytics

Track your website traffic:

1. Get your Google Analytics tracking ID
2. Enter it in Avallon Settings
3. Analytics code will be automatically added to all pages
4. View analytics in your Google Analytics dashboard

<Info>
  Integrations are automatically injected into generated websites. No manual code changes needed.
</Info>
