# Rename Wizard

## Accessing the Wizard

The Rename Wizard can be opened by clicking *Tools* in the menu bar, and selecting *AnyRPG > Wizard > Rename > Rename Resources*.

![](/files/BFZPCQPOnGLIytu7KO4u)

![](/files/yqUrX9Mkknz0nKMvxEP0)

## Settings

| Name           | Description                                                                                      |
| -------------- | ------------------------------------------------------------------------------------------------ |
| Find String    | The rename wizard will search for this string in the list of files provided.                     |
| Replace String | The rename wizard will replace the *Find String* with this string in the list of files provided. |
| File List      | The list of files to perform the rename operation on.                                            |

## Running the Wizard

After choosing all the settings, click Rename to run the wizard.

![](/files/14BsqEXAmNGfFWPkBbkY)


---

# 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.anyrpg.org/wizards/rename-wizard.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.
