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

# config

> Reference for gitquarry config path and config show, including what can and cannot be saved.

# `gitquarry config`

Inspect configuration paths and effective config values.

## Synopsis

```bash theme={null}
gitquarry config path
gitquarry config show
```

## `config path`

Prints the effective user config path.

```bash theme={null}
gitquarry config path
```

## `config show`

Prints the effective config payload.

```bash theme={null}
gitquarry config show
```

## Saved Defaults

Allowed saved defaults:

* `host`
* `format`
* `limit`
* `progress`
* `color`

## Not Saved On Purpose

Gitquarry does not persist behavioral defaults that would silently enable enhanced search behavior.

That means these stay explicit per command:

* `mode`
* `rank`
* `depth`
* `readme`
* `explain`
* blended ranking weights
* discovery engine knobs
