# Getting Started

1. Unzip the folder
2. Configure you config.lua file. It can be found in the 'available' folder of the asset.
3. Navigate to the available/availableclient.lua. Make the appropriate changes to the 'notify' function.\
   \
   &#x20;Here: ![](https://i.imgur.com/Moo8UGe.png)

## Items

If you are running QBCore Framework, we automatically insert the item when the resource starts. \
\
You can find the thread in the 'availableserver.lua'.\
\
Here: ![](https://i.imgur.com/ue0fZhw.png)

If you are running ESX framework, the item SQL can be found in 'item.sql'.


---

# 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://efn-scripts.gitbook.io/bait-car/getting-started.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.
