> For the complete documentation index, see [llms.txt](https://docs.ib.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ib.b2core.b2broker.com/for-brokers/back-office-guide/platforms/groups.md).

# Groups

## Group list

View the following information for each group:

**Platform**

The trading platform name.

***

**Group**

The group of trading accounts as set on a trading platform.

***

**Trades**

The number of trades made by IB clients.

***

**Created**

The date and time when a group was created on a trading platform.

## Group details

To view details, click the **group name** or <img src="/files/rORDqgdNGmkub2ef5lZx" alt="" data-size="line">.

The page is divided into the following tabs:

{% tabs %}
{% tab title="Group" %}
On this tab, you can view the general configuration of a group.

**Platform**

The trading platform name.

***

**Group**

The group of trading accounts, as defined on the trading platform.

***

**Currency**

The currency in which the trading accounts in this group are denominated.

***

**Lot size**

The lot size.

The standard lot size of **1.00** is used by default; the lot size of **0.01** is used for groups providing for greater decimal precision.

***

**Hide accounts**

If **Yes**, accounts included in this group are hidden and aren't shown to a partner.

***

**Archived**

If **Yes**, this group was archived on the trading platform.

***

**Created**

The date and time when a group was created on the trading platform.
{% endtab %}

{% tab title="Trades" %}
On this tab, you can view information about trades.

**Trade execution time**

The date and time when a trade was executed.

***

**Platform**

The trading platform name.

***

**Trade ID**

The trade identifier.

***

**Side**

The trade side. Possible values:

* Buy
* Sell

***

**Symbol**

The symbol code.

***

**Volume**

The volume traded.

***

**Position**

The current position state. Possible values:

* Open
* Closed

***

**Rewards**

The amount of rewards paid for a trade.
{% endtab %}
{% endtabs %}


---

# 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.ib.b2core.b2broker.com/for-brokers/back-office-guide/platforms/groups.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.
