Stay organized with collections
Save and categorize content based on your preferences.
You can export and import entities to simplify creation or movement
of large amounts of entity data.
Where to find this data
When building an agent,
it is most common to use the
Dialogflow ES console (visit documentation, open console).
The instructions below focus on using the console.
To access entity options data:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eEntities can be exported and imported to simplify the management of large datasets.\u003c/p\u003e\n"],["\u003cp\u003eEntity data is located within the Dialogflow ES console, accessible by selecting "Entities" in the sidebar after choosing an agent.\u003c/p\u003e\n"],["\u003cp\u003eImport and export of entities are supported in either JSON or CSV formats.\u003c/p\u003e\n"],["\u003cp\u003eCSV format requires each entry on one line, enclosed in double quotes, with values separated by commas, and the reference value should be at the beginning of the line, for a map entity.\u003c/p\u003e\n"],["\u003cp\u003eEntities can be exported by hovering over an entity and clicking the download icon, while importing is done by clicking the "more" icon and then "Upload entity".\u003c/p\u003e\n"]]],[],null,["# Export and import entities\n\nYou can export and import entities to simplify creation or movement\nof large amounts of entity data.\n\nWhere to find this data\n-----------------------\n\nWhen building an agent,\nit is most common to use the\nDialogflow ES console ([visit documentation](/dialogflow/docs/console), [open console](https://dialogflow.cloud.google.com)).\nThe instructions below focus on using the console.\nTo access entity options data:\n\n1. Go to the [Dialogflow ES console](https://dialogflow.cloud.google.com).\n2. Select an agent.\n3. Select **Entities** in the left sidebar menu.\n4. Select the **Custom** tab for [custom entities](/dialogflow/docs/entities-custom) defined for your agent or the **System** tab for [system entities](/dialogflow/docs/entities-system) used by your agent.\n\nFormat\n------\n\nThe hand-editable import/export format is either JSON or CSV.\n\n### JSON format\n\nSee the\n[`EntityType`](/dialogflow/docs/reference/common-types#entitytypes)\nREST reference.\n\n### CSV format\n\nThe CSV content should have the following format:\n\n- Each entity entry is on one line and ends with a newline.\n- Each value should be enclosed in double quotes.\n- Each value should be separated by commas.\n- For a [map entity](/dialogflow/docs/entities-options#map):\n - The reference value should be at the beginning of the line, followed by synonyms.\n - Include the reference value twice if you want it to be matched by the entity.\n- For a [list entity](/dialogflow/docs/entities-options#list):\n - Each line contains a single value.\n\nFor example, the following are two map entity entries: \n\n \"New York City\", \"New York City\", \"NYC\", \"New York City, USA\"\n \"Philadelphia\", \"Philadelphia\", \"Philly\", \"Philadelphia, USA\"\n\nExport\n------\n\nTo export an entity:\n\n1. Hover your mouse over an entity and click the cloud download *cloud_download* icon.\n2. Choose **JSON** or **CSV** for the format.\n3. Choose a location on your system to save the file.\n\nImport\n------\n\nTo import an entity:\n\n1. Click the more *more_vert* icon.\n2. Click **Upload entity** and choose the file."]]