> For the complete documentation index, see [llms.txt](https://0xgaslesss-organization.gitbook.io/0xgasless-sdk-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://0xgaslesss-organization.gitbook.io/0xgasless-sdk-docs/getting-started/installation.md).

# Installation

You can easily integrate the 0xGasless AA SDK into your project by installing it as an npm package. To do so, follow these steps:

#### Installing via npm

1. Open your terminal or command prompt.
2. Navigate to your project directory.
3. Run the following command to install the 0xGasless AA SDK package:

   ```css
   npm install @0xgasless/0xgasless-aa-sdk
   ```
4. Once the installation is complete, you can import the SDK into your project's code and start using it.

{% embed url="<https://www.npmjs.com/package/@0xgasless/0xgasless-aa-sdk>" %}
