# Table Operations

## Kinds of Table Operations

Managing decision tables that contain thousands of rows and hundreds of columns can be challenging, especially when you need to locate and edit specific values. To enhance usability and streamline your workflow, we've implemented several powerful features designed to simplify navigation and editing. These operations, including filtering, sorting, and defining valid values, allow you to quickly focus on relevant data, ensuring a more efficient and organized approach to managing your decision tables. With these tools at your disposal, you can easily manipulate and refine your data, making the overall experience more intuitive and productive.

You can access these options by clicking the arrow icon in a column header:

<img src="/files/5BAkLuwXEk85Y72yJoOF" alt="" width="290">

{% content-ref url="/pages/-MhTHiYCUJpynxUyT8tT" %}
[Filter Values](/doc/v1/decision-tables/table-operations/filter.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MhTIQF8iixh9LuYXdvM" %}
[Valid Values](/doc/v1/decision-tables/table-operations/valid-values.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MhTI4Sk-JF\_1dUfsyWU" %}
[Sorting](/doc/v1/decision-tables/table-operations/sort.md)
{% endcontent-ref %}

{% hint style="success" %}
For more information on additional context menu options and table manipulations, please refer to the [Table Designer](/doc/v1/decision-tables/decision-table-designer.md#column-operations-and-settings) section.
{% endhint %}


---

# 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.decisionrules.io/doc/v1/decision-tables/table-operations.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.
