ProxyAI/docs/pages/context/symbols/docs.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

27 lines
No EOL
924 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Documentation Context
description: Integrating external documentation directly into the chat.
---
# Documentation Context
Easily pull relevant web documentation into your chat for quick reference and AI analysis. Whether its API documentation, library guides, framework manuals, or technical articles, ProxyAI can fetch and utilize this content.
<video
src="https://proxyai-assets.s3.eu-central-1.amazonaws.com/videos/docs.mp4"
alt="Docs Demo"
width="1200"
height="800"
className="nx-rounded-lg nx-my-4"
autoPlay
muted
loop
/>
## How it Works
Using a dedicated command, you can instruct ProxyAI to fetch content from a specific URL. The AI can then use this documentation to:
* Answer questions about a library or API based on its official docs.
* Explain concepts using provided guides or manuals.
* Help you implement features according to framework documentation.