> 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).

# Package Store

{% 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"
* **カテゴリ** - たとえば "Tools" や "Office"
* **説明** - たとえば "7-Zip は無料のオープンソースのファイルアーカイバ"
* **パッケージ ID** - 例: "generic-7zip"（次で表示） [パッケージの詳細](/ja/apurikshon/packages/package-store/package-store-details.md))

検索結果は入力に応じて即座に更新されます。

### パッケージの種類

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

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

#### 汎用パッケージ

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

このパッケージは RealmJoin Agent & Intune / を介してプロビジョニングできます [Package Management](/ja/apurikshon/packages/package-management.md).

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

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

このパッケージは RealmJoin Agent & Intune / を介してプロビジョニングできます [Package Management](/ja/apurikshon/packages/package-management.md).

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

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

このパッケージは RealmJoin Agent & Intune / を介してプロビジョニングできます [Package Management](/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.
