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

# Quick Start

> Set up your first AI Assistant on Integrabot in less than 5 minutes

## Welcome

This guide walks you through the essential steps to start using Integrabot. By the end, you will have a working AI Assistant talking to your customers via WebChat or Telegram.

<Note>
  **Estimated time:** 5–10 minutes
</Note>

## Prerequisites

<Check>
  An Integrabot account (if you don't have one, [create one here](https://app.integrabot.ai/register))
</Check>

<Check>
  Basic information about your business (products / services)
</Check>

## Step 1: Configure your AI Assistant

<Steps>
  <Step title="Open My Assistant">
    In the sidebar, click **My Assistant**
  </Step>

  <Step title="Define the Goal">
    In **Main Goal**, describe your assistant's purpose
  </Step>

  <Step title="Write Instructions">
    In **Instructions**, detail how the assistant should behave
  </Step>

  <Step title="Choose Communication Style">
    Pick a temperature (start with `0.3`, balanced)
  </Step>

  <Step title="Save">
    Click **Save** at the top of the page
  </Step>
</Steps>

<Info>
  You can test your assistant by clicking the chat icon at the bottom right of the screen.
</Info>

## Step 2: Add Knowledge

<Tabs>
  <Tab title="Direct Text (fastest)">
    1. Go to **Knowledge Base**
    2. Click **Text**
    3. Paste your information
    4. Click **Save**
  </Tab>

  <Tab title="Import Website">
    1. Go to **Knowledge Base** > **URLs**
    2. Paste your site link
    3. Click **Import**
    4. Wait for processing
  </Tab>

  <Tab title="Upload Document">
    1. Go to **Knowledge Base** > **Documents**
    2. Drag PDF, DOC or TXT files
    3. Wait for upload and processing
  </Tab>
</Tabs>

## Step 3: Connect a channel

<Tabs>
  <Tab title="WebChat (site widget)">
    1. Go to **Channels**
    2. Click **Add Channel** and select **Web Widget**
    3. Customize colors, position and welcome message
    4. Copy the HTML snippet and paste it on your site before the `</body>` tag
  </Tab>

  <Tab title="Telegram">
    1. Go to **Channels**
    2. Click **Add Channel** and select **Telegram**
    3. Create a bot via [@BotFather](https://t.me/BotFather) and copy the token
    4. Paste the token in the configuration screen and save
  </Tab>
</Tabs>

## Step 4: Test your Assistant

<Steps>
  <Step title="Open Test Chat">
    Click the chat icon at the bottom right
  </Step>

  <Step title="Simulate a Conversation">
    Ask questions as if you were a customer
  </Step>

  <Step title="Evaluate Responses">
    * Are responses correct?
    * Is the tone appropriate?
    * Is the assistant using knowledge base information?
  </Step>

  <Step title="Adjust if Necessary">
    If something is off, go back to **My Assistant** and tweak the instructions
  </Step>
</Steps>

## Step 5: Your Assistant is Live 🚀

### What happens now?

1. Visitors using your WebChat or chatting with your Telegram bot are served automatically
2. The assistant uses the instructions and knowledge you configured
3. You can monitor all conversations in real time in **Conversations**
4. If needed, you can intervene manually in any conversation

### Monitoring

<CardGroup cols={2}>
  <Card title="Conversations" icon="messages">
    View and interact with conversations in real time
  </Card>

  <Card title="Leads" icon="users">
    See captured contacts and their information
  </Card>

  <Card title="Dashboard" icon="chart-line">
    Track service metrics and performance
  </Card>

  <Card title="AI Tools" icon="screwdriver-wrench">
    Expand the assistant's capabilities with tools
  </Card>
</CardGroup>

## Need Help?

<CardGroup cols={2}>
  <Card title="Email Support" icon="envelope">
    [hello@integrabot.ai](mailto:hello@integrabot.ai)
  </Card>

  <Card title="Community" icon="discord">
    Join our Discord
  </Card>
</CardGroup>

<Check>
  **Done!** Your AI Assistant is configured and working.
</Check>

<Note>
  **📚 More Guides:** Full guides in Portuguese at `/pt/` (English translation in progress).
</Note>
