# Food Log

- [Frequently Logged](https://docs.suggestic.com/graphql/query/queries/food-log/frequently-logged.md): A list of the most frequently logged items
- [Food Log Entries](https://docs.suggestic.com/graphql/query/queries/food-log/food-log-entries.md)
- [Express Meal Track Entries](https://docs.suggestic.com/graphql/query/queries/food-log/express-meal-track-entries.md)
- [Macros Aggregation](https://docs.suggestic.com/graphql/query/queries/food-log/macros-log-aggregation.md): A list of aggregated macronutrient sums for the given date ranges
- [Micronutrients Aggregation](https://docs.suggestic.com/graphql/query/queries/food-log/macros-log-aggregation-1.md): A list of aggregated micronutrient sums for the given date ranges
- [Macro Goals](https://docs.suggestic.com/graphql/query/queries/food-log/macro-goals.md)
- [Recently Logged](https://docs.suggestic.com/graphql/query/queries/food-log/recently-logged.md): A list of the most recently logged items
- [User's Foods and Recipes](https://docs.suggestic.com/graphql/query/queries/food-log/users-foods-and-recipes.md)
- [User's Recipes](https://docs.suggestic.com/graphql/query/queries/food-log/users-foods-and-recipes/users-recipes.md)
- [Legacy](https://docs.suggestic.com/graphql/query/queries/food-log/legacy.md)
- [Food Log Entries (Legacy)](https://docs.suggestic.com/graphql/query/queries/food-log/legacy/food-logs.md): Retrieving user's food log entries.
- [Own Food Items](https://docs.suggestic.com/graphql/query/queries/food-log/legacy/own-food-items.md): Retrieve the list of own Food Items
- [Own Food Item](https://docs.suggestic.com/graphql/query/queries/food-log/legacy/own-food-item.md): Retrieve individual Food Item by id
- [Own Food Item by Id](https://docs.suggestic.com/graphql/query/queries/food-log/legacy/own-food-item-by-id.md): Retrieve an Own Food Item's information by its Id
- [Own Items](https://docs.suggestic.com/graphql/query/queries/food-log/legacy/own-items.md): Get a list of own recipes and own food items
- [Own Recipe](https://docs.suggestic.com/graphql/query/queries/food-log/legacy/own-recipe.md): Retrieve individual own recipe by id
- [Own Recipes](https://docs.suggestic.com/graphql/query/queries/food-log/legacy/own-recipes.md): Retrieve the list of own recipes


---

# 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/query/queries/food-log.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.
