# Web scrape

### Adding Webpage Scrape to Your Agent

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

**During agent creation:**

* In the Tools section (located between the Mission and Knowledge pages), you'll find the Webpage Scrape option with a globe icon.
* Check the "Webpage Scrape" checkbox to scrape a web page and add it as knowledge for your Agent.
* Once enabled, an input field will appear where you can enter a website URL.

**When editing an existing agent:**

* Click the three dots on your agent's card and select "Edit Agent"
* Navigate to the Tools section
* Toggle the Webpage Scrape option on or off as needed

**How Webpage Scrape works:** This feature doesn't add a traditional tool to your agent. Instead, it provides an input field where you can paste website URLs. The system will scrape the content from those web pages and automatically add it to your agent's knowledge base, allowing your agent to reference and use that information in conversations.


---

# 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.calk-ai.com/agents/tools-you-can-give-to-agent/web-scrape.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.
