# Function: init()

```typescript
export function init(config: PlandalfConfig = {}): Plandalf
```

Defined in: [packages/sdk/src/core/sdk.ts:832](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/sdk.ts#L832)

Plandalf SDK - Main Entry Point

For ES module imports:
import { Plandalf, init } from '@plandalf/sdk';

## Parameters

### config?

[`PlandalfConfig`](https://plandalf.com/docs/packages/sdk/interfaces/PlandalfConfig) = `{}`

## Returns

[`Plandalf`](https://plandalf.com/docs/packages/sdk/classes/Plandalf)

Source: https://plandalf.com/docs/packages/sdk/functions/init
