# `mix ithibati.doctor`
[🔗](https://github.com/oliverandrich/ithibati/blob/v0.6.2/lib/mix/tasks/ithibati.doctor.ex#L1)

Starts the consuming application, prints setup findings and fails if any check reports an error.

    mix ithibati.doctor

Run the task inside the application that configures Ithibati, not at an umbrella root. It needs
working configuration and a reachable database for the database checks.

The output labels findings `ok`, `bad` or `skip`. A run with no errors prints `Nothing to fix.`.
See [Setup checks](doctor.md) for interpreting and correcting failures.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
