# Collaborations & Shared Collections

NiftyKit Team Collaboration makes it easy to add and remove members from your project. Each NFT project can have multiple viewers (eg. clients) and admins to help manage your NFTs.

You, as the owner of the smart contract, can add and remove admins to your collection.&#x20;

Admins have access to all transactions except the transfer of ownership

### **Pre-requisite**

* Deployed Collection
* Wallet addresses of your teammates
* All admins should be also added as a viewer for it to be visible on their NiftyKit Account

### How It Works

<figure><img src="https://3542085034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyrUuRLqblqKRfJtuslV7%2Fuploads%2Fe69H1bgEmRuEEdLeyZsF%2Fimage.png?alt=media&#x26;token=f07d7e68-9244-446e-9850-304c28124c5e" alt=""><figcaption><p>Members tab in collection dashboard</p></figcaption></figure>

1. Inside your Collection, you will see a “Members” tab.
2. Click Add Admin to add an admin by wallet address
3. Click Invite to open Invite Dialog Box and invite a Viewer
4. You will see 2 options to invite a viewed user
   1. Email
   2. Invite Link
5. Add the user’s Email to send them an invite.
6. Or copy and send the invite link directly to invite users

If the invitee does not have an account, they will be prompted to create an account before accessing your project.

For the Invite Links, the link doesn’t expire until you regenerate one, which can be done in the same dialog.


---

# 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.niftykit.com/nft-collections/collaborations-and-shared-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.
