Where the menu lives
The contextual menu appears as a button on each page — typically at the top of the page near the title, or in the table of contents sidebar (depending on configuration). Click it to expand a list of options.
The menu’s options apply to the page you’re currently on. The action takes the content of the current page and routes it to wherever you’ve selected.
What’s in the menu
The contextual menu groups capabilities into a few categories:
The exact options visible may vary depending on the Virtuous docs configuration, but the categories above are representative.
When to use each option
Different options fit different workflows. A quick decision guide:
The pattern: one click takes the current page (or the MCP server connection) and routes it where you want it.
Copy and view options
Copy page
Copies the entire current page to your clipboard as Markdown. Useful for:
The Markdown preserves the structure (headings, tables, code blocks) so the pasted content stays readable.
View as Markdown
Opens the current page rendered as plain Markdown in your browser. Useful for:- Reading without the docs site’s chrome
- Copying specific sections (you can select and copy from the Markdown view)
- Verifying what content the page actually contains (vs. what’s rendered visually)
- Sharing a link that someone can read in any Markdown viewer
External AI chat options
Each of these options takes the current page and opens a new chat in the named tool, with the page already loaded as context. You can then ask any question about it.Open in ChatGPT
Opens a new ChatGPT conversation with the page as context. You’re routed to ChatGPT in a new tab. Ask any question; ChatGPT uses the page content as its starting reference.Open in Claude
Same pattern with Claude. Useful when:- Your team standardizes on Claude
- You want to use Claude’s Projects feature with docs content
- You need longer responses than other tools provide
Open in Perplexity
Same pattern with Perplexity. Useful when:- You want web-connected research alongside docs content
- You’re comparing Virtuous patterns to other tools or approaches
Open in Grok / Google AI Studio
Same pattern with each of these tools. Use whichever your team is already standardized on.AI development tool options
For partners doing actual coding work, two options route the docs to coding-focused AI tools:Open in Devin
Opens a Devin session with the page as context. Useful for:- Asking Devin to scaffold an integration based on documented patterns
- Generating boilerplate code grounded in the docs
- Refactoring existing code to match documented best practices
Open in Windsurf
Opens Windsurf Cascade with the page as context. Useful for:- Working in Windsurf as your primary IDE
- Treating the docs page as a working reference while you build
MCP server options
These options connect AI tools to the MCP server, which gives them persistent docs access (not just per-page context).Copy MCP server URL
Copies the MCP server URL (https://docs.virtuous.org/mcp) to your clipboard. Useful for:
- Pasting into AI tools that don’t have a one-click install button
- Setting up a custom MCP-compatible tool
- Sharing the MCP URL with a teammate setting up their own tool
Copy MCP install command
Copies a one-line install command (npx add-mcp ...) for AI tools that support npx-based MCP installation. Useful when:
- You’re setting up a new tool and prefer command-line installation
- You’re sharing the install with a teammate via Slack
Connect to Cursor
Installs the Virtuous docs MCP server in Cursor with one click. After clicking:- Cursor opens (if it’s installed)
- The MCP server is added to your Cursor configuration
- From now on, Cursor’s AI can query the Virtuous docs while you code
Connect to VS Code
Same pattern for VS Code. One click installs the MCP server into your VS Code configuration; the Copilot chat can then query the docs.
For the underlying details on what the MCP server provides, see the MCP Overview.
Workflow combinations
The contextual menu shines when you combine its options with your existing workflows. A few patterns:“Triaging a customer issue”
- Open the relevant docs page
- Copy page to grab the Markdown
- Paste into your support ticketing system with the customer’s question
- Engineers reviewing the ticket see the docs context alongside the issue
”Writing partner-side documentation”
- Open the Virtuous docs page covering the related Virtuous concept
- Copy page to your clipboard
- Paste into your own integration docs as a starting point
- Edit down to match your customer-facing voice
- Link back to the Virtuous source for readers who want to go deeper
”Onboarding a new engineer to your integration”
- Send them a deep-link to the Virtuous docs page covering the relevant API
- They use Open in ChatGPT (or whichever AI tool your team uses) to ask questions
- Or they use Connect to Cursor to wire up persistent docs access in their IDE
- Either way, they’re up to speed faster
”Deep researching across multiple sources”
- Open the Virtuous docs page you’re researching from
- Open in Perplexity to combine the docs with web research
- Cross-reference what you learn against other tools’ approaches
- Bring conclusions back to your integration design
”Code generation grounded in docs”
- Open the docs page covering the workflow you want to implement
- Open in Claude or Open in ChatGPT
- Ask: “Generate the JavaScript code for this workflow, following the documented patterns”
- Copy the generated code into your IDE
- Verify by following the citations back to the docs
The contextual menu vs. other options
A quick comparison of the four AI-related capabilities the docs offer:
These are complementary — use whichever fits the moment. The contextual menu specifically removes friction for handing off a specific page to a specific external destination.
Tips for getting the most out of the contextual menu
A few patterns worth knowing:When the menu’s not in the right place
A few minor things to know:
For troubleshooting AI tool connections specifically, see Connect to the Virtuous MCP Server.
Where to go next
MCP Overview
The persistent docs-AI integration that the contextual menu’s “Connect to…” options set up.
AI Assistant
The in-docs AI chat — different from the contextual menu’s external handoff options.
Search and Navigation
Finding the page you want to apply the contextual menu to.
API Playground
The interactive endpoint testing built into the docs.