# 가격 알림

토큰이 목표 가격에 도달하면 알림을 받을 수 있는 기능이에요.

### 알림 만드는 방법 <a href="#f2e81170-10be-41be-80de-3451d19e584b" id="f2e81170-10be-41be-80de-3451d19e584b"></a>

1. `/alert` 명령어 입력 - `/alert`를 입력하면 알림 생성 화면이 열려요
2. **토큰 선택 또는 붙여넣기** - 토큰의 컨트랙트 주소(CA)를 입력하거나 이름으로 검색
3. **목표 가격 설정** - 현재가보다 높거나 낮은 가격을 선택
4. **확인** - 봇이 알림을 저장하고 가격을 모니터링

채팅에서 바로 만들 수도 있어요: `alert SOL 200` 이렇게 입력하면 끝.

### 알림 관리 <a href="#id-2d603eef-59ad-4262-ba6e-dc7552cfeadd" id="id-2d603eef-59ad-4262-ba6e-dc7552cfeadd"></a>

* **전체 알림 보기** - `/alerts`를 입력하면 활성 알림 목록 표시
* **알림 삭제** - 알림 선택 후 Delete 탭
* **알림 수정** - 기존 알림 삭제 후 새 파라미터로 다시 생성

### 주요 사항 <a href="#id-2e2fe71f-3791-4e00-9a14-4f6bd6c0f5d8" id="id-2e2fe71f-3791-4e00-9a14-4f6bd6c0f5d8"></a>

* 알림은 **1회성 트리거** - 목표가에 도달하면 알림이 발송되고 자동 삭제돼요
* 트리거되면 **알림 메시지**가 전송돼요
* Spot Bot에서 거래 가능한 모든 토큰을 지원해요
* 활성 알림 개수 제한 없어요


---

# 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://docs.click.trade/product-docs-korean/spot-trading-bot/undefined-1/undefined-1.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.
