# Website Import

Import web pages to make their content searchable alongside your documents.

## Importing a single page

1. Go to **Library** and click **Import Website**
2. Paste the URL of the page you want to import
3. Knowbase extracts the text content and adds it to your library

## Discovering and importing multiple pages

1. Enter a website URL and click **Discover**
2. Knowbase crawls the site structure and shows available pages
3. Select the pages you want to import
4. Click **Import selected**

## Credits

Website imports use page credits based on your plan:

| Plan    | Pages/month |
| ------- | ----------- |
| Free    | 0           |
| Starter | 50          |
| Pro     | 250         |
| Team    | 1,000       |

## Refreshing content

You can re-crawl imported websites to update the content if the source pages have changed.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.knowbase.ai/knowledge-base/website-import.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
