# Recipe

- [Recipe](https://docs.suggestic.com/graphql/objects/recipe/recipe-object.md): Fields and details of the recipe object
- [Tags](https://docs.suggestic.com/graphql/objects/recipe/recipe-object/tags.md)
- [Cuisines](https://docs.suggestic.com/graphql/objects/recipe/recipe-object/cuisines.md)
- [Recipe Swap Options](https://docs.suggestic.com/graphql/objects/recipe/recipe-swap-options.md)
- [Parsed Ingredient Lines](https://docs.suggestic.com/graphql/objects/recipe/parsed-ingredient-lines.md)
- [Nutritional Info](https://docs.suggestic.com/graphql/objects/recipe/nutritional-info.md): Nutritional information per gram of recipe.
- [Nutrients Per Serving](https://docs.suggestic.com/graphql/objects/recipe/nutrientsperserving.md): Nutritional information per serving
- [Calories Per Serving](https://docs.suggestic.com/graphql/objects/recipe/caloriesperserving.md): Per serving caloric value of each nutrient
- [Relative Calories](https://docs.suggestic.com/graphql/objects/recipe/relative-calories-deprecated.md): Relative caloric value of each macronutrient as a percentage of total calories per serving.
- [Source](https://docs.suggestic.com/graphql/objects/recipe/source.md): Source information for a recipe
- [Ingredients](https://docs.suggestic.com/graphql/objects/recipe/ingredients.md): Description of the Ingredient object
- [Units of Measurement](https://docs.suggestic.com/graphql/objects/recipe/units-of-measurement.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/recipe.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.
