# Enriching Raw Data

The 'Enrich' step will be the first one you add to your build flow after setting up your model's inputs.

It will allow you to apply some simple transformation to data inputs and to enrich them with data from other sources, ensuring you get the variables you need, in the correct format, that you'll then use later in your model.

<figure><img src="/files/cL4uBTF1N9aWrt3O5SYV" alt="" width="375"><figcaption><p>Choose your Enrich step</p></figcaption></figure>

## Learn more about ENRICH steps:

[Transform Data](/swallow/build/enriching-raw-data/transform-data.md)

[Enrich via API](/swallow/build/enriching-raw-data/enrich-via-api.md)

[Data Set](/swallow/build/enriching-raw-data/data-set.md)

[Collection](/swallow/build/enriching-raw-data/collection.md)

[Custom Code](/swallow/build/enriching-raw-data/custom-code.md)

\
\ <br>


---

# 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://swallow-1.gitbook.io/swallow/build/enriching-raw-data.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.
