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

# Load Plugin • TypeScript AI Agent SDK

> load_plugin: API reference for load_plugin

# load\_plugin

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

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

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def load_plugin(path: string) -> Promise<any>
```

### Returns

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

## Uses

* `set`

## Used By

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

## Source

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

***

## Related Documentation

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