# Import: Website

<figure><img src="/files/U5mWNKBs0INVRjVXEHCn" alt=""><figcaption></figcaption></figure>

#### Import Knowledge: The "Website" Method

Another simple way to add knowledge is by importing content directly from a website. Instead of copying and pasting, you just provide a URL.

Here’s how it works:

1. In the Hallway.ai dashboard, select the "Website" import method. Just paste the URL of the webpage you want your AI to learn from.
2. Our system will automatically scrape the data from the website. It will read the content and format it in the same way as the "Copy Text" method, parsing it into searchable topics and content.
3. Once the process is complete, the information from the website is instantly added to your character’s knowledge base, making it available for your AI to use in its conversations right away.


---

# 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://hallway.gitbook.io/embed/basics/editor/knowledge/import-website.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.
