# show_config_help

> **Function** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/ui/show_config_help)

Show help information for the `config` command.

Invoked via the `-h` argparse action. Kept import-light so help remains on
the startup fast path.

## Signature

```python
show_config_help() -> None
```

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/e14e0adcbe78565ed3650e7f24b2a775d5437d25/libs/code/deepagents_code/ui.py#L739)