# 로그인, 로그아웃하기

## 1. 발로봇에 로그인하기 <a href="#login" id="login"></a>

발로봇에 있는 여러 명령어들을 편하게 사용하고 싶으시다면 로그인을 해야 합니다.\
더 좋은 경험을 하기 위해 로그인하시는걸 추천합니다

로그인을 하기 위해서는 봇에서 /로그인 명령어를 사용하시면 됩니다.\
**아이디**와 **비밀번호**는 여러분이 로그인 하실 때 사용하시는 라이엇 ID와 비밀번호입니다!

<figure><img src="/files/d7RzGUeb3pHf3JktjAEU" alt=""><figcaption><p>발로봇에 로그인하기</p></figcaption></figure>

아이디와 비밀번호를 올바르게 입력해 로그인이 완료되었다면, 아래와 같은 메세지가 옵니다.

<figure><img src="/files/8T4AjGPT1ylLujDwtKNs" alt=""><figcaption><p>로그인 성공 시 뜨는 메세지</p></figcaption></figure>

```
/로그인 [아이디] [비밀번호]
```

## 2.  발로봇에서 로그아웃하기 <a href="#logout" id="logout"></a>

발로봇에서 여러분의 로그인 정보를 모두 삭제하고 싶으시다면, \
/로그아웃 명령어를 사용해서 모든 정보를 삭제하실 수 있습니다.

<figure><img src="/files/pMEWlmkfQ5UuWnm139Eo" alt=""><figcaption><p>로그아웃 성공 시 뜨는 메세지</p></figcaption></figure>

위와 같은 로그아웃 성공 메세지가 뜨면 정상적으로 로그아웃 처리된 것입니다.\
만약 오류 메세지가 떴다면, 로그인 되어 있는지 확인해주시기 바랍니다.

```
/로그아웃
```

{% hint style="info" %}
현재 애플,구글등의 SNS 연동 로그인은 구현하지 못했습니다. 이 점 양해 부탁드립니다.
{% endhint %}


---

# 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://valobot.gitbook.io/valobot/login.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.
