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

> isEnabled: API reference for isEnabled

# isEnabled

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

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

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def isEnabled(name?: string) -> boolean
```

### Returns

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

## Uses

* `getPluginManager`
* `isEnabled`

## Used By

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

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-ts/src/plugins/index.ts#L685">
  `src/plugins/index.ts` at line 685
</Card>
