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

# Is Plugins Enabled • Rust AI Agent SDK

> is_plugins_enabled: Check if plugins are enabled via config or env var

# is\_plugins\_enabled

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

> This function is defined in the [**config\_loader**](../modules/config_loader) module.

Check if plugins are enabled via config or env var

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def is_plugins_enabled() -> bool
```

### Returns

<ResponseField name="Returns" type="bool">
  The result of the operation.
</ResponseField>

## Uses

* `first`
* `var`
* `to_lowercase`
* `get_plugins_config`
* `is_enabled`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/parity/config_loader.rs#L312">
  `praisonai/src/parity/config_loader.rs` at line 312
</Card>

***

## Related Documentation

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