# FAQ and Troubleshooting

{% hint style="info" %}
Some special cases, advanced edits, and known questions are already answered on the `Configuration` page. If your question is about bench setup, recipe visibility, `itemSetKey`, level requirements, or component recipes, check `Configuration` first.
{% endhint %}

## Where Do I Change Main Settings?

Use:

```lua
config.lua
```

## How Do I Add Or Edit A Bench?

Use:

```lua
escrow/bench/config.lua
```

## How Do I Change Craftable Items Or Recipes?

Use:

```lua
escrow/craft/config.lua
```

## Do I Need To Run SQL Manually?

No. The profile table is created automatically by the resource.

## Some Recipes Do Not Show Or Do Not Work

Check these points:

* Required ingredient items exist in your inventory
* The bench is using the correct `itemSetKey`
* The recipe exists in `CRAFTABLE_ITEMS`
* The recipe was added to the correct `CRAFT_BENCH_ITEM_SETS`
* Level requirements are not blocking the recipe

## The Camp Fire Bench Does Not Work

Check whether your server actually has the `3fe_beach_fire` object available.

If not, disable that bench or replace the `objectModel`.


---

# 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.0resmon.org/0resmon/0r-resources/0r-craft-v2/faq.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.
