> For the complete documentation index, see [llms.txt](https://docs.studio.uzu-app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.studio.uzu-app.com/others/sale.md).

# プレイ料金・セールの設定

プレイ料金およびセールの設定はウズスタジオではできません。プレイ料金は「リリース時に入力するフォームにて回答」、プレイ料金の変更やセールは「個別チャンネルにて運営にご連絡」いただく必要がございます。

{% hint style="info" %}
セールの設定依頼の際は

* **シナリオ名**
* セール料金の適用**開始日時**・**終了日時**：最大１か月
* 以下のセール規定に沿った**セール料金**（70コイン＝100円単位がオススメ）

をお知らせください。

※通常料金が「70コイン（100円）」のシナリオ（30分以下の特例）ではセールはできません。

※セールにより有料作品のプレイ料金を無料にすることはできません。
{% endhint %}

{% hint style="warning" %}
【セール規定】

ウズでは不当な低価格競争の防止のため、セール規定を設けております。

* セール料金：その作品が設定できる最低料金－100円(70コイン)まで
  * 最低料金は審査申請フォーム、公開準備用フォームに記載がございます。不明な場合は運営チームにご質問ください。\\

* セール期間：最大1か月(翌月の同日)まで

* セール間隔：以前のセール終了から最低1か月は空けること\
  ※運営主導の一斉セールと被る場合はその限りでない
  {% endhint %}

※セールチケット制は2026/3/31をもって終了となりました。現行のセール方式は以下のリンクよりご確認ください↓\
<https://www.uzu-app.com/ja/articles/update-sale-system>


---

# 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.studio.uzu-app.com/others/sale.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.
