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

# hooks • TypeScript AI Agent SDK

> * Hooks Module - Complete hooks and callbacks system

# hooks

<Badge color="green">TypeScript AI Agent</Badge>

* Hooks Module - Complete hooks and callbacks system
*

## Import

```typescript theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
import { hooks } from 'praisonai';
```

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Hooks Manager" icon="anchor" href="/docs/js/hooks-manager" />

  <Card title="JS Memory Hooks" icon="database" href="/docs/js/memory-hooks" />

  <Card title="JS Workflow Hooks" icon="diagram-project" href="/docs/js/workflow-hooks" />
</CardGroup>
