# Grid - Apply & Save

## Apply & Save Setup

To allow users to permanently save their grid configurations, follow these steps:

1. Go to **Setup**, type **Custom Settings** in the Quick Find box.
2. Click **Manage** DataGrid Settings.
3. Configure Options: Check the following boxes:
   * Apply & Save **Columns**
   * Apply & Save **Sorting**
   * Apply & Save **Filters**
   * Apply & Save **GroupBy**
4. Click **Save** to apply the changes.

Once this configuration is activated, users will be able to use the **Apply & Save** feature

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

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

## Apply & Save Demo

Once **Apply & Save** is enabled, users can choose whether their grid changes are temporary or permanently saved.

The video below provides a step-by-step tutorial on how to use **Apply & Save** 👇

{% embed url="<https://youtu.be/kdTYHZ-hThs>" %}


---

# 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.gridmate.io/advanced-guides/grid-apply-and-save.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.
