> 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"
* **カテゴリ** - 例: "Tools" または "Office"
* **説明** - 例: "7-Zip is a free and open-source file archiver"
* **パッケージ 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 / 経由でのプロビジョニングに対応しています。 [パッケージ管理](/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*を選択してください。このフィルターは *generic/custom/organic/unlisted* フィルターと連動して動作します。

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.
