# Login/Signup

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

### **Login**

* **Email & Password Input**: Users can enter their email address and password in the provided fields.
* **Social Login Options**: Users can quickly log in using various social login options such as Google, Apple, X, and Kakao.
* **Sign-Up Link**: Users without an account can click **"Sign Up"** to start the account creation process.

***

### **Sign-Up**

**1. Email Input**&#x20;

* Users enter their email address.

**2. Email Verification**&#x20;

* A **6-digit verification code** is sent to the provided email address.
* Users enter the verification code from their email to complete the verification process.
* After entering the code, clicking **"Agree and Continue"** finalizes the verification.

**3. Password Creation**

**Password Requirements:**

* At least **8 characters**
* A combination of **uppercase and lowercase letters**
* Includes at least **one number**
* Includes at least **one special character**

After setting a password, clicking **"Continue"** completes the sign-up process.


---

# Agent Instructions: 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:

```
GET https://starzip-1.gitbook.io/starzip/guide-for-general-users/login-signup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
