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

# Get Plugin Options • AI Agent SDK

> get_plugin_options: Get per-plugin option maps from the unified project config.

# get\_plugin\_options

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**loader**](../modules/loader) module.

Get per-plugin option maps from the unified project config.

## Signature

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

### Returns

<ResponseField name="Returns" type="Dict[str, Dict[str, Any]]">
  options\_dict}`. Empty when no per-plugin
        options are configured. The reserved `enabled`flag (if present in a
        plugin block) is preserved so plugins can read it via`on\_config\`\`.
</ResponseField>

## Uses

* `get_plugins_config`

## Used By

* [`maybe_enable_from_config`](../functions/maybe_enable_from_config)

## Source

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

***

## Related Documentation

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