AI Assistant Help (RAGbot)

Learn best practices for using RAGbotβ€”our embedded site assistantβ€”and connecting our knowledge base to your local developer environment via Model Context Protocol (MCP).


πŸ’¬ Using the RAGbot Chat Widget

The floating assistant in the bottom right corner allows you to query site documentation directly in real time.

Best Practices for Querying

  • Aim for Specificity: Phrase questions with concrete technical nouns (e.g., β€œHow do I configure the Gemini Quality Guardrails PR trigger?” rather than β€œHow do guardrails work?”).
  • Include Error Codes: If you are debugging, include specific status codes (e.g., 429, 503) or error messages.
  • Direct Language: Ask clear, active questions without conversational fluff for optimal vector search matching.

πŸ”Œ Connecting via Model Context Protocol (MCP)

You can connect your local AI workspace (Cursor, Claude Desktop, VS Code) directly to our documentation backend using our MCP bridge.

Quick Start with Cursor

  1. Go to Cursor Settings βž” Features βž” MCP Servers.
  2. Click + Add New MCP Server.
  3. Set Type to command.
  4. Enter command: node /path/to/your/mcp-bridge/my-mcp-bridge.mjs.

MCP Server Details

  • Server URL: https://mcp.thetechnicalwriter.com
  • Exposed Tool: search_documentation
  • Input Schema: { "query": "string" }

This site uses Just the Docs, a documentation theme for Jekyll.