# Policy

## What is a policy?

A policy is more than just a unique identifier that defines who can submit changes to the policy(the holder of the policy keys) for your project; it's also a guarantee to buyers that you won't change anything after it's been locked. It is a critical topic, and we recommend that you show your policy ID to your customers so that they are not scammed by other projects attempting to impersonate your project.

### How to choose a locking date

Please choose a locking date that allows you enough time after your project has sold out to make any necessary changes like updating the metadata of tokens or burning specific tokens.\
If you are going to add multiple collections, but you want to [keep the same policy ID](https://docs.nmkr.io/nmkr-studio/project/policy/managing-policies#export-policy-keys) for them, consider using a never locking policy or a policy that locks first after you completed all collections.

{% hint style="warning" %}
Please keep in mind that it is not possible to extend the policy's expiration date!\
Once a policy is locked you have to [create a new one](https://docs.nmkr.io/nmkr-studio/project/policy/managing-policies#create-a-policy).
{% endhint %}

### What happens if a policy locks

Once a policy is locked, you will not be able to mint new NFTs on this policy, nor will you be able to burn or edit any tokens. The policy locking date cannot be changed, so choose wisely.


---

# 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/nmkr-studio/project/policy.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.
