# Website Reading

With the Website action, you're able to have the AI read the scraped information from a website.

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

In the "Account" setting, you can select the website that you'd like the AI to use. This will only display websites that you've already connected to Capri, though!

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

For the prompt, you will need to tell the AI what information is contained within the website and when the information should be read.


---

# 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://help.capriai.us/capri-portal/setting-up-actions/website-reading.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.
