> 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/package-store.md).

# パッケージ ストア

{% embed url="<https://www.youtube.com/watch?v=QYBx9yto560>" %}

<figure><img src="/files/3e7c969eadd433ac5249d48a565556490245574e" alt=""><figcaption><p>RealmJoin アプリケーションストア</p></figcaption></figure>

RealmJoin Portal は、すぐに使えるパッケージの大規模なライブラリを提供・管理しており、RealmJoin Client または Intune のいずれかを使って簡単に展開できます。

### カテゴリ

検索を簡単にするため、パッケージはカテゴリごとに分類されています。カテゴリはパッケージ上にタグとして表示されます。カテゴリの例は次のとおりです。 **ツール**, **Office**, **ドライバー**

### 検索

上部の検索バーを使って、次の条件でパッケージを検索できます。

* **表示名** - 例: "7-Zip"
* **カテゴリ** - 例: "ツール" または "Office"
* **説明** - 例: "7-Zip は無料のオープンソースのファイルアーカイバです"
* **パッケージ ID** - 例: "generic-7zip"（次を通じて表示されます [パッケージ詳細](/ja/apurikshon/packages/package-store/package-store-details.md))

入力すると検索結果が即座に更新されます。

### パッケージの種類

すべてのパッケージは、少なくとも以下のいずれかのカテゴリに分類されます。パッケージ右側のバナーは、それに応じて色分けされています。

<figure><img src="/files/96caec420074a05f8392c914cdbe8b4ea414c86a" alt=""><figcaption><p>パッケージ種別フィルター</p></figcaption></figure>

#### 汎用パッケージ

アプリケーションパッケージが、顧客固有の設定を内部にハードコードせずに作成された場合、それは汎用パッケージとして作成されます。汎用パッケージはすべての顧客で同じように利用でき、可能であれば、汎用パッケージはメンテナンス対象パッケージとして作成されます。

このパッケージは RealmJoin Agent および Intune 経由でプロビジョニングできます / [パッケージ管理](/ja/apurikshon/packages/package-management.md).

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

前述の種類のパッケージとは異なり、この種類のパッケージはすべての顧客に対してグローバルに利用できるわけではありません。ほとんどの場合、これはお客様の環境向けに特別に作成されたカスタムソフトウェアパッケージです。

このパッケージは RealmJoin Agent および Intune 経由でプロビジョニングできます / [パッケージ管理](/ja/apurikshon/packages/package-management.md).

#### オーガニックパッケージ

前述の種類のパッケージとは異なり、この種類のパッケージはすべての顧客に対してグローバルに利用できるわけではありません。ほとんどの場合、これはお客様の環境向けに特別に作成されたカスタムソフトウェアパッケージです。

このパッケージは RealmJoin Agent および Intune 経由でプロビジョニングできます / [パッケージ管理](/ja/apurikshon/packages/package-management.md).

#### macOS パッケージ

OS 種別でフィルターします。既定のフィルターは *Windows*です。macOS パッケージにアクセスするには、 *macOS*です。このフィルターは次と組み合わせて機能します。 *汎用/カスタム/オーガニック/未掲載* フィルターです。

macOS パッケージは Intune 経由でのプロビジョニングでのみ利用できます。

#### 未掲載パッケージ

このセクションは、選択された ADM アカウントでのみ利用できます。表示されている場合は、その意味をご存じのはずです。

### パッケージの完全カタログと限定カタログ

最近 RealmJoin にセルフオンボーディングした場合、またはまだサブスクリプション/ライセンス契約がない場合、ソフトウェアパッケージの一覧は無料で利用できるパッケージのサブセットに限定されます。どうか [お問い合わせください](/ja/fa-de-qing-bao/support.md) 組織でパッケージの完全カタログを有効にするには。


---

# 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/package-store.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.
