> For the complete documentation index, see [llms.txt](https://support.duplifyapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.duplifyapp.com/using-duplify/connecting-stores/your-store-key.md).

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