# TomatoPy Docs

## TomatoPy - English

- [Quick Start Guide](https://tomatopy.pizza/docs/readme.md): Get up and running with the PizzaStack API in minutes! This guide walks you through making your first virtual pizza using HTTP requests.
- [Getting Started](https://tomatopy.pizza/docs/readme-1.md)
- [Getting Started](https://tomatopy.pizza/docs/readme-1/installation.md)
- [Basic Concepts](https://tomatopy.pizza/docs/readme-1/basic-concepts.md)
- [Developer Documentation](https://tomatopy.pizza/docs/developer-documentation.md)
- [Authentication](https://tomatopy.pizza/docs/developer-documentation/authentication.md)
- [Pipeline Overview](https://tomatopy.pizza/docs/developer-documentation/pipeline-overview.md)
- [Quality Scoring](https://tomatopy.pizza/docs/developer-documentation/quality-scoring.md)
- [PizzaStack API](https://tomatopy.pizza/docs/developer-documentation/pizzastack-api.md)
- [Models](https://tomatopy.pizza/docs/developer-documentation/models.md)
- [Core Modules](https://tomatopy.pizza/docs/core-modules.md)
- [Ingredient Manipulation](https://tomatopy.pizza/docs/core-modules/ingredient-manipulation.md)
- [Cooking Operations](https://tomatopy.pizza/docs/core-modules/cooking-operations.md)
- [Pizza Creation System](https://tomatopy.pizza/docs/core-modules/pizza-creation-system.md)
- [Taste Testing Module](https://tomatopy.pizza/docs/core-modules/taste-testing-module.md)
- [Session Management](https://tomatopy.pizza/docs/core-modules/kitchen-hardware-interface.md)
- [Best Practices](https://tomatopy.pizza/docs/best-practices.md)
- [API Usage Best Practices](https://tomatopy.pizza/docs/best-practices/code-efficiency.md)
- [Session Management Best Practices](https://tomatopy.pizza/docs/best-practices/virtual-kitchen-management.md)
- [Tutorials](https://tomatopy.pizza/docs/tutorials.md)
- [Making Your First Sauce](https://tomatopy.pizza/docs/tutorials/making-your-first-marinara.md)
- [Perfect Pizza Production](https://tomatopy.pizza/docs/tutorials/perfect-pizza-production.md)
- [Advanced Flavor Profiling](https://tomatopy.pizza/docs/tutorials/advanced-flavor-profiling.md)
- [Tables](https://tomatopy.pizza/docs/tutorials/tables.md)

## Recipe Library

- [Classic Dishes](https://tomatopy.pizza/docs/recipe-library/classic-dishes.md)
- [Experimental Creations](https://tomatopy.pizza/docs/recipe-library/experimental-creations.md)

## Sandbox

- [Getting Started](https://tomatopy.pizza/docs/sandbox/getting-started.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://tomatopy.pizza/docs/readme.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.
