> For the complete documentation index, see [llms.txt](https://support.thealtening.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.thealtening.com/documentation/thealtening-pc-app-quick-start.md).

# TheAltening PC App — Quick Start

You can use either our desktop app or a supported client. If you’re using a supported client, you don’t need the app. You can learn more about [supported clients here](/documentation/basics/editor.md)

If you would like to use our application, here is a very simple guide to get ingame within one minute or less.

Step 1. [Download](https://thealtening.com/app) and extract TheAltening.exe&#x20;

Step 2. Right Click -> Run as Administrator

Step 3. Wait for application to start

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

* **Open your game** normally and sit at the home screen. Don’t join a server yet.

Step 4. Go to your [generator page](https://thealtening.com/tokens), generate and copy a token

Step 5. Paste token into the desktop application

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

Step 6. Connect to any server

Once the token has been successfully set, your next login to any server will be from that account.

Finished with TheAltening? No uninstallation is needed. Simply type "Q" in the program (keybind to exit) and close your game. There are no permanent changes made to your files.&#x20;


---

# 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://support.thealtening.com/documentation/thealtening-pc-app-quick-start.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.
