# Manage Access

If you need to manage the admins for your collection, you can easily add or remove them in the "Manage Access" section in Contract Management. Whether it's before or after deployment, you have the flexibility to add or remove admins as needed. Here's how you can do it:

**Adding Admins:**

1. Click on "Manage Access" in Contract Management.

<figure><img src="/files/bEtnm53zdj59tG5L0Iaw" alt=""><figcaption><p>Manage Access</p></figcaption></figure>

2. Enter the Email address

{% hint style="danger" %}
You can only add users who have previously signed up to HeyMint Launchpad. If they have not already signed up, please have them [login to create an account first.](https://launchpad.heymint.xyz/)
{% endhint %}

<figure><img src="/files/QfTRr2bSziObDzGoPS7i" alt=""><figcaption></figcaption></figure>

3. Click on "Add user" button

Once an admin is added, you can easily keep track of their details in the "Current Users" section. This section provides a convenient overview of the admins' names, email addresses, and the date they were added to your project. Once admins log in to their Launchpad account, they will have access to the collections they have been added to. They can find these collections listed under the "My Collections" section. *If they don't see the project in their project list, please have them press the "Refresh" button at the top of their project list*.

<figure><img src="/files/ZFIg1FGjpMtveIPmHFG0" alt=""><figcaption></figcaption></figure>

**Removing Admins:**

1. Click on "Manage Access" in Contract Management.
2. Find the admin you wish to remove&#x20;
3. Click on the red trash can button on the right to remove their admin privileges.


---

# 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.launchpad.heymint.xyz/introduction/manage-access.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.
