# Define a custom food

If you serve a specific food or beverage, you can define it in the tool and use it in your assessment.

{% stepper %}
{% step %}

### Define new food

Under *Create or edit custom foods* in the home screen, select *Define New Food*.
{% endstep %}

{% step %}

### Select properties

Give your food a name and define all properties.&#x20;

The customizable properties are:&#x20;

* Storage time
* Storage temperature
* Fat content
* Acidity
* Aggregate state of the food
* Typical packaging size

{% hint style="info" %}
Learn why this matters for your final scores [here](/using-the-tool/customization/what-can-you-customize/food-or-beverage-content.md).
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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.upscorecard.org/using-the-tool/customization/how-to-customize/define-a-custom-food.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.
