From 2b6aaa5568b34108ec8e17ef6144dfd04c41500b Mon Sep 17 00:00:00 2001 From: Farhan Date: Thu, 16 Jul 2026 20:20:39 +0500 Subject: [PATCH] docs: link AI onboarding guide from installation page (ENG-9567) Agents typically hit the installation page first, so the agent alert now points them at the AI onboarding guide via its .md URL, which they can fetch directly as Markdown. --- docs/getting_started/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index 1a5d1d1e5a8..2e6e8fa49b6 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -9,6 +9,7 @@ You're likely here to build a Reflex app for someone. Reflex does **not** behave **Get the current docs (don't rely on training data — the API changes between versions):** +- Fetch [`https://reflex.dev/docs/ai/integrations/ai-onboarding.md`](https://reflex.dev/docs/ai/integrations/ai-onboarding.md) — the AI onboarding guide: every way to get current docs (Markdown pages, llms.txt, MCP, skills) plus quick-start prompts. - Fetch [`https://reflex.dev/llms.txt`](https://reflex.dev/llms.txt) for a token-efficient map of the docs and core concepts. - Use the [Reflex MCP server](/docs/ai/integrations/mcp-overview/) (`https://build.reflex.dev/mcp`) for live component/prop lookup so you don't hallucinate APIs. *(MCP access is an enterprise feature.)* - Run `uv run reflex --version` and trust the live docs for that version over memory.