Skip to content
OwnDocs
Feature

AI reading deeplinks

Every documentation page carries one-click links that open the current page in ChatGPT, Claude, or Cursor with a prompt already asking the AI to read and explain it.

  • Every documentation page exposes "Ask an AI" deeplinks for ChatGPT, Claude, and Cursor, so a stuck reader can hand the page to an LLM in a single click.
  • The deeplinks sit alongside the existing "Copy page" button at the top-right of each page, in a dropdown split into two sections — Copy formats (Copy as Markdown, Copy as Plain Text) and Ask an AI.
  • Each link builds the AI tool's URL with one query parameter carrying the prompt "Read and explain this documentation page: {page-url}".
  • The page URL comes from window.location.href on the client, so the prompt always points at the page the reader is currently on.