# Content

{% hint style="info" %}
Add `octo/content` to your `OCTO-Capabilities` header
{% endhint %}

This capability adds content fields which we have summarized here:

{% tabs %}
{% tab title="Product" %}

```javascript
{
    //..the basic product object details
    "title": "Big Island: 3 Hour Kohala Canopy Zipline",
    "country": " USA",
    "location": "Kohala",
    "shortDescription": "A short description of the attraction",
    "primaryDescription": "Some big long description which can contain HTML formating",
    "additionalInformation": "Comfortable shoes are a must! &amp;nbsp;Don&amp;#39;t wear Crocs. &amp;nbsp;They&amp;#39;re comfortable, but disgraceful.",
    "bookingPolicy": "The booking policy, which can contain HTML formating",
    "cancellationPolicy": "The cancellation policy, which can contain HTML formating.",
    "category": {
        "id": "2",
        "title": "Ziplines",
        "coverImage": "",
        "description": ""
    },
    "coverImage": "",
}
```

{% endtab %}

{% tab title="Units" %}

```javascript
{
    "externalName": "Adults (18+)",
    "title": "Adults (18-65)",
    "subtitle": "",
    "shortDescription": "",
    "language": "en"
}
```

{% endtab %}
{% endtabs %}
