# Fill

If you have any nulls or empty values in your data set that you want to fill, you should use the Fill Action. If you want to remove nulls, check out the [Filter](/less-tech/modelling/action-guides/basics/filter.md) Action.

{% embed url="<https://www.loom.com/share/2a40d1d88c6a4959a3ca38217022dbca>" %}


---

# 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://resources.less.tech/less-tech/modelling/action-guides/basics/fill.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.
