[comment]: # ({e8967dc7-52e806d3})
# 1 Template groups

#### Overview

In the frontend, template groups can be [exported](/manual/xml_export_import) only with template export.
When a template is exported, all groups it belongs to are exported with it automatically.

API allows exporting template groups independently of templates.

[comment]: # ({/e8967dc7-52e806d3})

[comment]: # ({66f967d6-c9081ccb})
#### Export format

```yaml
  template_groups:
    - uuid: 36bff6c29af64692839d077febfc7079
      name: 'Network devices'
```

[comment]: # ({/66f967d6-c9081ccb})

[comment]: # ({41e232a7-9deb92e2})
#### Exported elements

|Element|Type|Description|
|------|---|---------|
|uuid|string|Unique identifier for this template group. |
|name|string|Group name.|

[comment]: # ({/41e232a7-9deb92e2})
