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

# Create from Knowledge

> Build AI Agents that answer questions using your knowledge base

Create powerful AI Agents that can answer questions and provide information based on your existing knowledge content. This process automatically scrapes, processes, and trains your content to build a smart assistant.

## Creation methods

Choose how you want to create your knowledge-powered Agent:

<CardGroup cols={2}>
  <Card title="From Website Knowledge" icon="globe" href="/platform-fundamentals/platform-tour/agents/create-agent-from-website-knowledge">
    Build agents that scrape and learn from website content
  </Card>

  <Card title="From PDF Knowledge" icon="file-pdf" href="/platform-fundamentals/platform-tour/agents/create-agent-from-pdf-knowledge">
    Build agents that process and learn from PDF documents
  </Card>
</CardGroup>

## Step-by-step creation process

<Steps>
  <Step title="Click Create from Knowledge card">
    Navigate to the Create Agent page and click on the **Create from Knowledge** card to begin the process.

    <Frame>
      <img src="https://mintcdn.com/tars-c52ebe98/k37W35HpBrLrDZ5b/images/dashboard/knowledge/website/create-from-kb-step-1.png?fit=max&auto=format&n=k37W35HpBrLrDZ5b&q=85&s=9b34be1c2727e24bb2b44617929b2ffd" alt="Create Agent page showing the Create from Knowledge card option" width="1968" height="981" data-path="images/dashboard/knowledge/website/create-from-kb-step-1.png" />
    </Frame>

    <Check>
      This opens a modal dialog where you can configure your knowledge-powered Agent.
    </Check>
  </Step>

  <Step title="Select data source and customize Agent">
    In the modal, select the data source for training your Agent's Knowledge Base and customize the Agent's appearance:

    <Frame>
      <img src="https://mintcdn.com/tars-c52ebe98/RB0GpoNOdmX6y3VE/images/dashboard/knowledge/website/create-from-kb-step-2.png?fit=max&auto=format&n=RB0GpoNOdmX6y3VE&q=85&s=84c9473ccfb202bf8b296e13275a56b7" alt="Data source selection and agent customization options" width="1897" height="981" data-path="images/dashboard/knowledge/website/create-from-kb-step-2.png" />
    </Frame>

    **Customization options:**

    * **Data Source**: Choose the type of content to train your Agent
    * **Agent Icon**: Select or change the icon representing your Agent

    <Info>
      You can choose from various data sources and customize your Agent's icon. Additional data source options will be introduced in future updates.
    </Info>
  </Step>
</Steps>

<Warning>
  **Content Updates**: If your source website or documents change significantly,
  you may need to retrain your Knowledge Base to ensure the Agent has access to
  the latest information.
</Warning>
