# 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](/develop/react.md), 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="/files/aOKCxDltUOy8pw5T5NwO" 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="/files/O4t3WRkmDXCGuO5LoQsO" alt=""><figcaption></figcaption></figure></div>

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

<figure><img src="/files/GvJJpke3MxIqoCfLcawT" 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](/platform/build-forms/require-login-to-forms.md) on the form.
3. Create a logic rule and use the `dataHubAction` method as explained [here](/develop/context-api.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.feathery.io/platform/data-hubs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
