# Inbuilt Actions

Umbraco UI Builder comes with some inbuilt actions that are available for you to use straight away.

## ExportEntityAction

**Namespace** Umbraco.UIBuilder.Infrastructure.Configuration.Actions

Provides a Comma-Separated Values (CSV) export functionality converting all properties to column headings and rendering each entity property values on each row.

## ImportEntityAction

**Namespace** Umbraco.UIBuilder.Infrastructure.Configuration.Actions

Provides a Comma-Separated Values (CSV) import functionality matching column headings with entity properties and mapping row values to an entity.
