# Setup

## Dependencies

* ox\_lib
* cf-objectplacer (included in this resource)

**First of all, you need to download  the resource** `cf-objectplacer` **and** `cf-recycler`**, that should be available in your keymaster.**

## Instructions <a href="#instructions" id="instructions"></a>

Place `cf-objectplacer` and `cf-recycler`in your resources folder and add:

`ensure cf-objectplacer`

`ensure cf-recycler`

To you server.cfg

## SQL

Run `installation/db.sql` to create the tables in your database.

### QBox

If you use QBox, please uncomment the line in `fxmanifest.lua`:<br>

<figure><img src="/files/8VaI8lZFwCwHpaAoXfBG" alt=""><figcaption></figcaption></figure>

## Adding items to ox\_inventory

The needed items can be imported to your ox\_inventory from the file `installation/items-ox.txt`

\
The images for the items can be imported from the folder `installation/images`


---

# 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://codex-factory.gitbook.io/codex-factory/cf-recycler/setup.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.
