# Managing policies

## Managing your policies

With NMKR Studio you have full control over your policy, which means you can export and use it however you want, and even create multiple projects with the same policy ID by [exporting the keys ](https://docs.nmkr.io/nmkr-studio/project/policy/managing-policies#export-policy-keys)and [importing them to a new project](https://docs.nmkr.io/nmkr-studio/project/policy/managing-policies#import-policy-keys). This could be used to split up the amount that can be sold in one project, or to separate for [whitelisting](https://docs.nmkr.io/nmkr-studio/set-up-sales/sales-conditions-and-whitelisting/whitelist-with-count).

### Create a policy

A new policy can be created when [setting up a project](https://docs.nmkr.io/nmkr-studio/project/create).\
The second step in creating a project is where you create a new policy ID and choose it's locking date. Please select the locking date carefully as above explained.

<figure><img src="/files/ulTSPEjdhqsODo3ByDIa" alt=""><figcaption><p>Choose the policy locking date in the <a href="https://docs.nmkr.io/nmkr-studio/project/create">Create new Projects tab</a></p></figcaption></figure>

### Show policy&#x20;

To show your policy ID click the policy button in the actions bar on the right of the [managing projects tab](https://docs.nmkr.io/nmkr-studio/project).

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

It opens a tab that shows you a policy script and your unique policy ID.\
You can now check your policy ID on [https://cardanoscan.io ](<https://cardanoscan.io >)or export the policy Keys to use them in another project.

<figure><img src="/files/yzNjjd6VtnGObDlZ3nu6" alt=""><figcaption><p>view your policy ID </p></figcaption></figure>

## One policy for multiple projects

### Export policy Keys

To export the policies, click the same button that was used to [show the policy](https://docs.nmkr.io/nmkr-studio/project/policy/managing-policies#show-policy) and select 'Export Policy Keys.' This will immediately download a zip file with your policy Keys.<br>

<figure><img src="/files/PNAhUZoD1vHezT33Alqj" alt=""><figcaption><p>Your policy Keys</p></figcaption></figure>

### Import Policy Keys

To import the policy keys, please [create a new project](https://docs.nmkr.io/nmkr-studio/project/create), fill out the project details on page one and then move on to the second tab.

<figure><img src="/files/2vMs3PHQRCTSsJs5Qj9W" alt=""><figcaption><p>Create a project with existing policy Keys</p></figcaption></figure>

Open each of the previously downloaded keys in a text editor application and copy and paste the keys as requested.

<figure><img src="/files/oR8TtAbSyE6TTelMUOBP" alt=""><figcaption><p>Example of a signing Key opened in an editor</p></figcaption></figure>

{% hint style="info" %}
You have to copy the whole data from each Key, or the import wont work
{% endhint %}

Click 'next' to continue with the set-up of your project.


---

# 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/managing-policies.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.
