# General FAQ

**Q.** Can I send a DM (direct message) or ping ClaudiusMinimus on CM's World Discord?&#x20;

**A.** If you do not have express permission, then NO!

**Q.** Why is \[...] disabled?&#x20;

**A.** Mods must work with and not replace Create. If a mod is included and provides the same function as Create, the overlapping features are disabled - for example, all auto crafting and disk storage in Refined Storage.

**Q.** I am playing single-player or on my server. How do I enable the removed items?&#x20;

**A.** All removed recipes are found in `minecraft/kubejs/` and can be edited in a text editor like NotePad. *Do NOT use a word processor!* Here are some examples: Refined Storage recipe file locations: `minecraft/kubejs/server_scripts/refinedstorage.js` and hiding of JEI recipes: `minecraft/kubejs/client_scripts/refinedstorage.js`


---

# 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://claudiusminimuss-organization.gitbook.io/create-conquest-arcane/faq/general-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.
