# Getting Started

## JSON-Editor

Galaxy Swapper v2 plugins use a format called [JSON](https://stackoverflow.com/a/383699). To create a plugin, you will need a JSON editor. You can use one of the following editors:

* [Visual Studio Code](https://code.visualstudio.com/Download)
* [Notepad++](https://notepad-plus-plus.org/downloads/)

## FModel

To access the asset paths for your plugin, you will need to explore the Fortnite game files. This can be achieved by downloading [FModel](https://fmodel.app/download).

## Creating Your Base Plugin

Each cosmetic type has a different format to allow for more advanced swaps or to support certain data for a cosmetic. To get started please refer to the corresponding cosmetic type in the table of contents below.

* [Outfit (CID)](https://wslt.gitbook.io/galaxyswapperv2/plugin/outfit)
* [Backpack (BID)](https://wslt.gitbook.io/galaxyswapperv2/plugin/backpack)
* [Pickaxe (PID)](https://wslt.gitbook.io/galaxyswapperv2/plugin/pickaxe)


---

# 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://wslt.gitbook.io/galaxyswapperv2/plugin/getting-started.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.
