ProxyAI/docs/pages/context/symbols/web.mdx
Carl-Robert Linnupuu 33e886860c
Some checks are pending
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions
docs: add nextra docs
2026-02-18 03:01:54 +00:00

30 lines
No EOL
1 KiB
Text

---
title: Web Context
description: Enable ProxyAI to access and utilize live web search results.
---
# Web Context
Connect ProxyAI to the internet to enhance its knowledge with up-to-date information. When enabled, ProxyAI can perform web searches to find the most relevant context for answering your questions.
<video
src="https://proxyai-assets.s3.eu-central-1.amazonaws.com/videos/web.mp4"
alt="Web demo"
width="1200"
height="800"
className="nx-rounded-lg nx-my-4"
autoPlay
muted
loop
/>
## How it Works
When you ask a question that might benefit from current information (e.g., latest library versions, recent news, troubleshooting errors not in its training data), ProxyAI can:
1. Identify the need for external information.
2. Perform a web search based on your query.
3. Analyze and synthesize the search results.
4. Incorporate the relevant findings into its answer.
This allows the AI to provide answers based on the latest documentation, articles, and discussions available online.