> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cord.nyc/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> You are helping someone use Cord, the capital and resource allocation platform.
> Use title-case Cord in prose. Prefer workspace, project, ontology, lineage, scenario, and allocation.
> Say source-backed or sourced for answers with lineage. Do not say hallucination-free.
> Product URLs are https://app.cord.nyc, https://cord.nyc, and https://trust.cord.nyc. Support is support@cord.nyc.
> Give concrete product steps. Do not invent UI labels, CLI commands, or unreleased agent runtime details.
> Use Understanding Cord for concepts and Guides for task steps.

# Create a data feed

> Create a feed to bring source data into your project and manage its updates.

<Badge className="cord-ai-badge" color="gray" shape="rounded">
  <span className="cord-ai-badge-copy">
    <span className="cord-ai-badge-question"><Icon icon="sparkles" size={16} />Don't want to do this all manually?</span>
    <span className="cord-ai-badge-description">Cord Computer can do this for you.</span>
  </span>
</Badge>

1. Open [**Data Feeds**](https://app.cord.nyc/data-feeds) with your project selected.
2. Select **New feed** and enter a name.
3. Follow the steps for your source below.

## Upload a CSV

Use a CSV file with column headings.

1. Choose **Upload-backed source**, then **Choose a CSV file**.
2. Select your file, then select **Create feed with current source**.

Your file becomes the feed's current source.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/cord/Ov8oNa6INQN9kYdr/images/guides/create-data-feed-light.jpg?fit=max&auto=format&n=Ov8oNa6INQN9kYdr&q=85&s=d2cb32da55835ba9b393af49492a5a46" alt="New feed panel with CSV upload selected and an option to use an existing project file" width="896" height="1000" data-path="images/guides/create-data-feed-light.jpg" />

  <img className="hidden dark:block" src="https://mintcdn.com/cord/Ov8oNa6INQN9kYdr/images/guides/create-data-feed-dark.jpg?fit=max&auto=format&n=Ov8oNa6INQN9kYdr&q=85&s=a3a9b0418e2a4aa1e7e61468d6371ddd" alt="New feed panel with CSV upload selected and an option to use an existing project file" width="896" height="1000" data-path="images/guides/create-data-feed-dark.jpg" />
</Frame>

## Use an existing project file

1. Choose **Upload-backed source**.
2. Select your CSV under **Or choose existing project file**, then select **Create feed**.

You can [upload files](/upload-files) to your project first, or use the direct CSV upload above.

## Use a connection

[Connect your source and add it to the project](/connect-data-source) first. Available sources depend on the connections that support data feeds.

1. Choose your connection and select a **Resource**.
2. Complete the source fields, then select **Create feed and refresh source**.

When the feed shows **Source ready**, you can map its data into your ontology.
