# Lifetime Install

## Lifetime Food Install

{% stepper %}
{% step %}
**Download the resources**

Download both `cfx-djs-standalonefood` and `cfx-djs-lorefood` [CFX portal](https://portal.cfx.re/login) and place them in your resources folder.
{% endstep %}

{% step %}
**Add to server.cfg**

Add `cfx-djs-standalonefood` and `cfx-djs-lorefood` to your `server.cfg` after all dependencies

```
ensure cfx-djs-standalonefood
ensure cfx-djs-lorefood
```

{% endstep %}

{% step %}
**Add preferred Items to  Inventory**

Add the preferred items to your inventory resource — see [Packages](/standalone-food-pack/breakfast.md) on the tabs to the right.
{% endstep %}

{% step %}
**Optional: add items to addon Consumable Resources**

Add the required (Non-Consumable) items to supported addon consumable resource — see [Packages](/standalone-food-pack/breakfast.md) and read installation Guides.
{% endstep %}

{% step %}
**Optional: inventory icons**

Custom inventory icons are included—check Inventory Icons below. If you’d like to use them, simply copy the files into your inventory resource’s image directory.
{% endstep %}
{% endstepper %}

***

## Lifetime Furniture Install

{% stepper %}
{% step %}
**Download the resources**

Download both `cfx-djs-furniture` [CFX portal](https://portal.cfx.re/login) and place them in your resources folder.
{% endstep %}

{% step %}
**Add to server.cfg**

Add `cfx-djs-furniture` to your `server.cfg` after all dependencies

```
ensure cfx-djs-furniture
```

{% endstep %}

{% step %}
**Add preferred Items to  Inventory**

Add the preferred items to your inventory resource — see [Packages](/standalone-food-pack/breakfast.md) on the tabs to the right.
{% endstep %}

{% step %}
**Optional: add items to addon Consumable Resources**

Add the required (Non-Consumable) items to supported addon consumable resource — see [Packages](/standalone-food-pack/breakfast.md) and read installation Guides.
{% endstep %}

{% step %}
**Optional: inventory icons**

Custom inventory icons are included—check Inventory Icons below. If you’d like to use them, simply copy the files into your inventory resource’s image directory.
{% endstep %}
{% endstepper %}

***

## Lifetime All Props Install

{% stepper %}
{% step %}
**Download the resources**

Download both `cfx-djs-standalonefood, cfx-djs-lorefood` and `cfx-djs-furniture`  [CFX portal](https://portal.cfx.re/login) and place them in your resources folder.
{% endstep %}

{% step %}
**Add to server.cfg**

Add `cfx-djs-standalonefood, cfx-djs-lorefood` and `cfx-djs-furniture` to your `server.cfg` after all dependencies

```
ensure cfx-djs-standalonefood
ensure cfx-djs-lorefood
ensure cfx-djs-furniture
```

{% endstep %}

{% step %}
**Add preferred Items to  Inventory**

Add the preferred items to your inventory resource — see [Packages](/standalone-food-pack/breakfast.md) on the tabs to the right.
{% endstep %}

{% step %}
**Optional: add items to addon Consumable Resources**

Add the required (Non-Consumable) items to supported addon consumable resource — see [Packages](/standalone-food-pack/breakfast.md) and read installation Guides.
{% endstep %}

{% step %}
**Optional: inventory icons**

Custom inventory icons are included—check Inventory Icons below. If you’d like to use them, simply copy the files into your inventory resource’s image directory.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
TIP

Animations are already fully pre-installed in the `cfx-djs-standalonefood` resource, so there is no need to follow or use the standalone product animation install guide—doing so may cause issues; simply install the resource as provided and everything will work out of the box with no additional setup required. You will also **NOT see** `cfx-djs-anims` **in your Keymaster Portal**, as it is bundled directly into this resource
{% endhint %}

{% hint style="warning" %}
WARNING

Some anti-cheats may block props from spawning or limit certain models from loading in-game, so if your props are not appearing, invisible, or being instantly removed, it’s likely an anti-cheat issue rather than the resource itself. Please check your server console and in-game F8 console for more details, such as blocked entity warnings, model load failures, or related error codes—these are common signs of interference. If this happens, we recommend reaching out to your anticheat’s developer or support team with those errors and reviewing your anticheat documentation for any settings related to prop, model, or entity restrictions that may need to be adjusted. If you do report this issue to us, we’ll document it in our **common issues** section to help others who may run into the same problem.
{% endhint %}

***


---

# 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.djscollections.com/product-information/lifetime-install.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.
