# Sources overview

> Configure content sources that your chatbot uses to answer questions. Sources determine what information is available to users.

# Sources overview

Configure content sources that your chatbot uses to answer questions. Sources determine what information is available to users.

:::important  
Only Administrator and Maintainer roles can manage sources. See [Manage roles](../../administration/roles.md).  
:::

## Source types

<section className="row">
  <article className="col col--6">
    
      Sitemaps
      Add entire websites using XML sitemaps
    
  </article>
  
  <article className="col col--6">
    
      URLs
      Add individual web pages
    
  </article>
  
  <article className="col col--6">
    
      Files
      Upload documents in PDF, Word, Excel, and other formats
    
  </article>
  
  <article className="col col--6">
    
      GitHub
      Add code repositories and their documentation
    
  </article>
  
  <article className="col col--6">
    
      Confluence
      Import from Confluence
    
  </article>
  
  <article className="col col--6">
    
      OpenAPI
      Add OpenAPI/Swagger specifications for API documentation
    
  </article>
  
  <article className="col col--6">
    
      Private content
      Manage private and authenticated content
    
  </article>
</section>

## Add a source

1. In the [Biel.ai dashboard](https://app.biel.ai), select your project.
2. Go to **Settings** > **Sources**.
3. Choose a source type and configure it.
4. Click **Save**.

Indexing starts automatically and takes a few minutes. Test your chatbot after indexing completes.
