> For the complete documentation index, see [llms.txt](https://sol-bangers-only.gitbook.io/sol-bangers-only/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sol-bangers-only.gitbook.io/sol-bangers-only/how-to-get-started/main-menu/query-management/view-modify-query/modify-a-query.md).

# Modify a Query

To Modify a Query, click on the Query name.  This brings up a [Metric Filter Grid](/sol-bangers-only/how-to-get-started/main-menu/query-management/the-metric-filter-grid.md) with the settings of that filter pre-populated.  Make whatever modifications you’d like and click the “Confirm Query".&#x20;

You will be prompted to Commit the changes and asked to name the query.

* If you want to change an existing query:  use the *same name* and this will overwrite the old query settings with the new settings
* If you want to create a *new Query* based on the changes:  name the Query something unique and you will create a brand new Query.  This can help a lot if you’re trying to create several queries quickly.

If you name the Query something new and this creates a condition where you will exceed the number of Queries allocated to your subscription, you will be prompted to either overwrite a Query or return to the main menu.  To overwrite, select overwrite and give it the same name.


---

# 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:

```
GET https://sol-bangers-only.gitbook.io/sol-bangers-only/how-to-get-started/main-menu/query-management/view-modify-query/modify-a-query.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.
