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

# Platforms With Home • AI Agent SDK

> platforms_with_home: List all platforms that have a home channel configured.

# platforms\_with\_home

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

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

List all platforms that have a home channel configured.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def platforms_with_home() -> List[str]
```

### Returns

<ResponseField name="Returns" type="List[str]">
  List of platform names with home channels
</ResponseField>

## Source

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