> For the complete documentation index, see [llms.txt](https://docs.notcentralised.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.notcentralised.com/sdk.md).

# SDK

Engaging with **NotVault** can be done through a Typescript SDK downloadable as an [NPM](https://www.npmjs.com/package/@notcentralised/notvault-sdk) package.

```sh
    npm i @notcentralised/notvault-sdk
```

Continue to the next sections to understand each workflows implementation in more detail.
