Skip to content
Lite + Pro Lite limits

Use Documentation with AI

Every WPsigner docs page has a matching Markdown twin built for AI assistants. Use it when Ask AI is unavailable, when you work in Cursor/ChatGPT/Claude, or when you want a portable offline reference.

  1. Open any documentation page.
  2. Click Copy for AI under the title.
  3. Paste into your assistant with a prompt like:
You are helping me configure and use WPsigner, a self-hosted electronic-signature plugin for WordPress.
Use ONLY the documentation I paste as your source of truth.
If something is not covered, say so clearly.
Prefer exact admin menu paths, shortcodes, endpoints, and settings names from the docs.

You can also click View Markdown to open the .md file in the browser and copy it manually.


ResourceURLBest for
Per-page Markdown/md/{slug}.mdOne feature or integration
Lite pack/md/packs/lite.mdLite-safe pages only (edition: both + Lite hubs)
Topic packs/md/README.md (packs listed there)Setup, security, API, integrations, addons
Complete pack/md/packs/complete.mdFull docs in one file
Markdown index/md/README.mdCatalog of every page + pack
LLM sitemap/llms.txtCrawlers and agent discovery
Full corpus text/llms-full.txtLarge-context models

HTML and Markdown are generated from the same source files. If a page exists in the docs, it has a Markdown twin. Every /md/{slug}.md file starts with edition: lite, edition: pro, or edition: both so assistants do not invent Pro features for Lite users.


PackUse when
LiteWordPress.org / Lite questions — excludes Pro-only pages
SetupInstalling, hosting, first document, system status
SecurityRoles, OTP/KYC, Digital ID, TSA, audit, storage
Core featuresDocuments, campaigns, portal, workflows, fields
APIREST endpoints, auth, webhooks, examples
IntegrationsForms, Fluent Community, CRM, storage, automation
AddonsDocument Builder, Smart Forms, MainWP, Uncanny Automator, importers
CustomizationBranding, emails, languages
SupportTroubleshooting, FAQ, security disclosure
CompleteEverything (large — use only if the model allows)

HTML pageMarkdown twin
/getting-started/installation//md/getting-started/installation.md
/core-features/team-roles//md/core-features/team-roles.md
/integrations/fluent-community//md/integrations/fluent-community.md
/api/documents//md/api/documents.md
/addons/document-builder//md/addons/document-builder.md
/addons/uncanny-automator//md/addons/uncanny-automator.md
/glossary//md/glossary.md
/getting-started/lite-vs-pro//md/getting-started/lite-vs-pro.md

Machine-readable map: /md/manifest.json


I am setting up WPsigner on my WordPress site.
Using only the Markdown below, give me a numbered checklist with exact admin paths and settings.
Ask me for any missing site-specific details (domain, SMTP, plugins already installed).
<PASTE MARKDOWN OR PACK>
WPsigner shows this error: <PASTE ERROR>
Using only the documentation below, list the most likely causes and the exact checks to run.
Do not invent menu names or endpoints that are not in the docs.
<PASTE MARKDOWN OR PACK>
I need to connect WPsigner to <SERVICE>.
Using only the documentation below, outline prerequisites, configuration steps, webhooks/events, and test plan.
<PASTE INTEGRATIONS OR API PACK>

On every production build we verify:

  1. Every docs source file is exported to /md/ and the Ask AI corpus.
  2. The complete pack includes every page (no omissions).
  3. Named packs only reference slugs that exist.
  4. llms.txt and llms-full.txt are regenerated from the same source set.

If a Markdown twin is missing for a page, treat it as a docs build bug and report it.