> ## 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.

# 安装

> 逐步说明如何在你的 dApp 中设置并集成会话钱包管理系统

Session Keys 是 Gum React-SDK 的一部分，因此你需要使用 yarn 或 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>

安装完成后，你就可以开始将会话钱包管理系统集成到 dApp 中，以提升安全性和用户体验。
