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

# Joining

{% hint style="info" %}
How to join Daddy Craft?
{% endhint %}

#### 0. Download Minecraft Launcher

Minecraft Official Launcher: <https://www.minecraft.net/en-us/download>

<figure><img src="/files/rTsq0LI9qeAVKqt4btFc" alt=""><figcaption></figcaption></figure>

#### 1. Open your Minecraft launcher using version 1.9.x - 1.19.x.

<figure><img src="/files/U2rKk6o1EKBp75GgENxy" alt=""><figcaption></figcaption></figure>

#### 2. Navigate to the Multiplayer Menu

<figure><img src="/files/F384p1fxt2lvmA8rUj6T" alt=""><figcaption></figcaption></figure>

#### 3. Click the Add Server button on the bottom right of the menu.

<figure><img src="/files/QpuW8SoC7fp8v6ldFtHi" alt=""><figcaption></figcaption></figure>

#### 4. Add the server address PLAY.DADDYCRAFT.CO.UK into the Server Address bar, and optionally change the server name to anything you wish then click done.

<figure><img src="/files/kN82uVsUYeMW4sjE9UDT" alt=""><figcaption></figcaption></figure>

#### 5. To join the Daddy Craft, click on the server in your multiplayer server list, and click the Join Server button.


---

# 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.daddycraft.co.uk/started-guide/joining.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.
