# FAQ / Troubleshooting

* <mark style="color:orange;">**Q:**</mark> *<mark style="color:orange;">Why can’t I craft anything at the station?</mark>*\ <mark style="color:red;">**A**</mark>**:** Make sure you have enough required materials. Also verify that the item’s <mark style="color:red;">`requirements`</mark> match your framework’s item names.<br>
* <mark style="color:orange;">**Q:**</mark> *<mark style="color:orange;">The blip/marker won’t show up!</mark>*\ <mark style="color:red;">**A**</mark>**:** Ensure <mark style="color:red;">`blip.enable`</mark> and/or <mark style="color:red;">`marker.enable`</mark> are both set to <mark style="color:red;">`true`</mark>. Double-check your station coordinates.<br>
* <mark style="color:orange;">**Q:**</mark> *<mark style="color:orange;">My server uses ESX but the script loads as QBCore.</mark>*\ <mark style="color:red;">**A**</mark>**:** Verify <mark style="color:red;">`Config.Framework = "auto"`</mark> or explicitly set it to <mark style="color:red;">`"esx"`</mark>. Also confirm <mark style="color:red;">`es_extended`</mark> is actually running.<br>
* <mark style="color:orange;">**Q:**</mark> *<mark style="color:orange;">How do I add more items or stations?</mark>*\ <mark style="color:red;">**A**</mark>**:** Simply duplicate the existing pattern in <mark style="color:red;">`Config.CraftingStations`</mark> or add new entries to the <mark style="color:red;">`items`</mark> list.


---

# 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://risk-scripts.gitbook.io/risk-scripts/scripts/advanced-crafting-system/faq-troubleshooting.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.
