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

# Installation

> Step-by-step guide on setting up and integrating the session wallet management system into your dApp

Session Keys are a part of the Gum React-SDK, so you need to install the package using either yarn or npm:

<CodeGroup>
  ```bash Yarn theme={null}
  yarn add @magicblock-labs/gum-react-sdk
  ```

  ```bash Npm theme={null}
  npm i @magicblock-labs/gum-react-sdk
  ```
</CodeGroup>

With the package installed, you can now begin integrating the session wallet management system into your dApp for enhanced security and user experience.
