# Description

The description section (required) allows to include comments about the template. The description must follow the [version](https://docs.cybus.io/2-0-6/documentation/services/service-commissioning-files/version) section.

The value for the description declaration must be a literal string that is between 0 and 1024 bytes in length. The following snippet is an example of a description declaration:

{% code lineNumbers="true" %}

```yaml
description: >
  Here are some
  details about
  the template.
```

{% endcode %}
