# Introduction

[Please Support on Patreon](https://patreon.com/stuyk)

[Athena Framework](https://athenaframework.com) is Roleplay framework for GTA:V that is utilized by not FiveM or ragemp but the [alt:V platform](https://altv.mp). This is a full fledged framework similar to ESX that allows you to build a more robust game mode out without having to think about core scripts. This framework is built with TypeScript and tries to keep developers in mind for major implementations and extendability.

*Using modern development tools for a modern framework.*

## Get Started!

Just want to get started?

* [Windows Installation](/old/installation/windows.md)
* [Linux Installation](/old/installation/linux.md)
* [Load a Plugin](/old/plugins/loadplugins.md)
* [Creating a Plugin](/old/plugins/createplugins.md)
* [Add Modifications](/old/plugins/addmods.md)


---

# 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://stuykgaming.gitbook.io/old/info/readme.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.
