> For the complete documentation index, see [llms.txt](https://recipes.ascher.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://recipes.ascher.ca/breads/jacks-sourdough.md).

# Jack's Sourdough

![sourdough loaf](/files/-MPpnAilOtQ8OwimAW6y)

## Ingredients

* 500g White bread flour (or some combination with roughly the same weight of bread & darker flours)
* 390g Water (78% Hydration)&#x20;
* 100g starter at peak “activeness” (20% by weight)&#x20;
* 11g salt (2.2% by weight)&#x20;

## Process (Start in the morning):

1. Autolyse - mix of the flour and water, leave for 3 hours in a warm area, try the window pane technique to see if there has been a development of gluten
2. Add the starter to the autolyse mixture, folding the mixture in the bowl until starter is fully incorporated, takes 4-5 minutes.&#x20;
3. Rest for 30 minutes&#x20;
4. Add the salt and mix until fully incorporated, again around 4-5 minutes&#x20;
5. Rest for 30 minutes&#x20;
6. Do your first fold with the dough and then proceed by returning the dough to the bowl. Easy fold, start by pulling the top over, then bringing in the sides and finally folding up the bottom&#x20;
7. Rest for 30 minutes&#x20;
8. Lamination process&#x20;
   1. Should be able to do with just a wet counter and no flour&#x20;
   2. Pull from the middle and spreading the dough out across the counter to form a 1/2 inch thick rectangle&#x20;
   3. Once you have established your rectangle, you will want to fold 1/3 of the rectangle in over the middle and then the other 1/3 on top to make 3 layers&#x20;
   4. Then fold 1/3 down from the top and up from the bottom creating 6 layers (At this step you can add fruits or nuts if desired). This process will help to strengthen your gluten development at an early stage&#x20;
9. Rest for 60 minutes&#x20;
10. Now begin the stretch and fold which will happen 4 times over the course of 4 hours&#x20;
    1. Folding the dough by pulling up the middle and folding the outside edge into the middle
    2. Doing this four times, one fold per side&#x20;
11. After the stretch and folds, you can pre-shape the dough&#x20;
12. Rest for 20 minutes&#x20;
13. Final shaping and into the proofing basket with lots of flour to prevent sticking and the creation of a skin on the dough&#x20;
14. Proof overnight in the fridge for 12-14 hours&#x20;

## Baking

1. Preheat the oven to 500 degrees with the dutch oven inside or baking dish&#x20;
2. Once preheated, remove the bread from the fridge and score directly before putting the bread in the oven
3. Bake covered at 500 degrees for 20 minutes&#x20;
4. Keep covered and turn down the heat to 450 and continue baking for 10 minutes
5. Remove lid and bake for an additional 25 minutes until you get a dark crispy crust


---

# 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 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://recipes.ascher.ca/breads/jacks-sourdough.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.
