# Quick Start

> The fastest way to use GetResolved is from your editor.

Command-line usage with Claude Code is the most efficient way to work with GetResolved. The CLI installs a `/get-resolved` slash command so you can list, update, and resolve issues without leaving your editor.

## 1. Install and run

In your project root:

```bash
npm install -g @getresolved/cli
getresolved
```

First-time users with no global auth are dropped straight into the setup flow: log in (browser device-code), pick or create a product, and install the `/get-resolved` slash command at `~/.claude/commands/get-resolved.md`. A small `.getresolved/config.json` records the product link in this directory — no secrets, safe to commit.

Requires Node.js 18+.

## 2. Use it from Claude Code

In any Claude Code session, type `/get-resolved` followed by your request:

```text
/get-resolved list my open issues
```

```text
/get-resolved please fix issue GET-123
```

See the [Claude Code integration](/docs/agentic-claude-code) page for more examples.

## What's next

- [CLI reference](/docs/cli/install) — every `getresolved` subcommand, for use outside Claude Code.
- [API reference](/docs/api/overview) — programmatic access for automation and integrations.
- [Widget installation](/docs/widget/installation) — embed live chat on your site.

