# Displaying Entity Metadata

> Select entity information to display on the catalog entity page.

*Published: 2024-05-26T12:00:00.0Z*


## Introduction

Roadie provides a card `EntityMetadataCard` which can be used to display any entity field in the catalog UI. This is particularly
useful where the entity spec contains custom fields.

![team-info-card](./tem-info-card.webp)

## Configuration

- Firstly, determine which entity fields you wish to display.
- Add the `EntityMetadataCard` to a dashboard in the catalog UI. See [Instructions](/docs/getting-started/configure-ui/#updating-dashboards)
- Click the [add props](/docs/getting-started/configure-ui/#adding-props) icon and then click "New Row" under
  metadata. Select the field you wish to display and give it a display name.
  ![select-field](./select-field.webp)
- Repeat for any other fields you wish to display
  then click "Save" button and save the layout by clicking the save icon on the top right.
  ![select-field-2](./select-field-2.webp)
