> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Presence • AI Agent SDK

> get_presence: Get a single client's presence info.

# get\_presence

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**PresenceProtocol**](../classes/PresenceProtocol) class in the [**protocols**](../modules/protocols) module.

Get a single client's presence info.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_presence(client_id: str) -> Optional[PresenceInfo]
```

## Parameters

<ParamField query="client_id" type="str" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Optional[PresenceInfo]">
  The result of the operation.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/gateway/protocols.py#L1379">
  `praisonaiagents/gateway/protocols.py` at line 1379
</Card>
