> 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/organic-packages.md).

# 自動生成パッケージ

オーガニック パッケージは、変更できない固定構成でバイナリファイルを転送するために使用されます。アップロードされた .zip ファイルは、テナント内の利用可能なパッケージ一覧に自動的に追加され、強力なパスワードで保護されます。コンテンツは次の場所に展開されます *`$env:SystemDrive\Install\packagename`* パッケージ実行中。このパスは変更できません。オプションのウイルス対策スキャンを利用できます。

この高い標準化により、オーガニック パッケージは自動的に数分以内に作成されます。チケットは作成されず、料金も追加されません。パッケージは、パッケージ工場の関与なしに、できるだけ早くパッケージストアのオーガニック タブで利用可能になります。

<figure><img src="/files/04f1ec4ee5bc4106d05323eb82a1eefaea7f9925" alt=""><figcaption><p>オーガニック パッケージの依頼。</p></figcaption></figure>

##

{% hint style="warning" %}
自動作成プロセスのため、オーガニック パッケージは更新できません。これらのパッケージはユーザー入力なしで生成および公開されるため、変更不可能です。さらに、インストール処理が実行されないため、論理的な更新はできません。新しいバージョンをリリースするには、新しい自動オーガニック パッケージを作成し、古いものをポータルから削除してください。
{% endhint %}

## オーガニック パッケージを一覧から外す

オーガニック パッケージは、作成後にあなたのテナント内の他の管理者に表示したくない場合、一覧から外すことができます。パッケージストアに移動し、パッケージを選択して「今すぐ一覧から外す」ボタンを押してください。

<figure><img src="/files/7ce6f737fe3a4c3dc5cc21e8b287dfe813acbadb" alt=""><figcaption><p>今すぐ一覧から外す</p></figcaption></figure>


---

# 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/organic-packages.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.
