> For the complete documentation index, see [llms.txt](https://guide.wiseapp.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.wiseapp.co.kr/lang/eng/faqs/account.md).

# Members and Accounts

<details>

<summary><sup><mark style="color:blue;">#sign up</mark></sup><br>Can I sign up using Naver, Google, or other personal email accounts?</summary>

No, you cannot sign up using personal email accounts such as Naver or Google.\
Registration is only available using a company or organization email address.

</details>

<details>

<summary><sup><mark style="color:blue;">#password</mark></sup><br>I want to change my password</summary>

To change your password:

1\. Log in to your account.\
2\. Click **\[My Page]** in the top-right menu.\
3\. Go to **My Page > Account Info**.\
4\. Click **\[Change Password]** at the bottom of the page.\
5\. Enter a new password to complete the change.

</details>

<details>

<summary><sup><mark style="color:blue;">#verification</mark></sup><br>I didn’t receive the verification email</summary>

If you did not receive the verification email, please check your spam folder or other folders such as Trash.\
Also, make sure your mailbox is not full and that the sender is not blocked.

If the issue persists, please contact us at: <mark style="color:$primary;"><wiseapp@ideaware.co.kr></mark>

</details>

<details>

<summary><sup><mark style="color:blue;">#verification</mark></sup><br>Mobile phone identity verification is not working.</summary>

For paid members, identity verification is required and must be completed using a mobile phone registered under your own name.

If verification fails, please contact us at: <mark style="color:$primary;"><wiseapp@ideaware.co.kr></mark>

</details>

<details>

<summary><sup><mark style="color:blue;">#paid member</mark></sup><br>I want to change the administrator of a paid account.</summary>

If you need to change the administrator, please send an email to: <mark style="color:$primary;"><wiseapp@ideaware.co.kr></mark>\
Include the following information:

```
・ Current administrator’s email address : 
・ New administrator’s email address : 
```

We will process the change for you.

</details>

<details>

<summary><sup><mark style="color:blue;">#paid member</mark></sup><br>I want to add or remove paid access for sub-users.</summary>

You can manage sub-users from the administrator account:

* Go to **\[My Page > Payment]**
* You can manage sub-users directly from the billing Information section.

Please note:

* The sub-user must already have a registered account.
* Only accounts with the same email domain as the administrator can be added.
* Once registered, sub-users cannot be changed for one month.
* Notification emails will be sent when access is granted or revoked.

</details>

<details>

<summary><sup><mark style="color:blue;">#change account</mark></sup><br>I want to change my email address.</summary>

Email addresses cannot be changed.\
There is no limit to the number of sign-ups, so if you want to use a different email address, please register again with the new email.\
If you have additional questions, please contact us at: <mark style="color:$primary;"><wiseapp@ideaware.co.kr></mark>

</details>

<details>

<summary><sup><mark style="color:blue;">#undubscribe</mark></sup><br>I no longer want to receive marketing emails.</summary>

#### Newsletter

Click the **“Unsubscribe”** link at the bottom of any newsletter email, or\
Go to **\[My Page > Account Info]** and change your newsletter subscription settings.

{% hint style="info" %}
Service-related emails are mandatory notices sent to all members and are not marketing emails.
{% endhint %}

For additional inquiries, please contact: <mark style="color:$primary;"><wiseapp@ideaware.co.kr></mark>

</details>

<details>

<summary><sup><mark style="color:blue;">#account deletion</mark></sup><br>I want to delete my account</summary>

To delete your account:

1. &#x20;Log in to your account and Click **\[My Page]** in the top-right menu.
2. Click **\[Account Deletion]** at the bottom of the page.

</details>

***

#### :pencil2: If you still have questions, please contact us directly!

<a href="https://www.wiseapp.co.kr/contact" class="button primary">Contact</a>


---

# 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://guide.wiseapp.co.kr/lang/eng/faqs/account.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.
