# FiveM Framework

- [Choose your hosting](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/choose-your-hosting.md): In this section we will show you how to install the framework in steps.
- [💻Windows Hosting](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/choose-your-hosting/windows-hosting.md): Installation steps regarding the Framework v2 can be shown below, however, these steps only work for the following hosting services: VPS & Local Hosting,
- [🛢️MySQL Installation (xampp)](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/choose-your-hosting/windows-hosting/mysql-installation-xampp.md): Creating a local server environment on your Windows machine with XAMPP and setting up a database for FiveM  involves a few steps. This guide will show you how to do it in no time!
- [🛢️MySQL Connection String](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/choose-your-hosting/windows-hosting/mysql-connection-string.md): Creating your database is 1 thing, but connecting your database to your server is another, below are a few steps on how to connect your fivem server to your mysql database.
- [👨‍💻Installing Framework](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/choose-your-hosting/windows-hosting/installing-framework.md)
- [🐧Linux Hosting](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/choose-your-hosting/linux-hosting.md)
- [🛢️MySQL Installation](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/choose-your-hosting/linux-hosting/mysql-installation.md): Creating a local server environment on your Windows machine with XAMPP and setting up a database for FiveM  involves a few steps. This guide will show you how to do it in no time!
- [🛢️MySQL Connection String](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/choose-your-hosting/linux-hosting/mysql-connection-string.md): Creating your database is 1 thing, but connecting your database to your server is another, below are a few steps on how to connect your fivem server to your mysql database.
- [👨‍💻Installing Framework](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/choose-your-hosting/linux-hosting/installing-framework.md)
- [🎮Panel Hosting](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/choose-your-hosting/panel-hosting.md): Coming soon!
- [Framework Addons](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/framework-addons.md): In this page you will all the paid and free framework addons that can be incorporated with our framework. If you want your script listed on this docs contact us!
- [FiveM Scoreboard](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/framework-addons/fivem-scoreboard.md): Slick FiveM scoreboard designed to work with our framework. level up your server with a clean design.
- [Framework 911 (paid)](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/framework-addons/framework-911-paid.md): This document provides support information for integrating and using the FiveM resource with the our framework. Ensure the framework is installed and properly configured before proceeding
- [NPWD X Framework](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/framework-addons/npwd-x-framework.md): We have made the New-Phone-Who-Dis (NPWD) compatible with our Frameworks.
- [Editing NPWD Config](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/framework-addons/npwd-x-framework/editing-npwd-config.md): Assuming you have correctly installed NPWD head over to the config and edit the following values below. If you are stuck on installation. We would first recommended contacting the creators
- [Installing npwd-framework](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/framework-addons/npwd-x-framework/installing-npwd-framework.md): To ensure successful integration of your product with the NPWD framework, please follow these detailed steps carefully:
- [Change Logs](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/change-logs.md): in this page you will find all the change logs for the Framework
- [Developers Usage](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/developers-usage.md): In this page you will find all of current exports to integrate your scripts with our Framework.
- [Client Side Exports](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/developers-usage/client-side-exports.md): This docs is fairly new does not have all of the export we provide please be patient while we slowly work on this.
- [Server Side Exports](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/developers-usage/server-side-exports.md): Working on this docs! \[NOT FINISHED]
- [Frequent Issues](https://docs.nat2k15.xyz/paid-scripts/fivem-framework/frequent-issues.md): When working with our frameworks, you may encounter some challenges. Here are some common issues and how to resolve them. If your issue is not in here open a ticket and we will assist you.


---

# 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.nat2k15.xyz/paid-scripts/fivem-framework.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.
