> For the complete documentation index, see [llms.txt](https://docs.compendium.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.compendium.finance/automation-terminal/copy-trading-groups/for-copy-group-leaders/manage-a-copy-group.md).

# Manage A Copy Group

## Managing Copy Trading Group Subscribers

Managing subscribers is important to copy trading groups marked as private. The only way for a user to access a private copy trading group is to receive a direct invite from the group admin. Our management portal also makes it easy to edit subscriber information after they have accepted the invite and leave notes.

Group leaders may mark groups as private if they plan to monetize the group off the platform through direct payments or by using our CMFI token access payments which are planned to launch shortly.

{% hint style="info" %}
Public copy trading groups have limited group management features.
{% endhint %}

### Sending A Copy Group Invite

As mentioned, copy trading groups marked as private will require the group admin/leader to send an invite to the group. Scrolling down the group management page will reveal the "Send Group Invite" component.

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

The invite system works via a Compendium user's "Username" / "Nickname". Upon entering a valid username, the green "Send Invite" button will then appear. Clicking on this will send the invite to the user which they can then accept on the copy trading group section of their "Subscriptions" tab.

### Manage Individual Member Subscription

Private trading groups allow the ability to change the status of a user's subscription and set a note in our system table.&#x20;

For example, if a group leader is monetizing their group off the platform and a user has missed their payment window then the group leader may set the subscription to "inactive". This will send an email to the user from our system that there has been a status change. The notes section for each user can also be used to keep track of recent payments and other details.

Managing members is simple and can be done from the table pictured below that becomes available when scrolling down the page. Clicking on the "Manage" button will display a popup allowing you to make these changes.

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

## Deleting A Copy Trading Group

Ready to move on? Deleting a Copy Trading Group is easy. This option is found at the bottom of that group’s admin page. You will be asked to confirm before deleting the group. Once the group is deleted we will automatically send out email notifications to all group subscribers. Group deletion is permanent in our database. The ability to pause and resume copy trading connections can also be found on the same admin page.


---

# 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://docs.compendium.finance/automation-terminal/copy-trading-groups/for-copy-group-leaders/manage-a-copy-group.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.
