> For the complete documentation index, see [llms.txt](https://docs.simplifyqa.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplifyqa.ai/get-to-know-your-workspace/search-global-search/add-or-remove-columns.md).

# Add or remove columns

## Add or remove columns

Adding or removing the columns from table can be done as described below:

**Adding Columns**

1. **Locate the Columns:** Navigate to column preference available for table and identify the column you want to add to the table.

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

2. **Enable the Desired Column:** Enable to toggle option against the column you want to add to your table.
3. **View the Data:** Your table will now only display column that that you've chosen.

**Removing Columns**

Removing unwanted columns from your table can be done through the following steps:

1. **Select the Column:** Navigate to column preference available for table and identify the column you want to remove from the table.
2. **Delete Column:** Turn off the toggle option against the column you want to remove from your table.

**When to Add or Remove Columns**

* Add columns when you need to include new data categories or attributes relevant to your analysis.
* Remove columns when they contain data which is irrelevant for you or duplicate information present in other columns.

{% hint style="info" %}
All the custom fields added would be displayed in the column preference for you to add or remove columns and get desired information.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.simplifyqa.ai/get-to-know-your-workspace/search-global-search/add-or-remove-columns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
