# Basics

- [Input](https://resources.less.tech/less-tech/modelling/action-guides/basics/input.md): Bring data to the Canvas
- [Output](https://resources.less.tech/less-tech/modelling/action-guides/basics/output.md): Store the output of your workflow as a new table
- [Fill](https://resources.less.tech/less-tech/modelling/action-guides/basics/fill.md): Handle nulls or empty cells in your data set
- [Filter](https://resources.less.tech/less-tech/modelling/action-guides/basics/filter.md): Make rules that removes rows
- [Formats](https://resources.less.tech/less-tech/modelling/action-guides/basics/formats.md): Change the data format of columns
- [Limit](https://resources.less.tech/less-tech/modelling/action-guides/basics/limit.md): Reduce the number of rows in your data set
- [Rename](https://resources.less.tech/less-tech/modelling/action-guides/basics/rename.md): Rename your columns
- [Replace](https://resources.less.tech/less-tech/modelling/action-guides/basics/replace.md): Replace text values in one or multiple columns
- [Pick](https://resources.less.tech/less-tech/modelling/action-guides/basics/pick.md): Select the columns you want to keep
- [Sort](https://resources.less.tech/less-tech/modelling/action-guides/basics/sort.md): Sort your data
- [Text Transform](https://resources.less.tech/less-tech/modelling/action-guides/basics/text-transform.md): Change how your text columns looks
- [Unique](https://resources.less.tech/less-tech/modelling/action-guides/basics/unique.md): Remove duplicates


---

# 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.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.
