> ## Documentation Index
> Fetch the complete documentation index at: https://0g.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> How to install and set up the ElizaOS 0G plugin

# Installation

## Package Installation

Install the ElizaOS 0G plugin using your preferred package manager:

<CodeGroup>
  ```bash npm theme={null}
  npm install @elizaos/plugin-nebula
  ```

  ```bash yarn theme={null}
  yarn add @elizaos/plugin-nebula
  ```

  ```bash pnpm theme={null}
  pnpm add @elizaos/plugin-nebula
  ```

  ```bash bun theme={null}
  bun add @elizaos/plugin-nebula
  ```
</CodeGroup>

## Package Information

* **Package**: `@elizaos/plugin-0g`
* **Version**: 1.0.0
* **License**: MIT
* **TypeScript**: Built-in type declarations included
* **Repository**: [github.com/elizaOS/eliza](https://github.com/elizaOS/eliza)

## System Requirements

* Node.js 16.0 or higher
* ElizaOS framework
* Access to 0G network endpoints

## Verification

After installation, verify the plugin is available:

```javascript theme={null}
import { zgPlugin } from "@elizaos/plugin-0g";

console.log("0G Plugin loaded successfully");
```

## Next Steps

Once installed, you'll need to [configure the plugin](/elizaos-plugin/configuration) with your 0G network credentials and settings.
