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

# URLs

> Add web pages to your agent's knowledge base

## Overview

Add URLs to your Brain and Orova will crawl the page, extract the content, and index it. Your agent can then reference that content during conversations.

This is great for adding your existing website content, help docs, or blog posts without manually copying text.

## Add a URL

<Steps>
  <Step title="Open a folder">
    Go to **Brain** and open the folder where you want to add the URL.
  </Step>

  <Step title="Click Add URL">
    Click **Add URL** and paste the web page address.
  </Step>

  <Step title="Crawling">
    Orova visits the page, extracts the text content, and indexes it.
  </Step>

  <Step title="Ready">
    The page content is now part of your agent's knowledge.
  </Step>
</Steps>

## Link discovery

When you add a URL, Orova can also discover linked pages on the same domain. This lets you quickly add multiple related pages — for example, adding your entire help center by starting with the main page.

## Use cases

* **Help center** — Add your support docs URL and let the agent answer questions from them
* **Product pages** — Add product pages so the agent knows features and pricing
* **Blog posts** — Add relevant blog content for the agent to reference
* **Policies** — Add your terms of service, privacy policy, etc.

## Managing URLs

* **Refresh** — Re-crawl a URL to pick up content changes
* **Delete** — Remove a URL from the knowledge base
* **View** — See the extracted content from the page

## Tips

* Make sure the URL is publicly accessible (no login required)
* Pages with clean, well-structured HTML work best
* Add specific pages rather than entire sites for better accuracy
* Re-crawl URLs periodically if the content changes frequently
