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

# Health Reason • AI Agent SDK

> HealthReason: Reasons for channel health status.

# HealthReason

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

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

Reasons for channel health status.

## Methods

<CardGroup cols={2}>
  <Card title="is_recoverable()" icon="function" href="../functions/HealthReason-is_recoverable">
    Whether this reason indicates a recoverable state.
  </Card>
</CardGroup>

## Source

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