# 알림에 대한 모든 것

만약 상점에 원하는 스킨이 떴을 때 알림을 받고 싶다면 어떻게 해야할까요?\
바로 발로봇에서 알림 명령어를 통해 알림을 받으실 수 있어요!

알림 명령어를 사용하기 위해서는 반드시 봇에 로그인 되어 있어야 합니다!

## 1. 알림 등록 <a href="#add" id="add"></a>

&#x20;**/알림 등록** 명령어를 통해 알림 등록하고 싶은 스킨을 등록합니다.

<figure><img src="/files/BzZAeW5x9Vy81Da0XaW2" alt=""><figcaption><p>알림 등록 성공</p></figcaption></figure>

스킨의 정확한 한글 이름을 입력해야지 정상적으로 추가됩니다.

```
/알림 등록 [스킨이름]
```

## 2. 알림 모드 <a href="#mod" id="mod"></a>

스킨 여러개를 알림 등록 해두었을때 스킨 여러개가 떴다면 어떻게 알림을 줄 지 설정합니다.\
\&#xNAN;**/알림 모드** 명령어를 통해 어떻게 보낼지 설정할 수 있습니다.

<figure><img src="/files/RGVOxkvXcn4yEERi8sxb" alt=""><figcaption><p>알림 모드</p></figcaption></figure>

일일 상점 모드는 설정과 상관없이 일일 상점을 보내줍니다.

```
/알림 모드 [모드]
```

## 3. 알림 목록 <a href="#list" id="list"></a>

지금까지 알림 설정해둔 스킨들의 목록을 한번에 보여줍니다.\
\&#xNAN;**/알림 목록** 명령어를 통해 사용할 수 있습니다.

<figure><img src="/files/Jlsop4bRc337TyjXa0IM" alt=""><figcaption><p>알림 설정해둔 목록</p></figcaption></figure>

또한 밑에 있는 숫자 버튼들을 통해 해당 번호에 있는 스킨의 알림설정을 지울 수 있습니다.

```
/알림 목록
```

## 4. 알림 채널 <a href="#channel" id="channel"></a>

설정해둔 알림을 어디에다가 보낼 지 설정합니다.\
\&#xNAN;**/알림 채널** 명령어를 사용해서 서버의 채널과 DM중에 선택할 수 있습니다.

<figure><img src="/files/74E8NczzTQ3Y1PfgAhpU" alt=""><figcaption><p>알림 채널 설정</p></figcaption></figure>

개인적으로 DM을 추천합니다

```
/알림 채널 [채널]
```

## 5. 알림 테스트 <a href="#test" id="test"></a>

설정해둔 알림이 제대로 작동하는지 테스트를 진행합니다.\
\&#xNAN;**/알림 테스트** 명령어를 사용해 알림 설정테스트를 진행하실 수 있습니다.

<figure><img src="/files/sOXgZfMNHZH1pmT092JO" alt=""><figcaption><p>알림 테스트 DM</p></figcaption></figure>

알림 테스트 시 /알림 채널 명령어 설정과는 무관하게 DM으로 발송되며,\
모드를 모든 스킨으로 설정 시 상점을 보내줍니다.


---

# 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/notify.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.
