# How to setup Web Search Plugin for BoltAI

To use Web Search Plugin on BoltAI, you will need to create a new custom search engine using Google Programmable Search Engine then enter your Search Engine ID and Search API Key.

## How to create a Programmable Search Engine

Follow this step by step guide to create yours

{% embed url="<https://scribehow.com/embed/How_to_Create_a_Programmable_Search_Engine_with_Bolt_AI__PvCcEOJRRKWnt_xLlErinQ>" %}

## Set up Web Search Plugin in BoltAI

Go to Settings > Plugin > Web Search then fill the form

<figure><img src="/files/jGAsWr9r9E8wK9QeXeFY" alt=""><figcaption></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/guides/how-to-setup-web-search.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.
