> For the complete documentation index, see [llms.txt](https://aemulus.cep.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aemulus.cep.one/install/download-and-prepare.md).

# Download and Prepare

## Install Prerequisites

Aemulus requires two core runtime libraries to run properly. \
Download and install them now if you haven't already.

* [**.NET Core 3.1 Desktop Runtime (x64)**](https://download.visualstudio.microsoft.com/download/pr/9845b4b0-fb52-48b6-83cf-4c431558c29b/41025de7a76639eeff102410e7015214/dotnet-runtime-3.1.10-win-x64.exe)
* [**Visual C++ 2010 Redistributable (x86)**](https://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe)

## Download Aemulus

Download the latest version of Aemulus now if you haven't already.

| Site                         | Link                                                                               |
| ---------------------------- | ---------------------------------------------------------------------------------- |
| Download from **GitHub**     | [**Latest Release**](https://github.com/TekkaGB/AemulusModManager/releases/latest) |
| Download from **GameBanana** | [**Latest Release**](https://gamebanana.com/tools/6878)**\***                      |

{% hint style="info" %}
If you download Aemulus from **GameBanana**, you may get an older version.\
Aemulus will update to the latest version the first time you launch it.
{% endhint %}

## Set Up AemulusPackageManager Folder

* Unzip your downloaded archive and locate the **AemulusPackageManager** folder inside.
* Move the **AemulusPackageManager** folder to a suitable location on your PC.

{% hint style="info" %}
We recommend creating a new top-level directory, such as **C:\Mods**.
{% endhint %}

{% hint style="warning" %}
Do not use any directory inside **Program Files** or **Program Files (x86)**.

Do not use a directory that synchronizes files with the cloud, including any folder managed by **OneDrive** or a similar service.

Do not use the Persona game folder itself, as you may want to uninstall/reinstall the game in the future and the directory is likely to be UAC-protected.
{% endhint %}


---

# 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://aemulus.cep.one/install/download-and-prepare.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.
