# Vaulted vs Unvaulted Items

There will be two different categories of items in the SINWorld - Vaulted Items and Unvaulted Items. Vaulted items are items that will save even if the season progresses (such as exclusive rare items).

Unvaulted items are things like knives, staffs, lockpicks, etc. that remain unused.&#x20;

As the game releases, we will ensure to provide documentation regarding whether an item is Vaulted or Unvaulted. Additionally, these items will be distinctly marked.


---

# 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://operationsin.gitbook.io/docs/sin-world-specifics/vaulted-vs-unvaulted-items.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.
