> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/platform/widgets/progress-bar-widget.md).

# プログレスバーウィジェット

ページ、ブロック、ファネルにプログレスウィジェットバーを追加することができます。プログレスバーは、動的URLでも使用できます。

プログレスバーウィジェットを探すには、「ウィジェット」から「プログレスバー」を選択します。

![](https://1369750374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWQDl1MvGQxbiNyVOzW8v%2Fuploads%2FBD7iih1MiqneTssuindV%2Fsendly%20progress%20bar.PNG?alt=media\&token=78b4fa2a-ecb6-45c2-81b1-62ef29ccb52b)

ページ内にプログレスバーを表示させたら、次は設定タブを開いて見た目を変更することができます。

進捗状況： 進捗率を必要な％で設定します。

色と背景を選択します。

プログレスバーの高さと、アニメーションの有無を選択します。

![](https://1369750374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWQDl1MvGQxbiNyVOzW8v%2Fuploads%2Fk7QUF52uz2ZG232PJz28%2Fprogres%20bar%20editing.PNG?alt=media\&token=6dc36d15-b1ac-4ede-a841-06025ade2815)

プログレスバーを動的にします。 例: プログレス バーが追加されるページドメインに URL 文字列を追加できます。 これにより、進行状況 % が、設定した URL 文字列パラメーターに自動的に変更されます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.opusbooster.com/platform/widgets/progress-bar-widget.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
