# Web Browsing

The Web Browsing plugin allows BoltAI to read the content of a web page.

### How does it work?

A large language model (LLM) does not have the ability to access the Internet. When asked about a recent event or the content of a web page, it might hallucinate or be unable to provide an answer at all.

With the Web Browsing plugin, BoltAI can fetch the content of the web page, parse it, and send it to the LLM as context. This improves the accuracy and usefulness of the LLM.

### How to set up the Web Browsing plugin?

No configuration is required for this plugin.

### How to use the Web Browsing Plugin?

1. Start a new chat. Choose an LLM that supports Function Calling (for example GPT-4o)
2. Enable the Web Browsing plugin
3. Ask the LLM to process one or more web pages

{% hint style="info" %}
**NOTICE**:

Unlike ChatGPT, the Web Search & Web Browsing in BoltAI are 2 different plugins.&#x20;

* The Web Search plugin allows BoltAI to search for more information on the Internet using a Search Engine.
* The Web Browsing plugin allows BoltAI to read the content from a particular webpage

Enable both plugins to replicate the ChatGPT web browsing experience.
{% endhint %}

<figure><img src="/files/lmC5CHL9ysYEwFIufzBq" alt=""><figcaption><p>Web Browsing Plugin in BoltAI</p></figcaption></figure>


---

# 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.boltai.com/docs/plugins/web-browsing.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.
