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

# Collect All Findings • AI Agent SDK

> collect_all_findings: Collect findings from all registered rules.

# collect\_all\_findings

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

> This is a method of the [**DoctorRulesRegistry**](../classes/DoctorRulesRegistry) class in the [**doctor\_registry**](../modules/doctor_registry) module.

Collect findings from all registered rules.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def collect_all_findings(config: Dict[str, Any]) -> List[Finding]
```

## Parameters

<ParamField query="config" type="Dict[str, Any]" required={true}>
  No description available.
</ParamField>

### Returns

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

## Uses

* `get_rules`
* `rule.collect_findings`
* `warnings.warn`

## Used By

* [`DoctorRulesRegistry.plan_fixes`](../functions/DoctorRulesRegistry-plan_fixes)
* [`collect_findings`](../functions/collect_findings)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/runtime/doctor_registry.py#L56">
  `praisonaiagents/runtime/doctor_registry.py` at line 56
</Card>
