# Section

> The section item type.

Source: https://mockflow.com/developers/reference/item-types/section

Send `"type": "section"`. A primitive the editor draws; it has no MCP tool.

### Fields

- `title` (string)
- `theme` (enum<string>): One of `white`, `ash`, `ink`, `mockflow`, `mint`, `citrus`, `blossom`, `orchid`, `teal`, `sunny`, `cherry` or `sand`. Defaults to `ash`.

## Example

```json
{
  "type": "section",
  "data": {
    "title": "Q4 Launch Planning",
    "theme": "ash"
  }
}
```
