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

# completions

> Commands for managing shell completions for the Xata CLI

The `completions` commands help you set up and manage shell autocompletion for the Xata CLI.

## Subcommands

### install

Installs bash autocomplete support for xata.

```bash theme={null}
xata completions install [-h|--help]
```

<ParamField path="-h, --help" type="boolean">
  Print help information and exit
</ParamField>

### uninstall

Uninstalls bash autocomplete support for xata.

```bash theme={null}
xata completions uninstall [-h|--help]
```

<ParamField path="-h, --help" type="boolean">
  Print help information and exit
</ParamField>

## Global Flags

<ParamField path="-h, --help" type="boolean">
  Print help information and exit
</ParamField>
