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

# Add Knowledge to Your Agent

> Give your agent the information it needs to answer accurately.

Knowledge is everything your agent needs to know about your business: prices, policies, hours, frequent questions, locations. The more complete this information is, the better its answers will be.

You'll find this section in your agent's **Knowledge** tab.

## Ways to add information

You can combine several types of sources. Pick the matching tab and click **Add Knowledge**.

<CardGroup cols={2}>
  <Card title="Documents" icon="file-text">
    Upload files: PDF, Word, Excel, presentations, and more (up to 10 MB each).
  </Card>

  <Card title="Text" icon="pencil">
    Write or paste information directly, like your frequently asked questions.
  </Card>

  <Card title="Websites" icon="globe">
    Share your site's address and Eva learns from its content.
  </Card>

  <Card title="Images and videos" icon="image">
    Add visual material your agent can share with customers.
  </Card>
</CardGroup>

## Example: add your FAQs

<Steps>
  <Step title="Open the Text tab">
    In **Knowledge**, go to the **Text** tab and click **Add Knowledge**.
  </Step>

  <Step title="Write the information">
    Give it a **Name** (for example, "Frequently asked questions") and paste the content your agent should reference.
  </Step>

  <Step title="Save and train">
    Click **Save and train**. Eva processes the information and gets it ready to use.
  </Step>
</Steps>

<Tip>
  Write the way you'd talk to a customer: clear and direct. You don't need a special format; as long as the information is complete, Eva understands it.
</Tip>

<Note>
  After adding or changing knowledge, [test your agent](/en/your-agent/testing) to confirm it answers with the new information.
</Note>
