> For the complete documentation index, see [llms.txt](https://docs.blinkgalaxy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blinkgalaxy.com/learning-station/outer-ring-dapp/dapp-missions-system/armory.md).

# Armory

<figure><img src="/files/FCwrKROG7Xj2P7qECQrm" alt=""><figcaption></figcaption></figure>

### Prepare your team for exploration

Some missions involve greater dangers than others. Make sure to equip your soldiers with different pieces of **armor and NFT weapons** to increase their chances of survival.

* You can create new equipment using the crafting system: <https://dapp.outerringmmo.com/crafting>
* You can create different equipment sets and store up to 10, remember that you can only assign one equipment set to one soldier, once you do this, it will no longer be available for the rest.
* Equipped equipment wears out, don't forget to repair its durability to make it effective again!

### Equipment selection

<figure><img src="/files/8raZJnip8xA5iqE2rzTv" alt=""><figcaption></figcaption></figure>

Once you have decided which equipment set you want to create, you must confirm the changes using the "**Confirm Changes"** button to save your equipment set.

You can view the different equipment sets you have created using the diamonds at the bottom ![](/files/2H6rSv14qRkI1JjRgsQ2) or the selection arrows ![](/files/qVqMRFlaoMNXw14mXuez).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blinkgalaxy.com/learning-station/outer-ring-dapp/dapp-missions-system/armory.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
