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 container
A container has the following properties:
  • containerContent (min 1): an array of components.
Allowed components within a Container are: For example:
{
  "componentContainer": {
    "containerContent": [
      {
        "componentText": {
          "text": "Container content"
        }
      }
    ]
  }
}