> For the complete documentation index, see [llms.txt](https://docs.liminalvillage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liminalvillage.com/protocols/kitchen/bread-machine.md).

# Bread Machine

How to bake a bread loaf:

1. **Ingredient Preparation:**
   * Add flour and spices until the blade is covered.
   * Incorporate 1 tablespoon each of salt and sugar.
   * Pour in one full cup of water.
   * Add half of the sourdough starter. Replenish it with an equal amount of flour and half the water and mix it for the next iteration.
2. **Dough Management:**
   * Start the kneading using program 8. Avoid doing this when people are in meetings or conversations.
   * At the beginning, monitor the dough's consistency. Adjust by ensuring it forms a ball and continues moving in the baking can if it's too wet or dry.
3. **Baking Process:**
   * Select baking program 16. Press the time+ button until it reaches 1 hour, then press start twice.
   * Allow the dough to rest for at least 3 hours, preferably overnight.
4. **Removing the Bread:**
   * If the bread is too sticky, use a wooden spoon to cut it in half and aid removal. Do not use spoons, forks, knives, or iron tools to prevent scratching the baking can.
   * Once ready, try removing the bread by shaking it upside down. Minor hits and adjustments to the blade mechanism may also help.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.liminalvillage.com/protocols/kitchen/bread-machine.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
