# Data Hubs

Data Hubs allow you to synchronize workflow and integration data into custom, structured data models. You can create entries through the UI or programmatically via the [React library](https://docs.feathery.io/develop/react), and perform standard CRUD operations (create, read, update, delete) on your data.

## Creating a Data Hub

1. Navigate to the "Data Hub" tab on the right-hand side of your organization view

<div align="center"><figure><img src="https://640450274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHAVngDAEk3s8Bw7P6Ntz%2Fuploads%2FkqT0NBnme69IrsOsHLBE%2FScreenshot%202026-02-10%20at%201.59.20%E2%80%AFPM.png?alt=media&#x26;token=b7eaf277-16dd-4be7-bb76-022189ec3d88" alt=""><figcaption></figcaption></figure></div>

2. Click "Create Data Hub" and enter a name for your new hub.

<div align="center" data-full-width="true"><figure><img src="https://640450274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHAVngDAEk3s8Bw7P6Ntz%2Fuploads%2F79ysie3tK8bTFoWZHOwL%2FScreenshot%202026-02-10%20at%201.59.46%E2%80%AFPM.png?alt=media&#x26;token=1604cac4-f09b-4edf-abbc-a287fbeb3a3f" alt=""><figcaption></figcaption></figure></div>

3. Configure the fields of thehub in the `Data Schema` page within `Settings`

<figure><img src="https://640450274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHAVngDAEk3s8Bw7P6Ntz%2Fuploads%2FW5CR15uETU8m90MDyVsF%2FScreenshot%202026-03-06%20at%2010.12.49%E2%80%AFAM.png?alt=media&#x26;token=6ee8f7c2-b496-4eda-b0c4-2a81f9972550" alt=""><figcaption></figcaption></figure>

## Creating Hub Entries

There are a few ways you can create entries in your data hub.

### Manually via UI

1. Navigate to the "Entries" page within your Data Hub
2. Click on "Create Entry"
3. Specify your desired values, and click "Create"

### Hub Integrations & Logic

Go to the `Integrations` or `Logic` tab of your hub and enable an integration or logic rule to allow periodic, bulk syncing of data to your hub.

### Form Advanced Logic

1. Create or open up a form.
2. Ensure [log in is enabled](https://docs.feathery.io/platform/build-forms/require-login-to-forms) on the form.
3. Create a logic rule and use the `dataHubAction` method as explained [here](https://docs.feathery.io/develop/context-api).
