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

# Push Config • AI Agent SDK

> PushConfig: Top-level configuration for the push notification service.

# PushConfig

> Defined in the [**config**](../modules/config) module.

<Badge color="blue">AI Agent</Badge>

Top-level configuration for the push notification service.

All push capabilities are opt-in. When enabled=False (default),
zero overhead is added to the gateway.

Attributes:
enabled: Feature toggle (push is opt-in)
redis: Redis config for cross-server scaling (None = local-only)
presence: Presence tracking settings
delivery: Delivery guarantee settings
polling: Polling fallback settings

## Properties

<ResponseField name="enabled" type="bool">
  No description available.
</ResponseField>

<ResponseField name="redis" type="Optional[RedisConfig]">
  No description available.
</ResponseField>

<ResponseField name="presence" type="PresenceConfig">
  No description available.
</ResponseField>

<ResponseField name="delivery" type="DeliveryConfig">
  No description available.
</ResponseField>

<ResponseField name="polling" type="PollingConfig">
  No description available.
</ResponseField>

<Accordion title="Internal & Generic Methods">
  * **to\_dict**: Convert to dictionary.
</Accordion>

## Source

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Configuration Overview" icon="gear" href="/docs/docs/configuration/index" />

  <Card title="Agent Config" icon="robot" href="/docs/docs/configuration/agent-config" />
</CardGroup>
