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

# Pulling data

<Frame>
  <iframe src="https://www.youtube.com/embed/1d2VYkXvCNM" title="Pulling data" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>

In this lesson, you'll learn the four general categories of data sources that you can pull into Parabola and see how you can pull data by prompting, dragging and dropping files onto the canvas, and searching for steps in the search bar.

***

<Card icon="sparkles" title="Building challenge">
  Pull both of your sample data files into your flow — you'll need both to build the Carrier SLA Compliance Report.

  <Warning>Need to create your flow and download your sample data files? Return to the [previous lesson](/parabola-university/101/logistics/3-fundamentals).</Warning>

  <Steps>
    <Step title="Drag and drop your shipments by carrier file directly onto the canvas">
      This automatically creates a **Pull from CSV file** step and loads your data.
    </Step>

    <Step title="Search for Pull from CSV file and drag it onto the canvas, then upload your delivery report file">
      Once the step is on the canvas, double-click to open the step, and then click "Upload a file" to pull in your data.
    </Step>

    <Step title="Put each step onto its own card to add documentation to your flow">
      You can add cards by right-clicking on the canvas, or by clicking **Cards** → **Add new card** in the search bar up top. Give your cards the following titles:

      * Pull shipments by carrier
      * Pull delivery report

      Optionally, add emojis and colors to your cards.
    </Step>
  </Steps>
</Card>

<Accordion title="Check your work">
  <Frame>
    <img src="https://mintcdn.com/parabola-7119dfb0/4oJXhMkpxpea7fKi/images/freight-logistics-pull-canvas.png?fit=max&auto=format&n=4oJXhMkpxpea7fKi&q=85&s=b460e95cf37c488d962aa8d710a76946" alt="Pull data canvas view" width="3266" height="1904" data-path="images/freight-logistics-pull-canvas.png" />

    <img src="https://mintcdn.com/parabola-7119dfb0/4oJXhMkpxpea7fKi/images/freight-logistics-pull-shipments.png?fit=max&auto=format&n=4oJXhMkpxpea7fKi&q=85&s=ec6c8ec127c31a62708286158e5f7985" alt="Pull shipments by carrier step" width="3266" height="1902" data-path="images/freight-logistics-pull-shipments.png" />

    <img src="https://mintcdn.com/parabola-7119dfb0/4oJXhMkpxpea7fKi/images/freight-logistics-pull-delivery-report.png?fit=max&auto=format&n=4oJXhMkpxpea7fKi&q=85&s=53a85df3daa485887f201130261af392" alt="Pull delivery report step" width="3264" height="1902" data-path="images/freight-logistics-pull-delivery-report.png" />
  </Frame>
</Accordion>
