# Gun Range Editor

## Introduction

Since each Gun Range config has about 1200 lines of code, we built a config generator to guide you through the entire process and generate the full config for you. You only need to paste the snippet into the correct location.

## Where do i paste the generated config?

Navigate to `rcore_gunrange/config/gunranges.lua`, scroll to the bottom, and find the last `}`. Paste the config above this bracket. Nothing should be below the last bracket.

## Editing an existing config

The process is the same as generating a new Gun Range configuration. However, ensure you delete the old configuration before adding the new one to avoid duplicating your gun ranges.


---

# 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://documentation.rcore.cz/paid-resources/rcore_gunrange/gunrange_editor.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.
