> For the complete documentation index, see [llms.txt](https://doc.juncachain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.juncachain.com/wallet_app/sign_up_and_in_junca.md).

# Sign up & in Junca

Frist, launch the Junca app, select **Get started**.

## Login

**1.Choose a login method，There are three ways to log in**

* Mobile phone/email password login
* Apple login
* Google login

![](/files/LPtuFLlVDR8pbm0vGo6e)

**2.Mobile phone/email password login**

Enter the registered nickname or mobile phone or email address and password, and select **Sign in**.

**3.Sign in with Apple**

Using the new login method will obtain your **Apple ID email address** to register and log in to Junca.

**4.Sign in with Google**

Using the new login method will obtain your **Google mailbox** to register and log in to Junca.

**5.Sign in again to use Face ID**

After you log in once, you can use **Face ID** to log in again next time you open the app.

## Register

**1.Enter basic information: phone/email, nickname, password, invitation code (optional).**

![](/files/3eMty170GYPPnMR1WJYI)

**2.Fill in the verification code received by phone/email.**

![](/files/Y0Knsdk5ipND4g17MGmw)

**3.Select Restore Wallet/New Wallet/Create Wallet Later to enter the subsequent process.**

![](/files/ne5VZbyvBAsZzBw21Ewe)

## Forget Password

**1.Enter your phone or email to reset your password.**

![](/files/Qzjq8P781MKAyVDfelgt)

**2.Please enter your verificatiion code and new password to reset your password.**

![](/files/H68ykEv1U9jSXRghe2oJ)

Choose to **Reset Password**, and you can log in with the new password after success!


---

# 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://doc.juncachain.com/wallet_app/sign_up_and_in_junca.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.
