> For the complete documentation index, see [llms.txt](https://chunkedworld.gitbook.io/chunkedworld/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chunkedworld.gitbook.io/chunkedworld/getting-started/joining-chunkedworld.md).

# Joining ChunkedWorld

Server address, platforms, and everything you need to log in for the first time

## Server address

Connect to **play.chunk3d.com** - the same address for both Java and Bedrock Edition. Bedrock players use their platform's standard Bedrock port; Java players connect as usual.

## Platforms

ChunkedWorld runs on Java Edition but supports both editions fully:

* **Java Edition** - multiple client versions are supported via ViaVersion, so you don't need to match one exact version.
* **Bedrock Edition** (mobile, console, Windows) - full crossplay through Geyser and Floodgate, no Java account required. See [Crossplay and Bedrock](/chunkedworld/getting-started/crossplay-and-bedrock.md) for username details and account linking.

## Other links

| Site     | Address                                        | What it's for                                                                      |
| -------- | ---------------------------------------------- | ---------------------------------------------------------------------------------- |
| Store    | [store.chunk3d.com](https://store.chunk3d.com) | VIP rank and Gold Crate keys                                                       |
| Live map | [map.chunk3d.com](https://map.chunk3d.com)     | A Squaremap view of the restored world - terrain only, player positions are hidden |
| Discord  | [dc.chunk3d.com](https://dc.chunk3d.com)       | Community, announcements, and vote links                                           |

{% hint style="info" %}
On Bedrock, chat links like the Discord invite aren't tappable - type them in manually. You may also see a harmless "secure chat" notice when you join; it's safe to ignore.
{% endhint %}

## First steps

1. Connect to `play.chunk3d.com`.
2. Run `/cw` to create your island.
3. Open `/q` to see your first quests.

Head to [Your First Island](/chunkedworld/getting-started/your-first-island.md) for what to expect the moment you spawn in.


---

# 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://chunkedworld.gitbook.io/chunkedworld/getting-started/joining-chunkedworld.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.
