Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.plain.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Example link button
A link button has the following properties:
  • linkButtonLabel: the text of the button
  • linkButtonUrl: the URL the button should open in a new tab
For example:
{
  "componentLinkButton": {
    "linkButtonLabel": "Open in Admin Portal",
    "linkButtonUrl": "https://example.com"
  }
}