To manage stored queries:

Icon | Description |
|---|---|
| The Add query button creates a new query in the repository. |
| The Rename query button shows a dialog to let you rename the selected query. This button is only enabled if a query is selected. |
| The Copy query button shows a dialog allowing you to copy the query to a selected repository. If the query has tags they will be added to the copy if they exist in the target repository. If they don't exist they will be created and added if Create tags that don't exist is checked, otherwise they won't be added. This button is only enabled if a query is selected. |
| The Remove query button removes the selected query from the repository. This button is only enabled if a query is selected. |
| The Add query from SQL script button creates a new query in the repository and shows a dialog for you to pick a SQL script file to load it's contents from. |
| The Save as SQL script button shows a dialog to let you save the selected query to an SQL script file. This button is only enabled if a query is selected. |

Icon | Description |
|---|---|
| The New tag button creates a new tag in the repository. |
| The Edit tag button shows a dialog to let you rename the selected tag. This button is only enabled if a tag is selected. |
| The Delete tag button deletes the selected tag from the repository. This button is only enabled if a tag is selected. |