> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_drugs/faq.md).

# FAQ

Short answers to common `rcore_drugs` questions.

<details>

<summary>Where do I configure labs and stations?</summary>

Use `/drugs_admin`. Most gameplay configuration is stored in the database and managed from the admin panel.

</details>

<details>

<summary>Do I need to import an SQL file?</summary>

No. The script creates its tables automatically. After first startup, run `drugs_seed` from the server console to import default gameplay data.

</details>

<details>

<summary>Can I use markers instead of target?</summary>

Yes. Set `Config.DrugLabEntryPoint = LAB_ENTRY.MARKER` in `config.lua`.

</details>

<details>

<summary>Can I disable addiction?</summary>

Yes. Set `Config.AddictionSystem.Enabled = false` in `config.lua`.

</details>

<details>

<summary>Can I change drug prices?</summary>

Yes. Use `/drugs_admin` for dealer pricing, supplier pricing, consumable sale prices, and upgrade prices.

</details>

<details>

<summary>Where are inventory images?</summary>

They are in `rcore_drugs/assets/inventory_images`.

</details>


---

# 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:

```
GET https://documentation.rcore.cz/paid-resources/rcore_drugs/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.
