# Help

Welcome to the Baby Stats help pages! Baby Stats was built with the goal of being the easiest way to track information about your baby, as well as being the most parent centric app out there.

See the below links for some categories of help documentation, or use the left navigation to see the full list.:

* [Click to Track Stats](https://www.babystats.org/viewer)
* [FAQ](https://babystats.gitbook.io/help/faq)
* [Alexa](https://babystats.gitbook.io/help/alexa)
* [Google](https://babystats.gitbook.io/help/google)
* [Bixby](https://babystats.gitbook.io/help/bixby)
* [Mobile](https://babystats.gitbook.io/help/mobile)
* [API](https://babystats.gitbook.io/help/api)
* [Contact](https://babystats.gitbook.io/help/faq/contact)
* [About Us](https://babystats.gitbook.io/help/about-us)


---

# Agent Instructions: 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://babystats.gitbook.io/help/master.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.
