# Transform

Table transformation may be as simple as using the [Select Columns](/cascade/tools/transform/selectcolumns.md) tool to retain or omit a column. However, many transform tools, offer spreadsheet-style formula entry. [Edit Columns](/cascade/tools/transform/editcolumns.md) lets you write a formula -- and get a new calculation. The [Filter](/cascade/tools/transform/filter.md) tool splits rows into True/False outputs, based on your criteria. [Pivot](/cascade/tools/transform/pivot.md) will allow you to aggregate and summarize a table by its columns.&#x20;

![](/files/d3ev5uM1SqongT4JqH4Q)


---

# 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://docs.cascade.io/cascade/tools/transform.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.
