# 체인

체인은 앱에서 수정한 어떤 값에 따라 화면이 새로고침 되는 것을 말해요. 데이터 요소가 사슬처럼 연결되어 있어서 "chain"이라는 용어가 사용돼요.

* 관리자 웹 ➡︎ 앱 설정 ➡︎ 원하는 블록 선택 후 우측 사이드바 ➡︎ 체인을 클릭해서 사용할 수 있어요.&#x20;
* 체인 타입으로는 [변경(change)](/main/guide/develop_app/command-execute-function/chain/change.md), [필터 조건(filter)](/main/guide/develop_app/command-execute-function/chain/filter.md), [정렬 항목(order)](/main/guide/develop_app/command-execute-function/chain/order.md), [그룹 정렬(groupSort)](/main/guide/develop_app/command-execute-function/chain/groupsort.md)가 있어요.

편집 가능한 블록에서 수정한 값을 '체인 send 키'로 보내고, 다른 블록에서 '체인 recive 키'로 받아서 사용해 주세요.

<div align="left"><figure><img src="/files/Eyx03HjwgDMgYlUmdzHR" alt="" width="340"><figcaption></figcaption></figure></div>

> \#체인 #키 #보내기 #받기 #변경 #필터조건 #정렬항목 #그룹정렬

2023.09.21 Nana


---

# 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.ohmyapp.io/main/guide/develop_app/command-execute-function/chain.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.
