# Food Logs

- [Food Filter](https://docs.suggestic.com/graphql/objects/food-logs/food-filter.md)
- [Ingredient Amount](https://docs.suggestic.com/graphql/objects/food-logs/ingredient-amount.md)
- [Ingredients](https://docs.suggestic.com/graphql/objects/food-logs/ingredients.md)
- [Own Recipe Ingredient](https://docs.suggestic.com/graphql/objects/food-logs/own-recipe-ingredient.md): Description of the OwnRecipeIngredient object
- [Meal Type](https://docs.suggestic.com/graphql/objects/food-logs/meal-type.md): Description of the mealType object
- [Nutrients](https://docs.suggestic.com/graphql/objects/food-logs/nutrients.md): Description of the nutrients object
- [Nutrient Enum](https://docs.suggestic.com/graphql/objects/food-logs/nutrients/nutrient-enum.md): Enum values of the nutrients
- [Portions](https://docs.suggestic.com/graphql/objects/food-logs/portions.md): Description of the portions object
- [Servings](https://docs.suggestic.com/graphql/objects/food-logs/servings.md): Description of the servings object
- [AI Food Log](https://docs.suggestic.com/graphql/objects/food-logs/ai-food-log.md)
- [Food Analysis](https://docs.suggestic.com/graphql/objects/food-logs/ai-food-log/food-analysis.md)


---

# 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.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.
