# starlight-llm-actions plugin > Every page of the starlight-llm-actions plugin documentation, as Markdown. ## Documentation Sets - [Complete documentation](https://holdenhewett.github.io/starlight-llm-actions/llms-full.txt): every page of the starlight-llm-actions plugin documentation as Markdown - [Configuration](https://holdenhewett.github.io/starlight-llm-actions/llms-configuration.txt): every configuration option - [Actions](https://holdenhewett.github.io/starlight-llm-actions/llms-actions.txt): the four page actions - [Examples](https://holdenhewett.github.io/starlight-llm-actions/llms-examples.txt): every example page, excluded ones included ## Documentation - [starlight-llm-actions](https://holdenhewett.github.io/starlight-llm-actions/index.md): Page Actions dropdown for Starlight — copy, view, save as PDF, and open in any LLM. - [Copy as Markdown](https://holdenhewett.github.io/starlight-llm-actions/actions/copy.md): Copy the current page's markdown source to the clipboard. - [Open in…](https://holdenhewett.github.io/starlight-llm-actions/actions/open-in.md): Send the current page to ChatGPT, Claude, Gemini, GitHub Copilot, Perplexity, and 11 other LLM chats. - [Download as PDF](https://holdenhewett.github.io/starlight-llm-actions/actions/print-pdf.md): An optional dropdown item that triggers the browser's print dialog. - [View as Markdown](https://holdenhewett.github.io/starlight-llm-actions/actions/view.md): Open the current page's markdown URL in the browser. - [0.11.0](https://holdenhewett.github.io/starlight-llm-actions/changelog/entry/0-11-0.md): Named subset bundles. - [0.12.0](https://holdenhewett.github.io/starlight-llm-actions/changelog/entry/0-12-0.md): A subset's paths now override exclude. - [Print/PDF snapshot notice](https://holdenhewett.github.io/starlight-llm-actions/configuration/print-notice.md): Print-only branding and warning admonition for PDFs that escape your site. - [Providers](https://holdenhewett.github.io/starlight-llm-actions/configuration/providers.md): Built-in LLM providers, defaults, and per-provider customisation. - [Configuration reference](https://holdenhewett.github.io/starlight-llm-actions/configuration/reference.md): Every option in the starlight-llm-actions plugin config. - [Concepts](https://holdenhewett.github.io/starlight-llm-actions/getting-started/concepts.md): How the plugin opens pages in different LLMs — strategies, prompts, and the markdown route. - [Default behavior](https://holdenhewett.github.io/starlight-llm-actions/getting-started/defaults.md): What you get out of the box — every default the plugin applies if you install it with no configuration. - [Install](https://holdenhewett.github.io/starlight-llm-actions/getting-started/install.md): Install starlight-llm-actions and add it to your Starlight site. - [Use cases](https://holdenhewett.github.io/starlight-llm-actions/getting-started/use-cases.md): When to use each feature of starlight-llm-actions and why — PDF exports, per-page overrides, custom prompts, and snapshot notices. - [CSS customization](https://holdenhewett.github.io/starlight-llm-actions/guides/css-customization.md): Style the dropdown using CSS custom properties. - [Deployment](https://holdenhewett.github.io/starlight-llm-actions/guides/deployment.md): What changes when the Markdown route is prerendered to disk. The extension, the Content-Type header, and the missing charset that turns your prose into mojibake. - [Site-level indexes](https://holdenhewett.github.io/starlight-llm-actions/guides/llms-txt.md): Generate llms.txt, llms-full.txt, and named subset bundles from the same renderer the Markdown route uses. - [Markdown rendering](https://holdenhewett.github.io/starlight-llm-actions/guides/markdown-rendering.md): Choose what the markdown route serves — raw page source or flattened Markdown. - [Per-page opt-out](https://holdenhewett.github.io/starlight-llm-actions/guides/per-page-opt-out.md): Hide the dropdown on specific pages via frontmatter. - [Examples](https://holdenhewett.github.io/starlight-llm-actions/examples.md): Live example pages demonstrating each per-page override. - [Example: Custom prompt](https://holdenhewett.github.io/starlight-llm-actions/examples/custom-prompt.md): This page sets a page-specific prompt that all providers receive. - [Example: Custom trigger label](https://holdenhewett.github.io/starlight-llm-actions/examples/custom-trigger-label.md): This page renames the dropdown trigger to fit the page context. - [Example: Hide specific providers](https://holdenhewett.github.io/starlight-llm-actions/examples/hide-providers.md): This page hides every provider except GitHub Copilot and Cursor. - [Example: No PDF on this page](https://holdenhewett.github.io/starlight-llm-actions/examples/no-pdf.md): This page disables the Download as PDF item even though it's enabled globally. - [Example: No print notice](https://holdenhewett.github.io/starlight-llm-actions/examples/no-print-notice.md): This page suppresses the print/PDF snapshot warning even though it's enabled globally. - [Example: Opt out entirely](https://holdenhewett.github.io/starlight-llm-actions/examples/opt-out.md): This page hides the dropdown via frontmatter. - [Example: Per-provider prompt](https://holdenhewett.github.io/starlight-llm-actions/examples/per-provider-prompt.md): This page sends one provider a different prompt from the others.