# 비밀번호 재설정

{% stepper %}
{% step %}

#### 이메일 입력

로그인 화면에서 **비밀번호 재설정** 버튼을 클릭합니다.

<figure><img src="/files/JPoBuzHws7bniYIB9fsQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 인증메일 요청

입력 영역에 찾으려고 하는 이메일을 입력 후, **인증 요청** 버튼을 클릭합니다.

<figure><img src="/files/WeqATQBo0D2iA0slggYH" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 인증메일 확인

입력한 이메일로 발송된 인증 메일에서 **비밀번호 재설정** 버튼을 클릭합니다.

버튼 클릭 시, 비밀번호를 설정할 수 있는 화면으로 이동합니다.

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

{% hint style="info" %}
비밀번호 재설정은 **메일 발송 후 24시간까지 유효**하니 만료되기 전 비밀번호 설정을 완료해주세요.
{% endhint %}
{% endstep %}

{% step %}

#### 비밀번호 재설정

사용할 비밀번호를 입력한 후, **입력 완료** 버튼을 클릭합니다.

<figure><img src="/files/fRhsOoL569fczUl0JoZ8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
비밀번호 설정이 완료되었습니다. 이제 변경한 비밀번호로 로그인할 수 있습니다.

[<mark style="color:$primary;">**변경된 비밀번호로 로그인 하기 >**</mark>](https://app.gllostudio.ai/login)

<figure><img src="/files/0g66uX7Iv1zmkIN5zsnr" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://airaw.gitbook.io/gllo-studio/features/guide/undefined.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.
