# Remove Columns

In this document, you will explore how to remove columns in Astera Dataprep.

1. To begin, open your recipe in Astera Dataprep. Then, click on the *Layout* option in the toolbar and select *Remove Columns* from the drop-down.

![](/files/TCsUzitswXIYfjBtCvAE)

2. This will open the *Recipe Configuration – Remove Columns* panel.

<img src="/files/4eeSCTGrag7k2qczoH4m" alt="" width="383">

3. In this panel, use the *Column Name(s)* drop-down to select the columns you want to remove. You can select multiple columns from the list.

<img src="/files/pEV4IV4sdmwPDi388vxg" alt="" width="383">

{% hint style="info" %}
**Note:** Avoid selecting the same column more than once, as this will result in an error.
{% endhint %}

4. Once you're done, click *Apply* <img src="/files/d9aBTF3dnJY6xLBhDszP" alt="" data-size="line">. The selected columns will be removed from the Grid.

![](/files/LpBuHVSkUqgEnNDTzXpN)

5. Alternatively, you can right-click on a column header directly in the Grid and select *Remove Columns* from the menu. The configuration panel will open with the selected column pre-filled. You can further configure the columns to be removed and add any others if needed. Once done click *Apply* <img src="/files/6gBLFXJUDbXZagYyEIv3" alt="" data-size="line"> to remove the column(s).

<figure><img src="/files/X2yl6Fpe1opFOJpgpRvC" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.astera.com/dataprep/layout/remove-columns.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.
