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

# Plugins Config • AI Agent SDK

> PluginsConfig: Configuration for the plugin system.

# PluginsConfig

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

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

Configuration for the plugin system.

## Properties

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

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

<ResponseField name="directories" type="List">
  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#L89">
  `praisonaiagents/config/loader.py` at line 89
</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" />

  <Card title="Plugins Feature" icon="plug" href="/docs/features/plugins" />
</CardGroup>
