> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wisdom.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Section

This page describes the content section structure, including title and body.

## Section

<ParamField path="title" type="String!" required>
  The title or heading of the section.
</ParamField>

<ParamField path="content" type="String!" required>
  The main content body of the section.
</ParamField>

## Related operations

<CardGroup cols={2}>
  <Card title="DeltaElement Schema" icon="cube" href="/integrations/graphql-api/objects/delta-element">
    Container for sections
  </Card>
</CardGroup>
