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

# Praison Config • AI Agent SDK

> PraisonConfig: Root configuration for PraisonAI Agents.

# PraisonConfig

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

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

Root configuration for PraisonAI Agents.

## Properties

<ResponseField name="plugins" type="PluginsConfig">
  No description available.
</ResponseField>

<ResponseField name="defaults" type="DefaultsConfig">
  No description available.
</ResponseField>

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

## Source

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

***

## Related Documentation

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

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