> For the complete documentation index, see [llms.txt](https://wiki.thefutureforge.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.thefutureforge.org/maker-spaces/wood-shop/planer.md).

# (Thickness) Planer

![Bench Top Thickness Planer](/files/-MaE-M-QXAbROonCAkpJ)

### Safety Level: Red

### Tool Description:

The Thickness Planer is typically used after a jointer (surface planer) has created a flat surface on a piece of lumber (or with lumber that has a reasonable flat surface). The planer is used to create a parallel surface (to the jointed surface), it removes small layers, planing, from the top surface of the wood as it passes under the feeding wheel(s) and cutting blades of the planer. The cutting blade height control is manually set before each cut, the lumber being planed is repeatedly passed through the planer removing small (typically <1/16") amounts of thickness with each pass and for creating a piece of wood with a specific thickness/height.

### Tutorials & Training Materials:

[Planer Safety and Use video (13 min)](https://www.youtube.com/watch?v=P6gEBjzI0X8)

### Manuals:[ ](https://drive.google.com/file/d/1Wmc1Lo5UcPX5WIat8YhObMoJtpVw7wNa/view?usp=sharing)

[RYOBI Benchtop Planer](https://drive.google.com/file/d/1Wmc1Lo5UcPX5WIat8YhObMoJtpVw7wNa/view?usp=sharing)

### Extra Information:

### Quizzes:

[Basic Planer Safety & Use Quiz](https://docs.google.com/forms/d/1mJ6yfg46cXBvnCNtn9xxkQZV3ycTkYFFfdfJCyBjUMQ/edit?usp=sharing)


---

# 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://wiki.thefutureforge.org/maker-spaces/wood-shop/planer.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.
