# Introduction

## Introduction

This resource allows players to manage weapon's sling positions in the game. This guide will help you understand how to configure and use the resource effectively.

### Features

* **Debug Mode**: Enable or disable debug mode for troubleshooting.
* **Locale Support**: Set the locale for the resource.
* **Admin Configuration**: Manage admin commands and permissions.
* **Framework Support**: Compatible with ESX, QBCore, and custom frameworks.
* **Inventory System**: Supports various inventory systems including qs-inventory, qb-inventory, core\_inventory, and ox\_inventory.
* **Weapon Attachments**: Enable or disable weapon attachments.
* **Command Configuration**: Customize commands for configuring weapon positions.
* **Preset Commands**: Use preset configurations for weapon positions.
* **Bone Configuration**: Configure player bones where the weapon can be attached.
* **Editable Weapons**: Manage configurations for editable weapons.

### Getting Started

To get started with force-sling, follow these steps:

1. **Download and Install**: Download the resource from GitHub and add it to your FiveM server's resources folder.
2. **Configure**: Edit the `config.lua` file to customize the settings according to your needs.
3. **Start the Resource**: Add `ensure force-sling` to your server configuration file to start the resource. Make sure the resource is placed below `ox_lib`
4. **Use Commands**: Use the provided commands to configure and manage weapon positions both globally and personally.

### Configuration

The configuration file (`config.lua`) allows you to customize various aspects of the resource. Refer to the Configuration section for detailed information on each setting.

### Commands

The resource provides several commands to manage person and preset weapon positions. Refer to the Commands section for a list of available commands and their usage.

### Support

If you encounter any issues or have questions, feel free to contact me at my [discord](https://discord.gg/927gfpcyDe) server.

***

Thank you for using my resource. We hope this documentation helps you get the most out of the resource.


---

# 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.forcedevelopments.com/free-resources/force-sling/introduction.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.
