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

# qbraid configure

> Configure CLI settings.

Set API keys and config values for your qBraid CLI.

Use this when you want to:
• Set your qBraid API key
• Enable qBraid magic commands in Jupyter

**Usage**:

```console theme={null}
$ qbraid configure [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--help`: Show this message and exit.

**Commands**:

* `set`: Set configuration value in qbraidrc file.
* `get`: Get configuration value from qbraidrc file.
* `list`: List all configuration values in qbraidrc.
* `magic`: Enable qBraid IPython magic commands.

## qbraid configure set

Set configuration value in qbraidrc file.

**Usage**:

```console theme={null}
$ qbraid configure set [OPTIONS] NAME VALUE
```

**Arguments**:

* `NAME`: Config name \[required]
* `VALUE`: Config value \[required]

**Options**:

* `-p, --profile TEXT`: Profile name \[default: default]
* `--help`: Show this message and exit.

## qbraid configure get

Get configuration value from qbraidrc file.

**Usage**:

```console theme={null}
$ qbraid configure get [OPTIONS] NAME
```

**Arguments**:

* `NAME`: Config name \[required]

**Options**:

* `-p, --profile TEXT`: Profile name \[default: default]
* `--help`: Show this message and exit.

## qbraid configure list

List all configuration values in qbraidrc.

**Usage**:

```console theme={null}
$ qbraid configure list [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## qbraid configure magic

Enable qBraid IPython magic commands.

**Usage**:

```console theme={null}
$ qbraid configure magic [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.
