# 프로그레스 바

**프로그레스 바 블록은 언제 사용하나요?**

주로 진행 상태를 표시하고 싶을 때 사용해요. 실시간 반영 프로그레스 바의 기능은 아니에요.

**프로그레스 바 블록의 특징은 무엇인가요?**

1. 프로그레스 바 블록을 사용하기 위해서는 먼저 [항목 설정](/main/class/puppy-app/2.md)이 필요해요.
2. 관리자 웹 ➡︎ 운영 모드 ➡︎ 좌측 메뉴바에서 원하는 메뉴 선택 ➡︎ 설정 ➡︎ 항목 추가 ➡︎ 숫자 타입 ➡︎ '숫자' 항목을 추가해 주세요. 추가해 준 숫자 항목에 프로그레스 바 영역 안에서 채워질 퍼센트를 입력할 수 있어요.&#x20;
3. 관리자 웹 ➡︎ 앱 설정 ➡︎ 좌측 탭에서 원하는 탭 선택 ➡︎ 원하는 화면 선택 (목록 화면, 상세 화면 등) ➡︎ 프로그레스 바 블록 추가 ➡︎ 프로그레스 바 블록의 [항목 ID](/main/guide/dictionary/item-id.md)에 1.에서 만든 숫자 항목의 항목ID를 입력해 주세요. (고정된 퍼센트를 표현하고 싶다면, 블록 ➡︎ progress에 고정하고 싶은 숫자를 입력해 주세요.)
4. 프로그레스 종류/ 최댓값/ 최솟값 등을 설정해 주세요. (최댓값은 주로 100, 최솟값은 주로 0을 많이 사용해요.)
5. 스타일 설정 후, 저장해 주세요.

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

> \#프로그레스 바, #진행 상태, #진행 퍼센트, #진행 정도 나타내기

\
2023.12.05 Jinny


---

# 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/4/block/etc/progress.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.
