# Core Modules

The PizzaStack API is organized into four groups of endpoints:

* [Tomato Endpoints](/docs/core-modules/ingredient-manipulation.md) - Acquire, slice, and squeeze tomatoes
* [Cooking Endpoints](/docs/core-modules/cooking-operations.md) - Simmer and roast ingredients into sauces
* [Pizza Endpoints](/docs/core-modules/pizza-creation-system.md) - Create bases, assemble, and bake pizzas
* [Taste Endpoints](/docs/core-modules/taste-testing-module.md) - Analyze and compare finished dishes
* [Session Management](/docs/core-modules/kitchen-hardware-interface.md) - Track objects and debug sessions


---

# 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://tomatopy.pizza/docs/core-modules.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.
