# ポリシー

### ポリシーとは何か？

ポリシーは、あなたのプロジェクトのポリシーに変更を加えることができる人（ポリシーキーのホルダー）を定義するユニークな識別子以上のものです；それはまた、ロックされた後、あなたが何も変更しないことを購入者に保証するものでもあります。これは非常に重要なトピックであり、あなたのプロジェクトになりすまそうとする他のプロジェクトによって詐欺に遭わないように、ポリシーIDを顧客に見せることをお勧めします。

#### ロックデートの選び方

プロジェクトが完売した後、トークンのメタデータの更新や特定のトークンのバーニングなど、必要な変更を行うのに十分な時間を確保できるロック日を選択してください。

複数のコレクションを追加する予定ですが、それらに対して[同じポリシーIDを維持](https://docs.nmkr.io/nmkr-studio/project/policy/managing-policies#export-policy-keys)したい場合は、ロックしないポリシーまたはすべてのコレクションを完了した後に最初にロックするポリシーの使用を検討してください。

{% hint style="warning" %}
ポリシーの有効期限を延長することはできませんのでご注意ください！

ポリシーがロックされたら、[新しいポリシーを作成](https://docs.nmkr.io/nmkr-studio/project/policy/managing-policies#create-a-policy)する必要があります。
{% endhint %}

#### ポリシーがロックされた場合はどうなるか

ポリシーがロックされると、このポリシーで新しいNFTをミントすることはできなくなり、トークンをバーンや編集することもできなくなります。ポリシーのロック日は変更できないので、賢く選択してください。


---

# Agent Instructions: 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:

```
GET https://docs.nmkr.io/jp/nmkr-studio/purojekuto/porish.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
