# Installation

## SecureServe Installation Guide

Welcome to the SecureServe setup guide! This document will help you create an `[AC]` folder, properly place it in your FiveM server resources

***

### 1. **What is SecureServe?**

SecureServe is a FiveM open source anticheat designed to enhance server security with features like entity security, safe events, and easy to use admin panel.

***

### 2. **Setting Up the `[AC]` Folder**

#### **Step 1: Create the Folder**

1. Go to your FiveM server's `resources` directory.
2. Create a new folder and name it `[AC]` (with square brackets).

```plaintext
resources
└── [AC]
```

***

#### **Step 2: Add Resources**

1. Copy the **SecureServe** folder from the SecureServe repository into the `[AC]` folder.
2. Also copy the **keep-alive** resource into the `[AC]` folder.
3. Ensure the folder structure looks like this:

```
resources
└── [AC]
    ├── SecureServe
    └── keep-alive
```

***

#### **Step 3: Ensure SecureServe**

Goto your TxAdmin console and write the command `refresh` and click enter after u did so u want to write `ensure SecureServe` after u did so SecureServe should add it self to your server.cfg incase it didnt you want to add this line `ensure SecureServe` as the first ensure in your server

***


---

# 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://peleg.gitbook.io/secureserve/installation.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.
