# Web Search

The **Web Search** tool in **EmpowerGPT** allows you to access up-to-date, real-world information directly from the internet. It overcomes a key limitation of AI models—their fixed knowledge cutoff—by retrieving relevant web data and using it to generate informed, current responses.

Web Search is ideal when accuracy, recency, and verifiable sources matter.

{% hint style="info" %}
Web Search is available for World Knowledge Chat Type under tools
{% endhint %}

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

***

### Why Web Search Is Needed?

AI models are trained on large datasets during a **training phase**, after which their knowledge becomes fixed. Once deployed, they cannot learn or update themselves with new information.

This means:

* Models may not know about recent events, updates, or changes
* Information can become outdated immediately after model release

The Web Search tool bridges this gap by combining live internet data with AI reasoning.

***

### How Web Search Works?

Web Search operates in two key steps:

#### 1. Search

* A relevant search query is generated based on your prompt
* The system searches the internet for reliable and relevant results

#### 2. Contextual Answering

* The retrieved web results are sent to the AI
* The AI uses this information, along with your prompt, to generate a well-informed response

This process ensures answers are both **current** and **context-aware**.

***

### What You Can Do with Web Search?

Web Search is perfect for:

* Gathering the latest information on any topic
* Tracking recent developments, news, or updates
* Accessing real-time or frequently changing data
* Searching specific websites by including a URL in your prompt

Examples include market trends, policy updates, product changes, academic publications, or company announcements.

***

### Selecting Web Search

To enable Web Search:

1. Open a conversation in **EmpowerGPT**
2. Navigate to the **World Knowledge** chat
3. Select **Web Search** from the list of available tools
4. Enter your prompt and submit

Once selected, Web Search will be used automatically for that request.

***

### Using Web Search

When Web Search is triggered:

* Relevant web sources are searched automatically
* The AI generates a response informed by those sources
* You do not need to manually browse or copy links

Simply ask your question naturally, and EmpowerGPT handles the search and synthesis for you.

***

### References and Source Transparency

For transparency and verification:

* Web references are provided at the **end of the response**
* Each reference allows you to inspect the original source
* This helps you validate information and explore further if needed


---

# 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.empowergpt.ai/chat/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.
