> For the complete documentation index, see [llms.txt](https://isatosea.gitbook.io/satosea-how-to-play/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://isatosea.gitbook.io/satosea-how-to-play/quick-start/jin-ru-you-xi.md).

# 进入游戏

## Create a new account

{% code overflow="wrap" %}

```
Click 'Create New Account' to generate your own private key (account) and enter the game.
```

{% endcode %}

{% code overflow="wrap" %}

```
When entering for the first time, please allow a few minutes for the game to load.
```

{% endcode %}

<figure><img src="/files/fShWz7FPB3QFIwK0aOKS" alt=""><figcaption><p>Landing page</p></figcaption></figure>

<div align="left"><figure><img src="/files/yp6tQowEgY0sjt3VRJqP" alt=""><figcaption><p>This loading process is necessary </p></figcaption></figure></div>

##

> ## Enter with an exist account

{% code overflow="wrap" %}

```
You can input an existing key and any coordinates to enter the game.
```

{% endcode %}

{% code overflow="wrap" %}

```
Your last used private key and ship coordinates will be stored and automatically filled in.
```

{% endcode %}

{% code overflow="wrap" fullWidth="false" %}

```
You will start exploring the map from the coordinates you inputted, so it's recommended to record your ship's location before ending the game each time.
```

{% endcode %}

<div align="left" data-full-width="false"><figure><img src="/files/AFcKsQLBEyT5rbHdpCLX" alt=""><figcaption><p>Enter with the private key</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/4ufzoONAQN0i21zYHWwi" alt=""><figcaption><p>In the settings you can view the current private key</p></figcaption></figure></div>


---

# 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://isatosea.gitbook.io/satosea-how-to-play/quick-start/jin-ru-you-xi.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.
