# Mapping V2 Configuration

To select Mapping V2 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 Mapping V2 (Basic Example).

This setting will perform a Mapping V2 conversion.

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

```

#### The meaning of this setting:

* Choose to use the Mappng V2 conversion system.

***

### ✅ Select Mapping V1 (Basic Example).

This setting will perform a Mapping V1 conversion.

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

```

#### The meaning of this setting:

* Choose to use the Mappng V1 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/mapping-v2-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.
