mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 11:41:28 +00:00
27 lines
No EOL
924 B
Text
27 lines
No EOL
924 B
Text
---
|
||
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 it’s 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. |