# Sets

Sets are another way to add effects to the armor. Only one set can be applied on each armor piece and can be removed using a Set Removal Scroll (see [Scrolls](/nebula/items/nebula-items/scrolls.md)).&#x20;

The effects vary depending on the amount of items equipped on the player.

### Sets location

Sets are formated as `.yml` files and must be located in the `./plugins/Nebula/sets/` folder to be loaded.

### How to get sets ?

You can create your own sets (see [Create your set](/nebula/sets/create-your-set.md)) and/or load the premade ones (see [Load](/nebula/commands/load.md)).

After loading or creating sets, use the nebula reload command (see [Reload](/nebula/commands/reload.md)) for the sets to be loaded into the game.

### How to add sets to an item ?

Ways to apply sets to your items are using Powder Sets (see [Powder Sets](/nebula/items/nebula-items/powder-sets.md)).


---

# 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://alex-plugins.gitbook.io/nebula/sets.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.
