# Rename Configuration

To select Rename conversion.\
You need to create a configuration file named:

```
kaizer_config.json
```

📍 Please place this file in generated.zip or pack.zip before converting.

***

### ✅ Select Rename (Basic Example).

This setting will convert the filenames. You can enter "true" or "false".

```json
{
  "Animation_Selection": {
    "animation": {
      "selection": true
    },
    "skip_pack": {
      "enabled": false,
      "list": {}
    }
  },
  "Mapping_Selection": {
    "mapping": {
      "version": "v1"
    }
  },
  "Rename_Selection": {
    "rename": {
      "enabled": true
    }
  }
}
```

#### The meaning of this setting:

* Choose to use the Rename conversion system.

***


---

# 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://kaizermc-wiki.gitbook.io/j2b-converter/getting-started/pre-convert-configuration/rename-configuration.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.
