> ## Documentation Index
> Fetch the complete documentation index at: https://docs.talview.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NPM

> Learn about installing with NPM

The [npm package](https://www.npmjs.com/package/@talview/sdk) for Proview offers several advantages for specific use cases:

* **Version control**: Installing via npm enabling you to manage updates and ensure compatibility with your project.
* **Build process integration**: Using the npm package allows for better integration with your build process and bundling tools.

```jsx theme={null}
# Install the package
npm install @talview/atx-embedded --save
```
