# Setup Resource

Many of my resources are different in many ways but something that is the same for all my resource from 2023+ is that it uses my own [Library](https://github.com/Force-Developing/force_lib/releases) this is most likely a dependency for you're purchased resource and will need to be setup!

## Setup [Library](https://github.com/Force-Developing/force_lib/releases) - Guide

#### Step 1 - Download Library:

Assuming you already have downloaded the resource from ["Download Resource Page"](/info/introduction/download-resource.md) you will need the Library for the resource to start. Head to [Force Developments GitHub](https://github.com/Force-Developing) and download the [force\_lib](https://github.com/Force-Developing/force_lib/releases) repositorie.

#### Step 2 - Configure Library:

The library is made in a way so when the lib is ensured it will check for the most common Framework and select the found framework to make the correct functions. The library currently supports the two most common Frameworks which is [ESX](https://documentation.esx-framework.org/) & [QBCore](https://docs.qbcore.org/qbcore-documentation/)

To setup the library for other frameworks you will need to have some type of development skill so you can change the functions based of you're framework. This task isn't hard to do and if you need help with it [Force](mailto:undefined) is always glad to help.

#### Step 3 - Configure Resource:

The resource you're configuring can vary in many ways and the configurations in most of the resources is just personal preference. To get a deeper understanding of the resource your looking to configure you should head to the specific documentation for that 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/info/introduction/setup-resource.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.
