> For the complete documentation index, see [llms.txt](https://docs.0resmon.org/0resmon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-builderjob/faq.md).

# 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 disabling routes, cooldowns, route rewards, step order, or builder task modules, check `Configuration` first.
{% endhint %}

## Where Do I Change Task Settings?

Use:

* `config/main.lua`
* `config/builder.lua`

Use `config/main.lua` for menu, UI, XP, clothing, and global behavior.

Use `config/builder.lua` for routes, vehicles, rewards, cooldowns, and step order.

## Do I Need To Run SQL Manually?

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

## The Script Does Not Start Correctly

Check these first:

* Does `0r_lib` start correctly?
* Does `builderjob-assets` start correctly?
* Does `builderjob-vehicles` start correctly?
* Does `0r-builderjob` start correctly?
* Is your `server.cfg` start order correct?

## I Changed Config But Nothing Happened

Check these points:

* You edited the correct file
* You restarted the resource
* You changed the correct route block
* The real problem is in a task module, not in the route config


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-builderjob/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
