> For the complete documentation index, see [llms.txt](https://docs.definest.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.definest.ai/copy-trading-bot/group-settings.md).

# Group Settings

## Group Name

Display name for this bot group. You can rename it anytime—this won’t affect the bots or their settings.

## Buy

### Max active buys per token

Sets a group-wide cap on the number of open buy entries for the same token across all bots in this group. Applies to all buys (copied, manual, auto). When the cap is reached, any new buy for that token (from any bot in the group) is skipped until one entry closes. If both group and bot limits exist, the stricter one applies. Leave blank for no group limit.

**Example:**

Set to 5. Across three bots you already have 5 open buys in TOKEN. A new buy signal appears on any bot → it’s skipped until one of the five entries closes.


---

# 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:

```
GET https://docs.definest.ai/copy-trading-bot/group-settings.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.
