# 4. Manage queries

A source such as an Inforiver report or an Excel file can be used to create multiple queries. You can manage Infobridge queries by hovering over a query name to access the context menu. From there, you can duplicate, group, delete, or refresh the query.

<figure><img src="/files/Y4Q83DLZduKJ73KymVYY" alt=""><figcaption><p>Query management context menu</p></figcaption></figure>

### 1. Re-run

Re-executes the last step. In this example, we added two queries, so re-running the process will execute the append function again.

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

### 2. Refresh

* **Refresh now**: Triggers a source refresh. If you've added new dimensions or measures or updated native measure values in your source, you can pull in the latest changes with this option.
* **Schedule refresh:** You can automate source refreshes by creating a schedule. Infobridge will trigger a refresh at the specified date and time.
* **Refresh history:** View the logs and milestones related to source refresh jobs.

[Learn more about managing sources](/infobridge-wb-matrix-only/4.-manage-sources.md).

<figure><img src="/files/j1FfiPCAsY7Phg0yBtfk" alt=""><figcaption><p>Refresh options</p></figcaption></figure>

### 3. Duplicate

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

### 4. Copy identifier

Each bridge is assigned a unique identifier. You can use the identifier instead of the bridge name when you add a new Inforiver source report to a bridge. If you have 2 bridges with the same name, you can use the bridge identifier to distinguish between them.

### 5. Copy query GUID

The query GUID can be used to uniquely identify a particular query. The GUID is used when we need to lookup a value from a query without creating an integration. [Learn more about Infobridge lookups.](/formula-syntax/miscellaneous-functions/lookup.md)

### 6. Move to group

You can now group related data within Infobridge, allowing you to logically group your queries. Notice how the queries related to sales and profits have been grouped together.

<figure><img src="/files/K6ZV5VIVTTJgzcqN7PVx" alt=""><figcaption><p>Grouping queries</p></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://docs.inforiver.com/infobridge-wb-matrix-only/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.
