> For the complete documentation index, see [llms.txt](https://devise-token-auth.gitbook.io/devise-token-auth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devise-token-auth.gitbook.io/devise-token-auth/installation.md).

# Installation

Add the following to your `Gemfile`:

```ruby
gem 'devise_token_auth'
```

Then install the gem using bundle:

```bash
bundle install
```
