> For the complete documentation index, see [llms.txt](https://wiki.frontier-mc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.frontier-mc.com/custom-mods/secret-bases.md).

# Secret Bases

### What are secret bases? <a href="#what-are-secret-bases" id="what-are-secret-bases"></a>

A secret base is your **own pocket dimension where you can build alone or with friends**. These are areas of Frontier that **will never reset**, we've added secret bases due to Cobblemon being in early development, with new world generation being introduced every update. Due to the constant changes in world generation, **we need to reset our main worlds regularly** (every official update). Don't worry! **Your inventory, Pokemon, enderchest, vaults and your secret base will never reset.**

### How do I create a secret base? <a href="#how-do-i-create-a-secret-base" id="how-do-i-create-a-secret-base"></a>

Creating a secret base is very simple, to get started type `/sb.` This will open the Secret Base GUI. To invite your friends do `/sb invite playername` To trust a user to do **everything** on your plot do `/sb trust playername` You can kick all visitors via the `/sb` gui if needs be.


---

# 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://wiki.frontier-mc.com/custom-mods/secret-bases.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.
