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

# Train with Websites

> Import content from your website to train your AI agent

Train your AI agent using content from your existing website. Simply provide a URL and we'll extract the content for your agent to learn from.

## How It Works

1. Navigate to **AI Agent** → **Train** → **Websites**
2. Click **Add Website**
3. Enter the URL you want to import
4. Click **Fetch** to extract the content
5. Review and save the imported content

<Warning>
  Website content does not auto-sync. If your website changes, you'll need to manually re-fetch the URL to update your AI agent's knowledge.
</Warning>

## What You Can Import

<CardGroup cols={2}>
  <Card title="Product Pages" icon="tag">
    Import product descriptions, features, and specifications.
  </Card>

  <Card title="Help Articles" icon="life-ring">
    Bring in existing support documentation and FAQs.
  </Card>

  <Card title="Blog Posts" icon="newspaper">
    Add relevant blog content for additional context.
  </Card>

  <Card title="Policy Pages" icon="scale-balanced">
    Import terms, privacy policies, and return policies.
  </Card>
</CardGroup>

## Best Practices

<AccordionGroup>
  <Accordion title="Import specific pages">
    Add individual page URLs rather than just your homepage. This gives the AI more focused, relevant content.
  </Accordion>

  <Accordion title="Review imported content">
    Check the extracted content before saving. Navigation menus, footers, and ads may be included and can be removed.
  </Accordion>

  <Accordion title="Keep content current">
    Set a reminder to re-fetch important pages when your website content changes significantly.
  </Accordion>
</AccordionGroup>

<Tip>
  For content that changes frequently, consider using the [Text editor](/ai-agent/train/text) instead—it's easier to update directly.
</Tip>
