# Phrases

* **Set Units (US is default)**
  * *Hey Bixby, ask baby stats to:*&#x20;
    * set units to metric set units to us
* **Add Stat:**&#x20;
  * *Hey Bixby, ask baby stats to:*
    * add {stool, poop}
    * add {wet, pee}
    * add {feeding, meal, bottle}
    * add {pump, pumping} 3 ounces
    * add pump 100 ml
    * add pumping {Y} ounces
    * add {sleep} 1 hour&#x20;
    * add {sleep} 1 hour 30 minutes
    * add weight {X} pounds and {Y} ounces
* **Optional Feeding Data**: Feedings you can optionally track ounces/milliliters, breast side {left, right, both} or minutes. It is not required. If you don't want those you can just omit them.
  * *Hey Bixby, ask baby stats to:*
    * add feeding 4 point 5 ounces
      * You can say "X ounces", or "X point Y ounces".
    * add feeding 100 ml
    * add feeding left breast&#x20;
    * add feeding 3 ounces with the left breast
    * add feeding 20 minutes
    * add feeding 20 minutes with the left breast
* **Add at a specific time:**
  * *Hey Bixby, ask baby stats to:*
    * add {stool, poop} at 4 pm&#x20;
    * add {sleep} 1 hour at 3:45 am&#x20;
    * add {wet, pee} at 3:40 am&#x20;
    * add {feeding, meal, bottle} at noon&#x20;
    * add {feeding, meal, bottle} 4.5 ounces at noon&#x20;
    * add {feeding, meal, bottle} 200 ml at noon&#x20;
    * add {feeding, meal, bottle} 30 minutes left breast at noon&#x20;
    * add pumping 3 ounces at noon add kick at noon
* **Timers:**
  * *Hey Bixby, ask baby stats to:*
    * **Feeding**:
      * start feeding
      * start feeding at 3 pm
      * stop feeding
      * stop feeding at 4 pm
      * start feeding left breast
      * stop feeding right breast
      * start feeding left breast at 4 pm
      * stop feeding right breast at 3 am
    * **Sleep**
      * start sleep
      * stop sleep
      * start sleep at 3 pm
      * stop sleep at 3 am
* **Remove Stat:**&#x20;
  * *Hey Bixby, ask baby stats to:*&#x20;
    * undo&#x20;
    * remove  {stool, wet, feeding, weight, sleep, kick, pump, or note}
* **Adding Multiple:**
  * *Hey Bixby, ask baby stats to:*&#x20;
    * add {stool, wet} and {stool, wet}&#x20;
    * add {stool, wet} and {stool, wet} at 4 pm&#x20;
* **Get Stats:**
  * *Hey Bixby, ask baby stats:*
    * when was the last {poop, pee, note, weight, sleep, pumping, kick, feeding}
    * what time was the last {poop, pee, note, weight, sleep, pumping, kick, feeding}
  * *Hey Bixby, ask baby stats to get stats:*
    * for today&#x20;
    * for the last year&#x20;
    * for the last 24 hours&#x20;
    * for the last 30 minutes&#x20;
    * for the last 7 days
  * *Hey Bixby, ask baby stats how many:*&#x20;
    * feedings in the last 2 days&#x20;
    * stools in the last 24 hours&#x20;
    * wets in the last 30 minutes
    * pumpings in the last 24 hours&#x20;
    * kicks in the last 24 hours&#x20;
    * sleep in the last 24 hours
* **Set Timezone: Bixby should figure out your timezome automatically, but in case you want to manually set it.**
  * *Hey Bixby, ask baby stats to:*
    * set timezone {pacific, central, eastern, mountain, atlantic, hawaiian, alaska, arizona, germany, united kingdom, and india}
* **Data Sharing/Sync with other devices:**
  * *Hey Bixby, ask baby stats to:*
    * get ID
      * You can enter this ID into the mobile apps, or set it on another device.
    * set ID #####&#x20;
      * Where ##### is the ID of the account you want to track.
      * It is recommended you type this to Bixby and not try to speak it.
* **Multiple Babies:**
  * Multiple Babies support is in development for Bixby.


---

# 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/bixby/phrases.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.
