# Importing Entities

> Entities enable you to use records from the [Data Fabric](https://docs.uipath.com/data-service/docs/introduction), a centralized data modelling and storage service. Entities can be used in automation processes that collect, update, and pass data to other processes. All project types can be used for importing and working with such business objects.

Entities enable you to use records from the [Data Fabric](https://docs.uipath.com/data-service/docs/introduction), a centralized data modelling and storage service. Entities can be used in automation processes that collect, update, and pass data to other processes. All project types can be used for importing and working with such business objects.

:::note
A [modern robot](https://docs.uipath.com/orchestrator/automation-cloud/latest/user-guide/robots-in-modern-folders) must be created in the Orchestrator instance on the tenant where the Data Fabric is enabled.
:::

To import an entity:

1. Select the **Entities** button in the Studio ribbon. Alternatively, open the **Explorer** panel and select **More actions** **(⋮)** &gt; **Manage Entities**. The **Manage Entities** window opens.

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-623161-25485c19.webp)
2. Select the entity you want to import. To find a specific entity, use the **Search Entities** bar and type the entity name, display name, or description. You can hover over the entries in the **Fields** column to see all the defined fields of each entity, or click the number of fields or records for an entity to navigate to the corresponding page in the Data Fabric.
3. Enter a namespace for the imported entity. The default namespace is the same as the project name. The namespace can only be edited the first time you import an entity.
4. Click **Save** to import the entity in your project.
   :::note
   If you make any changes to the entity at the level of the tenant, use the **Refresh** button inside the **Manage Entities** window before actually importing it.
   :::

Imported entities are visible in the **Explorer** panel as objects part of your project.

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-623157-115f273b.webp)

The imported entities can now be used locally in your project as objects. If you want to perform CRUD operations on them in the **Data Fabric** as well, you need to install the **UiPath.DataService.Activities** pack.

After installing the **UiPath.DataService.Activities** pack, drag and drop an entity on top of a plus sign in the **Designer** panel to use the recommended activities from the pack.

Drag and drop an entity from the **Explorer** panel into the **Variables** or **Arguments** panel to create a variable or argument with the entity type.

You can manage the imported entities from the **Explorer** panel by right-clicking the namespace or an entity, and then selecting from the context menu to manage entities, remove the namespace, or remove the entity.

## Namespaces for Entities

After you import an entity in your workflow, its namespace is imported as well. You can find it when you browse for types under **Referenced assemblies**.

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-172532-e9592184.webp)

All fields part of an imported entity are available as properties for the entity namespace. Thus, when working with entities the number of variables or arguments for managing data is reduced.

Check out the [Using Entities in Projects](https://docs.uipath.com/data-service/docs/using-entities-in-projects) page to see how to use them.
