> For the complete documentation index, see [llms.txt](https://docs.bitcart.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitcart.ai/guides/healthcheck.md).

# Healthcheck

Bitcart Merchants API automatically performs health checks of your daemons every 5 minutes (on startup, it checks after 2 minutes). This is the same type of check that happens when you open admin panel and see daemons unsynchronized alert.

If some daemons are not running somehow, or are unsynchronized, it will log this in the server logs. If you want, you can connect notification providers and get real-time notifications to your favourite messenger when something fails. For that, go to server policies page and set Health check store ID to the store which has the needed notification providers connected, and it will then work automatically. If you need to customize the default template, edit the syncinfo template in global templates, see [Templates](/guides/templates.md).

<figure><img src="/files/iTpzIQJc7mdtke6Ft2aP" alt="" width="375"><figcaption><p>Example notification when daemons are down</p></figcaption></figure>

### Troubleshooting not running daemon

Please check your daemon logs and ensure they are running properly.

View daemon logs with `docker logs compose-coin-1`, e.g. `docker logs compose-bitcoin-1` for Bitcoin.

Debug logs are off by default, you can turn them on by running:

```
export COIN_DEBUG=true
./setup.sh
```

e.g. `export BTC_DEBUG=true` for Bitcoin.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bitcart.ai/guides/healthcheck.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
