# Manage query operations

Create multiple queries from a source, such as a Planning sheet or Excel file. Manage queries from the context menu.&#x20;

### Using the query context menu

Hover over a query and select **More options** (...) to duplicate, group, delete, or refresh queries.

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

#### Re-run

Reruns the query to refresh transformations and apply the latest results.

#### Refresh

* **Refresh now**: Triggers a source refresh. Pull the latest changes from the source after adding dimensions, measures, or updating native measure values.
* **Refresh history:** View the logs and milestones related to source refresh jobs.

#### Duplicate

Use this option to create a copy or a backup of your query.

#### Copy query GUID

The query GUID uniquely identifies a particular query. Use the GUID in a formula to look up values from a query without importing the measure into the planning sheet.

#### Group queries

Create groups to logically organize related queries. To create a group, select **Move to Group > New Group** and enter the group name.

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

Repeat the same step to move queries into different folders.

<figure><img src="/files/4Ax5D6wEqCCVBIbhlwg0" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Hover over a folder and select **More options** (...) > **Ungroup** to remove queries from the group and delete the folder.
{% 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.fabricplan.com/infobridge/how-tos/4.-manage-queries.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.
