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

# Fetch Alphacast Dataset

> Pull an existing Alphacast dataset into a pipeline as its starting point.

The **Fetch Alphacast Dataset** step chooses the dataset that the rest of your pipeline steps operate on. It is predefined when you create a pipeline and is almost always the first step.

<Frame>
  <img src="https://mintcdn.com/alphacastio/ttF_U-V9HDrmrPbo/images/steps/fetch-dataset-1.png?fit=max&auto=format&n=ttF_U-V9HDrmrPbo&q=85&s=f51e3322ff5994ace53e0af7d029ada7" alt="Fetch Dataset step in the pipeline editor" width="657" height="155" data-path="images/steps/fetch-dataset-1.png" />
</Frame>

## Select a dataset

Start typing in the search box and matching datasets appear as you type. Pick the one you want and save the step.

<Frame>
  <img src="https://mintcdn.com/alphacastio/ttF_U-V9HDrmrPbo/images/steps/fetch-dataset-2.png?fit=max&auto=format&n=ttF_U-V9HDrmrPbo&q=85&s=0e358c2ab2fe8b64991c7668836411a3" alt="Searching for a dataset in the Fetch Dataset step" width="1017" height="377" data-path="images/steps/fetch-dataset-2.png" />
</Frame>

<Note>
  You can only fetch datasets you have read access to. See [Repositories](/concepts/repositories) for how access levels work.
</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Select columns" icon="table-columns" href="/steps/select-columns">
    Narrow the dataset down to the columns you need.
  </Card>

  <Card title="Filter dates" icon="calendar" href="/steps/filter-dates">
    Restrict the pipeline to a date range.
  </Card>
</CardGroup>
