# Pizza Dough

:dart:Easy ·:clock4:1.5 Hours

### Ingredients

Makes two pizzas :upside\_down::pizza:

* 500g all purpose flour
* 300ml luke warm water
* 2 Tbsp. olive oil
* 1 packet dry yeast
* 1 pinch of salt
* 1 pinch of sugar

### Directions

Mix yeast, sugar and salt into the water and let it sit and activate for 10-15 minutes until the yeast is foamy.

Add flour a large bowl (of a stand mixer if you have one), then add the oil and water/yeast mixture and mix together for a few minutes.

Turn out the dough onto a lightly floured surface and knead by hand for a few minutes until the dough is smooth.

Lightly coat the inside of a large bowl with olive oil and place the dough into the bowl, then cover with a towel or plastic wrap and let it rise in a warm place for at least 45 minutes.

Turn the dough back out onto a lightly floured surface, divide into two halves, then roll them out. Add sauce and toppings then bake in a preheated oven at 220C / 425F for about 10-15 minutes until the crust is brown.


---

# 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://brian-kintz.gitbook.io/cookbook/bread/pizza-dough.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.
