search_docs
Find relevant Reflex documentation sections by searching with keywords or natural language queries. Get concise snippets and direct URLs to help solve development issues.
Instructions
Search Reflex documentation by keyword or natural language query.
Args: query: Search query (e.g., "rx.foreach", "state management", "styling") limit: Maximum number of results to return (default: 10) include_content: If True, include full page content in each result (max 5 results) fuzzy: If True, enable prefix expansion for broader matching (default: True)
Returns: List of matching documentation sections with slug, title, score, snippet, and URL
Example: search_docs("rx.foreach") search_docs("how to style components", fuzzy=True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No | ||
| include_content | No | ||
| fuzzy | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |