# Your store key

Your store key is a unique code that connects your source store (where the data comes from) to your destination store (where the data is copied to).

When creating a store connection, you need to copy the store key from the destination store and enter it in the source store during the export setup process. This allows Duplify to securely connect the two stores and transfer data between them.

## Find your store key

1. From the Duplify dashboard in your destination store, go to **New store connection.**
2. Click **Destination store (import data).**
3. Click **Copy** to copy the store key for that store.

Now you can paste the key into source store to continue setup.

{% hint style="success" %}
**Tip**

You always copy the store key from the destination store and paste it into the source store.
{% endhint %}


---

# 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://support.duplifyapp.com/using-duplify/connecting-stores/your-store-key.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.
