> For the complete documentation index, see [llms.txt](https://wiki.sempermc.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.sempermc.net/getting-started/your-first-30-minutes.md).

# Your First 30 Minutes

### Minutes 0–5: Learn the Basics

1. Run `/guide`.
2. Read `/rules`.
3. Check `/quests`.
4. Open `/heartbound`.
5. Visit `/warp crates` so you know where keys are used.
6. Use `/shop` to inspect buy and sell categories.

Do not spend all your starting money immediately. Early money is more valuable when used for food, claims and missing essentials.

### Minutes 5–15: Enter the Wilderness

1. Use `/rtp`.
2. Move away from obvious paths and exposed landmarks.
3. Collect wood, food, stone and iron.
4. Make a shield, water bucket and basic armor.
5. Do not carry every valuable item while scouting.

Random teleporting may have a delay and can be cancelled by movement.

### Minutes 15–25: Secure a Base

1. Pick a location that is not visible from the surface.
2. Open `/lands`.
3. Claim the chunk containing your storage.
4. Use `/lands map` to inspect nearby territory.
5. Keep your most valuable storage away from the claim edge.
6. Do not trust another player until you understand role permissions.

A claim protects blocks. It does not protect you from poor role settings, betrayal or losing items in PvP.

### Minutes 25–30: Start Progression

Choose a few permanent quests instead of activating everything at once:

* One mining quest.
* One farming quest.
* One hunting quest.
* One exploration or industry quest.

Then:

* Check `/quests started`.
* Check `/stats`.
* Check `/tokens`.
* List useful spare items through `/ah`.
* Save your first key until you understand its vault tier.

### Good Early Goals

* Establish protected storage.
* Build spare armor.
* Reach a reliable food supply.
* Complete the starter quest path.
* Earn your first Tokens.
* Learn which materials the server shop buys.
* Avoid unnecessary PvP until you have replacement gear.


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.sempermc.net/getting-started/your-first-30-minutes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
