> ## 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 Enabled Plugins • AI Agent SDK

> get_enabled_plugins: Get list of enabled plugins (if specific list provided).

# get\_enabled\_plugins

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

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

Get list of enabled plugins (if specific list provided).

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_enabled_plugins() -> Optional[List[str]]
```

### Returns

<ResponseField name="Returns" type="Optional[List[str]]">
  List of plugin names, or None if all plugins enabled
</ResponseField>

## Uses

* `get_plugins_config`

## Source

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

***

## Related Documentation

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