Skip to main content
The contextual menu provides quick access to AI-optimized content and direct integrations with popular AI tools. When you select the contextual menu on any page, you can copy content as context for AI tools or open conversations in ChatGPT, Claude, Perplexity, Cursor, or VS Code with the documentation already loaded as context.

Available options

The contextual menu includes several options you can use:
Owem documentation contextual menu
OptionDescription
Copy pageCopies the current page as Markdown for pasting into AI tools
View as MarkdownOpens the current page as Markdown
Open in ChatGPTCreates a ChatGPT conversation with the current page as context
Open in ClaudeCreates a Claude conversation with the current page as context
Open in PerplexityCreates a Perplexity conversation with the current page as context
Copy MCP server URLCopies the MCP server URL to the clipboard
Connect to CursorInstalls the hosted MCP server in Cursor
Connect to VS CodeInstalls the hosted MCP server in VS Code

How to use

1

Access any documentation page

Navigate to the page about the topic you want to ask the AI about.
2

Click the contextual menu

At the top of the page, click the menu icon (⋮) to open the options.
3

Choose the tool

Select the desired option:
  • ChatGPT/Claude/Perplexity: Opens a conversation with the page content
  • Cursor/VS Code: Connects the MCP server to your IDE
  • Copy page: Copies the Markdown to paste manually

Use cases

  1. Access the endpoint page you want to understand
  2. Click Open in Claude or Open in ChatGPT
  3. Ask: “How do I use this endpoint for [your use case]?”
The AI will already have the complete documentation context.
  1. Access the endpoint page (e.g., Generate QR Code)
  2. Click Open in ChatGPT
  3. Ask: “Generate an example in Python/Node.js/PHP”
The AI will generate code based on the official documentation.
  1. Click Connect to Cursor or Connect to VS Code
  2. The MCP server will be installed automatically
  3. In the IDE chat, ask about the Owem API
The IDE will be able to query the entire documentation in real-time.
  1. Click Copy page
  2. Paste the Markdown into any AI tool
  3. Add your question
Works with any LLM that accepts text as context.

MCP Server

The Copy MCP server URL, Connect to Cursor, and Connect to VS Code options use the Owem MCP server:
https://docs.owem.com.br/mcp
See the complete MCP guide to understand how the Model Context Protocol works.