# Clean

Data often arrives in a less-than-ideal state. Cascade's suite of cleaning tools can help you automate data cleanup. Simple tools like [Find & Replace](/cascade/tools/cleaning/findreplace.md) or [Text to Columns](/cascade/tools/cleaning/text2columns.md) can help prep data before transformation. Add the [Standardize](/cascade/tools/cleaning/standardize.md) tool to your canvas, put common data types in a consistent format. Check incoming data for specified conditions by using the [Validate](/cascade/tools/cleaning/validation.md) tool.

![](/files/oxwdZUohJOX9XjXQDkjB)


---

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