# What is Glimmer Server?

#### Overview

Glimmer Server is the component that connects all the different aspects of the Virtual Control product together.  Glimmer Server is launched through an executable (.exe) and can be left running even when the Glimmer Client and Unreal Editor are not. &#x20;

#### So what does Glimmer Server connect and how does it do it?

Glimmer Server is made up of multiple processes that run simultaneously together to ensure the user has real-time interaction between the Glimmer Client, Unreal, and all projects and maps.  \
\
The server is made up of a database which stores all the Glimmer and Unreal information that pertains to the operation of Glimmer.  The Server also contains a Glimmer Search feature which we talk about in a couple sections later. The final major component is all the server processes that makes sure everything runs in-sync and provides real-time interactions with the Unreal project.&#x20;


---

# 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/what-is-glimmer-server.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.
