> For the complete documentation index, see [llms.txt](https://docs.nine-chronicles.com/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nine-chronicles.com/introduction/guide/nine-chronicles-portal/in-case-you-pre-registered-with-discord-or-twitter.md).

# In case you pre-registered with Discord or Twitter

##

## English

### Background

Twitter and Discord are temporarily not supported in the mobile client. If you've pre-registered with Twitter or Discord and want to claim your pre-obtained reward through the GACHA workshop on your mobile device, you'll need to connect your Google account. Follow these simple steps to get started:

### Sign in and connect with Google

#### **Step 1: Sign In with Your Pre-Registration Account**

1. Visit [nine-chronicles.com](http://nine-chronicles.com/).
2. Click on the "Sign In" button.

   <div align="center" data-full-width="false"><figure><img src="/files/dVi5Wvoabxl28xNsjsHT" alt="" width="375"><figcaption><p>The sign-in button is in the top right corner.</p></figcaption></figure></div>
3. Select the account you used for pre-registration.
4. Complete the verification steps provided by the social providers.

#### **Step 2: Access Your 'My Info' Page**

Once you're signed in, you'll notice a message that says "No character" in the menu bar. Click on it, and you'll find the "My info" button in the side-menu.

<figure><img src="/files/MNcpn9n9jaIip5ttgCF3" alt="" width="373"><figcaption><p>Click My info</p></figcaption></figure>

#### **Step 3: Connect with Google**

In the "My info" section, look for the "Linked accounts" menu. You can connect your Google account, Discord, Twitter, and Apple ID. To connect your Google account:

1. Click the "Connect" button with the Google icon.

   <figure><img src="/files/0AoP0cFnayU8hLrkMCxZ" alt=""><figcaption><p>Click the 'Connect' button that has the Google icon</p></figcaption></figure>
2. Follow the provided steps to approve the connection.
3. Once approved, the connection will be completed.

Now that you've connected your Google account, you can use it to sign in.

#### **What About Apple ID?**

* The option to connect with Apple ID on the Nine Chronicles portal is currently under development and will be available soon.
* If you pre-registered with Apple ID, you won't need to connect additional accounts. Simply click "Sign in with Apple" on the mobile client.


---

# 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://docs.nine-chronicles.com/introduction/guide/nine-chronicles-portal/in-case-you-pre-registered-with-discord-or-twitter.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.
