> ## Documentation Index
> Fetch the complete documentation index at: https://private-04b27de1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.agentchat.group.group_utils.establish_group_agent

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### establish\_group\_agent

```python theme={null}
establish_group_agent(agent: ConversableAgent) -> 
```

Establish the group agent with the group-related attributes and hooks. Not for the tool executor.<br />

<b>Parameters:</b>

| Name    | Description                                                                    |
| ------- | ------------------------------------------------------------------------------ |
| `agent` | The agent to establish as a group agent.<br /><br />**Type:** ConversableAgent |

<br />
