> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.astropods.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.astropods.com/_mcp/server.

# ast settings

Control CLI settings.

```bash
ast settings <subcommand>
```

## settings update

Enable or disable anonymous telemetry.

```bash
ast settings update --telemetry on|off
```

## settings bash / zsh / fish / powershell

Write a shell completion script to `~/.ast/<binary>-completion.<shell>` and print sourcing instructions.

```bash
ast settings bash
ast settings zsh
ast settings fish
ast settings powershell
```

## Next steps

* [Install the CLI](/install-cli): platform-specific installation
* [Top-level commands](/cli/top-level): `ast upgrade` and the rest