# Personalised nutrition

We use the Mifflin-St Jeor equation to calculate personalised nutrition calorie targets. Your programs can optionally use this to personalise nutrition targets for your customers by having them complete a "BMR" quiz during onboarding.

The BMR quiz takes the following information:

* Biological gender
* Age
* Height
* Current weight
* Current activity level
* Target weight
* Duration to reach target weight

We then use the results of this to calculate personalised calorie totals, and from this we can calculate any %BMR metrics you have defined for macros in your program, e.g. Carbs, Protein, Fat.

### How do I activate this for a program?

In Smorg Studio, go to Programs and select your Program, and from the plus navigation click "Edit nutrition constraints", and set the Personalised Meal Scaling option.

<figure><img src="/files/AHvv8yCxUKfBY04HgWLm" alt=""><figcaption></figcaption></figure>

### Can customers change these answers?

Customers can changes these answers in their Profile -> Personal Information settings in the end user app.

### Can customers change the calorie totals?

Customers can enter their own calorie targets in their Profile -> Personal Information settings in the end user app.


---

# 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://help.mealiq.io/programs/personalised-nutrition.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.
