> For the complete documentation index, see [llms.txt](https://docs.nmkr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nmkr.io/jp/nmkr-studio/purojekuto/porish/porishwo.md).

# ポリシーを管理

### ポリシーを管理

NMKR Studioでは、ポリシーを完全にコントロールすることができます。つまり、好きなようにエクスポートして使用することが可能で、[キーをエクスポートして](https://docs.nmkr.io/nmkr-studio/project/policy/managing-policies#export-policy-keys)[新しいプロジェクトにインポートする](https://docs.nmkr.io/nmkr-studio/project/policy/managing-policies#import-policy-keys)ことで、同じポリシーIDで複数のプロジェクトを作成することもできます。これは、1つのプロジェクトで販売できる量を分けたり、[ホワイトリスト](https://docs.nmkr.io/nmkr-studio/set-up-sales/sales-conditions-and-whitelisting/whitelist-with-count)用に分けたりするために使用できます。

#### ポリシーを作成

新しいポリシーは、[プロジェクトを設定](https://docs.nmkr.io/nmkr-studio/project/create)するときに作成することができます。

プロジェクトを作成する2番目のステップは、新しいポリシーIDを作成し、そのロック日を選択することです。上記の説明に従って、ロック日を慎重に選択してください。<br>

<figure><img src="/files/ulTSPEjdhqsODo3ByDIa" alt=""><figcaption><p><a href="https://docs.nmkr.io/nmkr-studio/project/create">新規プロジェクトの作成タブで</a>、ポリシーのロック日を選択</p></figcaption></figure>

#### ポリシーを表示

ポリシーIDを表示するには、[プロジェクトを管理タブの](https://docs.nmkr.io/nmkr-studio/project)右側にあるアクションバーのポリシーボタンをクリックします。

<figure><img src="/files/2SNF2Gi96r1OafGSOnCc" alt=""><figcaption></figcaption></figure>

タブが開き、ポリシースクリプトと固有のポリシーIDが表示されます。

[https://cardanoscan.io](https://cardanoscan.io/)でポリシーIDを確認したり、ポリシーキーをエクスポートして別のプロジェクトで使用したりできるようになりました。

<figure><img src="/files/yzNjjd6VtnGObDlZ3nu6" alt=""><figcaption><p>ポリシーIDを表示する</p></figcaption></figure>

## 1つのポリシーで複数のプロジェクトに対応

#### エクスポートポリシー・キー

ポリシーをエクスポートするには、[ポリシーを表示](https://docs.nmkr.io/nmkr-studio/project/policy/managing-policies#show-policy)するときに使用したのと同じボタンをクリックし、「ポリシーキーをエクスポート」を選択します。するとすぐにポリシー・キーが入ったZIPファイルがダウンロードされます。<br>

<figure><img src="/files/PNAhUZoD1vHezT33Alqj" alt=""><figcaption><p>あなたのポリシーキー</p></figcaption></figure>

#### ポリシーキーのインポート

ポリシー・キーをインポートするには、[新しいプロジェクトを作成](https://docs.nmkr.io/nmkr-studio/project/create)し、1ページ目にプロジェクトの詳細を記入し、2ページ目のタブに進んでください。

<figure><img src="/files/2vMs3PHQRCTSsJs5Qj9W" alt=""><figcaption><p>既存のポリシー・キーでプロジェクトを作成する</p></figcaption></figure>

以前にダウンロードした各キーをテキストエディタ・アプリケーションで開き、要求されたとおりにキーをコピー＆ペーストします。

<figure><img src="/files/oR8TtAbSyE6TTelMUOBP" alt=""><figcaption><p>エディターで開かれた署名キーの例</p></figcaption></figure>

{% hint style="info" %}
各キーから全データをコピーする必要があります。
{% endhint %}

「次へ」をクリックしてプロジェクトのセットアップを続行します。


---

# 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.nmkr.io/jp/nmkr-studio/purojekuto/porish/porishwo.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.
