# Quick Setup Guide

### Things needed

Before you start, make sure you have:

1. A working FiveM server
2. Admin access to your server
3. Basic knowledge of how to manage FiveM resources

### How to install our scripts

Here's a simple guide on how to install our scripts

1. **Get the script**

* Buy the script you want from our [store](https://pinkfrog.io/).
* Download the script you've just bought (or already own).

2. **Unzip the files**

* Unzip the file you downloaded to a folder on your computer.

3. **Place our script into your server's resources**
   * Connect to your FiveM server.
   * Go to the `resources` folder.
   * Make a new folder for the script (like `pinkFrog_scriptName`).
   * Upload the files you unzipped to this new folder.
4. **Set up the script**

* Find the setup file (usually called `config.lua` or in more advanced resources look into the `shared` folder).
* Open it and change settings to your liking.
* Save your changes.

5. **Update your server config file**

* Open your server's `server.cfg` file.
* Add a new line:

  ```
  ensure pinkFrog_scriptName
  ```
* Replace `pinkFrog_scriptName` with the name of the folder you made.

6. **Restart your server**

* Save all changes and restart your FiveM server.

### What's next

Next, check out the scripts individual Installation Guide, because most of our scripts require to make some additional changes to other resources. Over there you can find more information about the script, common errors etc.

### Need Help? <a href="#need-help" id="need-help"></a>

If you have any problems:

1. Check out individual script pages for common issues.
2. Look at the Troubleshooting guide for each script.
3. If you still need help, contact our support team by opening a ticket on our discord.

We at pinkFrog are here to help you get the most out of our scripts. Enjoy your new scripts!


---

# 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://pinkfrog.gitbook.io/pinkfrog.io/information/quick-setup-guide.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.
