# Getting Started

### Your First Day

When you first join the server, you’ll spawn in a safe area. From here, you can:

#### **Explore the World**

Use `/rtp` to teleport to a random location and begin your adventure.

#### **Gather Basic Resources**

Start with the essentials:

* Wood
* Stone tools
* Food
* A temporary shelter

***

## Claiming Your Land

Protecting your builds is important. Sapling uses a land‑claiming system to keep your area safe.

#### **To claim land:**

```
/claim
```

#### **To manage your claims:**

```
/claims
```

#### Some friendly advice!

* Claim early to avoid griefing
* Expand your claim as you grow
* Respect other players’ space

***

#### **Skills**

Level up naturally at your own paste! higher levels = better efficiency and new abilities!

```
/skills
```

***

#### **Quests**

Complete daily and weekly quests for money, XP, and rewards.

```
/quests
```

***

### Getting Around

We offer several ways to travel and explore.

#### **Random Teleport**

Great for finding your own place to build.

```
/rtp
```

#### **Player Warps**

Visit shops, farms, grinders, and community builds.

```
/pwarp
```

#### **Homes**

**S**et multiple homes to make travelling easier.

```
/sethome <name>
/home <name>
```

***

## Useful Commands

Here are some commands you’ll use often:

| Command     | Description                            |
| ----------- | -------------------------------------- |
| `/rtp`      | Teleport to a random location          |
| `/sethome`  | Save a home location                   |
| `/home`     | Teleport to a saved home               |
| `/spawn`    | Return to spawn                        |
| `/shop`     | Open the server shop                   |
| `/jobs`     | View and join jobs                     |
| `/skills`   | View your skills                       |
| `/quests`   | View quests                            |
| `/pwarp`    | Browse player warps                    |
| `/claim`    | Claim land                             |
| `/settings` | Manage requests, messages, and toggles |


---

# 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://docs.sapling.gg/survival-guides/getting-started.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.
