# FAQ

<details>

<summary>How do I get started?</summary>

If your new to modded, allthemods, or minecraft in general, please take a look at our getting started guide.

</details>

<details>

<summary>Is there a list of mods?</summary>

Yes, on [CurseForge](https://legacy.curseforge.com/minecraft/modpacks/all-the-mods-6/relations/dependencies)

</details>

<details>

<summary>How to chunk load chunks?</summary>

Chunkloading is handled by FTB Chunks. Open your map where you claim chunks and once you have a chunk claimed, shift click that same chunk. It should show a red X through the chunk, showing that it is force loaded.

</details>

<details>

<summary>Where can I find AllTheModium, Vibranium, &#x26; Unobtanium?</summary>

Look in the in game book Allthemodium or search the ores in JEI and view the tooltips. There is additional information in the Allthemodium book.

</details>

<details>

<summary>How do I deal with the Chaos Dragon?</summary>

The chaos guardian is a multi-phase fight. The crystals can only be damaged by the dragon and it’s attacks -or- chaos tier weapons, but the final hit on them will have to come from you to destroy them. Once all the crystals are destroyed, only half the time will it be susceptible to damage, when it doesnt have a blue shield. It has two health bars as well - a red over shield and then its actual HP.

</details>

<details>

<summary>How do you auto enchant to get OP enchants beyond vanilla?</summary>

[Check out the Enchanting Guide!](/guides/all-the-mods-6/enchanting.md)

</details>


---

# 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://allthemods.gitbook.io/guides/all-the-mods-6/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.
