# Vault Ecosystem

{% hint style="info" %}
<- Use the navigation menu over there to find what you're looking for.

You can open Vault Dashboard within Unity by pressing CTRL+SHIFT+I or go to Tools > Cleverous > Vault Dashboard.
{% endhint %}

Vault Core is a tool that works as a database for your project and design front-end for your team. Content is serialized as scriptable object asset files and very friendly to the git workflow.

Vault Core has a number of extensions such as *Attributes* and *Inventory*. You can find documentation for them on our gitbook pages. We're confident that our tool ecosystem will make your project development go significantly smoother and be a much more enjoyable experience.

Pleasant adventures,\
\- Lane


---

# 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://lanefox.gitbook.io/vault/general/master.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.
