> For the complete documentation index, see [llms.txt](https://apex-studio.gitbook.io/apex-secure-vault-official-documentation./llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apex-studio.gitbook.io/apex-secure-vault-official-documentation./initial-setup-getting-started.md).

# Initial Setup (Getting Started)

Integrating Apex Secure Vault into your existing or new project is incredibly simple.

### **Step 2.1: Importing the Package**

After importing the package from the Unity Asset Store, ensure that all scripts compile without errors. You will find all assets neatly organized under the ApexStudio/Apex Secure Vault folder.

### **Step 2.2: Creating the Global Settings (Crucial)**

&#x20;Before the vault can save or encrypt any data, it needs its core settings file. This file holds your global password and folder configurations.

1-   In your Unity Project window, navigate to a Resources folder. *(If you don't have one, create a folder named exactly Resources anywhere in your project).*

2-   Right-click inside the Resources folder.

3-     Go to Create > Apex Studio > Secure Vault Settings.

4-     Name the created file exactly: ApexVaultSettings

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

### Step 2.3: Configuring the Settings

Click on the newly created ApexVaultSettings file. In the Inspector, you will see the following options:

o    Global Encryption Password: Change this to a strong, unique password! This is the core AES-256 key used to lock all your players' data. Do not lose this password.

o    Vault Folder Name: The name of the folder created on the player's device (e.g., ApexSecureVault).

o    Default Profile Name: The default save slot/profile name (e.g., DefaultProfile).

<figure><img src="/files/2by6VmxmAKm4bsdPhz69" alt=""><figcaption></figcaption></figure>

Once this file is created and configured inside a Resources folder, the engine is fully initialized and ready to protect your data!


---

# 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://apex-studio.gitbook.io/apex-secure-vault-official-documentation./initial-setup-getting-started.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.
