# Linking Your Collections

Now that you have minted your NFTs on Altura's marketplace, it's time to link them to your project.&#x20;

**What does it mean to link a project?**

Linking a collection to a project means that the collections are now grouped under that project and belong to that game. This is an important step as it allows you to use the API key for that project to interact with the project's NFTs. Additionally, the project's collections will be visible on that project's game page on the Altura marketplace and the project's custom marketplace.

**How to link a collection to your project:**

1. Log into the developer dashboard&#x20;
2. Click on your project.&#x20;
3. Click on the "Settings" tab on the left sidebar
4. Scroll to the "Linked Collections" section
5. Click the "Add" button.&#x20;

<figure><img src="/files/b8ETWV1m0VCibpHrZXCR" alt=""><figcaption><p>Linked collections section in the developer dashboard</p></figcaption></figure>

You will be prompted to select the collections you wish to link.&#x20;

<figure><img src="/files/Rbe3R9NLGDcblVWhKL4r" alt=""><figcaption><p>Link a collection modal in the developer dashboard</p></figcaption></figure>

Once you have selected the collections, they will be added to your project, and you will be able to use the API key to interact with the collection's NFTs.

It's also worth noting that collections can be added to a project by any project member, so if there are several members in a project, all of their collections can be added to that project. This allows for easy collaboration and management of in-game assets among multiple team members.

<figure><img src="/files/dit3ZHkZtU8nFuyiMdzI" alt=""><figcaption><p>Linked collections section with two linked collections in the developer dashboard</p></figcaption></figure>


---

# 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.altura.com/altura-documentation/getting-started/linking-your-collections.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.
