# 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 digging and crushing balance, check `Configuration` first.
{% endhint %}

## The Script Does Not Start Correctly

Check these first:

* Does `0r_lib` start correctly?
* Does `excavator-vehicles` start correctly?
* Does `excavator-map` start correctly?
* Does `0r-excavatorjob` start correctly?
* Is your `server.cfg` start order correct?

## The Menu Does Not Open

Check these points:

* Is at least one `Config.ScriptUI` access method enabled?
* Did you add `excavator_op_tablet` if item access is enabled?
* Are `allowedJobs` blocking access?
* Are you too far away because of `requiredMinDistance`?

## Do I Need To Run SQL Manually?

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

## I Changed My Config But Nothing Happened

Check these points:

* You edited the correct file inside `config/`
* You restarted the resource after changing config
* You changed the correct route inside the correct difficulty group
* The real setting belongs in a step-specific file, not in `config/excavator.lua`


---

# 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-excavatorjob/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.
