# Servings

The `servings` object represents the predefined serving types and sizes used in food logs, for menu items and products.

### List of Fields

| **Field Name** | **Type** | **Description**                                                                                                           |
| -------------- | -------- | ------------------------------------------------------------------------------------------------------------------------- |
| `amount`       | Float    | Number of servings                                                                                                        |
| `description`  | String   | Name or representation of the serving. E.g., cup, spoon                                                                   |
| `equivalent`   | Float    | The value that represents how many of the **unit** is equivalent to the **amount.** I.e. 1 cup is equivalent to 50 grams. |
| `unit`         | String   | Equivalency unit. E.g., grams                                                                                             |

### Example

![](/files/-MT7Sj66rnHn184hoqCg)


---

# 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://docs.suggestic.com/graphql/objects/food-logs/servings.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.
