# Directories

Exivity uses two main disk directories when it's installed. One to store the user data and one to store the software files. These directories are called the **home** and **program** directories, respectively.

On the system where Exivity is installed, the following environmental variables contain a absolute path reference to these directories: `EXIVITY_HOME_DIRECTORY` and `EXIVITY_PROGRAM_DIRECTORY`.

## Home directory

The home directory should preferably be located on a dedicated volume i.e. `D:\exivity\home` and it is recommended that it be located on an SSD drive.

## Program directory

The main program directory as it should be installed by the Exivity installer:

```
root
├─── bin                        Backend binaries
|    ├─── exivityd.exe
|    ├─── chronos.exe
|    ├─── horizon.exe
|    ├─── edify.exe
|    ├─── transcript.exe
|    └─── use.exe
├─── server                     Frontend / API dependencies
|    ├─── nginx
|    ├─── php
|    ├─── rabbitmq
|    ├─── pgsql
|    └─── redis
├─── web                        Compiled frontend repositories
|    ├─── glass
|    └─── proximity
├─── *.bat
└─── uninstall.exe
```


---

# 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://olddocs.exivity.io/3.5.4/advanced/digging-deeper/directories.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.
