> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/apurikshon/packages/packaging-requests/packaging-roles-and-responsibilities.md).

# パッケージングの役割と責任

#### パッケージ保守の種類

**保守対象パッケージ**

* **定期更新**：これらのパッケージは RealmJoin パッケージングファクトリーによって継続的に監視されています。
* **更新プロセス**：厳格な確認の後、更新はストアに公開されます。
* **サポートオプション**：更新が見つからない場合、顧客はサポートチケットを起票して対応できます。

**非保守パッケージ**

* **分類**：保守対象としてマークされていないパッケージはすべてこのカテゴリに分類されます。
* **更新リクエスト**：顧客は、非保守の汎用パッケージについて定期更新リクエストを提出する必要があります。
* **費用**：汎用パッケージの更新は無料です。

<figure><img src="/files/dc87ce5d094c2ec413caeb245f23f701fabe6535" alt=""><figcaption><p>汎用保守対象アプリケーションパッケージ</p></figcaption></figure>

**カスタムパッケージ**

* **個別対応の更新**：カスタムパッケージの更新は、顧客からの個別の依頼を通じて作成されます。
* **料金**：これらの更新は、顧客のニーズに合わせて個別化されるため、有償です。

<figure><img src="/files/fcea4fda4f637789af565dedf311703ea48d70ea" alt=""><figcaption><p>カスタム非保守アプリケーションパッケージ</p></figcaption></figure>

**責任**

保守対象アプリケーションパッケージは、ベンダーが更新をリリースし次第、更新されます。RealmJoin Packaging Factory は非保守アプリケーションを監視しません。顧客は、その他すべてのアプリケーションについて、自ら監視し、更新を依頼する責任があります。

| プロセスステップ          | RealmJoin               | 顧客                       |
| ----------------- | ----------------------- | ------------------------ |
| 汎用パッケージの作成        | パッケージング                 | 依頼                       |
| カスタムパッケージの作成      | パッケージング                 | 依頼                       |
| アプリケーションパッケージのテスト | インストール、再インストール、アンインストール | 機能確認、結果を glueckkanja と共有 |
| 更新の監視             | 保守対象パッケージ               | 非保守パッケージ                 |


---

# 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.realmjoin.com/ja/apurikshon/packages/packaging-requests/packaging-roles-and-responsibilities.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.
