# Glimmer Database

#### Overview

The Glimmer Database is a component of Glimmer Server which provides all the storage and caching of Glimmer data such as presets and favorites.  It also stores the locations of Unreal projects, Unreal maps, Unreal Editor executables which we will talk about how we get these locations in the next section.

Glimmer database is a [PostgreSQL](https://www.postgresql.org/) based relational database.  The database is created when GS is ran for the first time and kept locally in the C:/../ProgramData/SequinAR/GlimmerServer folder.  GS also does a quick check every launch to see if the database exists; just in case a user decided to do a hard deletion.  If the database exists Glimmer Server continues as normal but if the database does not exist a new database is created and set up for the user automatically.  <br>

{% hint style="info" %}
*Caution: Deletion of the database will delete all saved Glimmer data .*
{% endhint %}


---

# 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://docs.sequinar.com/glimmer-vc/glimmer-server/glimmer-database.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.
