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

# Enabled Count • Rust AI Agent SDK

> enabled_count: Count enabled plugins

# enabled\_count

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**PluginManager**](../classes/PluginManager) class in the [**plugins**](../modules/plugins) module.

Count enabled plugins

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def enabled_count(&self) -> usize
```

### Returns

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