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

# Installation

> Install the Legnext Ruby SDK

## Requirements

* **Ruby**: Version 2.7 or higher
* **Bundler**: Latest version

## Install via RubyGems

```bash theme={null}
gem install legnext-sdk
```

## Install via Bundler

Add this to your `Gemfile`:

```ruby theme={null}
gem 'legnext-sdk', '~> 1.0.0'
```

Then run:

```bash theme={null}
bundle install
```

## Verify Installation

```bash theme={null}
gem list legnext-sdk
```
