> 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/table-router.md).

# Router Table

![Router Table & Fence](/files/-MhnmO0Ti0Yj436864yc)

## Safety Level: Red <a href="#safety-level-red" id="safety-level-red"></a>

### Tool Description: <a href="#tool-description" id="tool-description"></a>

It is important to know the proper direction to feed the piece being routed; the piece should be fed into the cutting edge of the router bit, the table router bit rotates counter-clockwise.

Router Tables can be used for a couple different ways:&#x20;

1. A fence is used, with the router bit partially emerging from the fence. The workpiece is then moved against the fence, and the exposed portion of the router bit removes material from the workpiece.
2. No fence is used. A template is affixed to the workpiece, and a router bit with a ball bearing guide is used. The ball bearing guide bears against the template, and the router bit removes material from the workpiece so as to make the workpiece the same shape as the template.

### Tutorials & Training Materials:

[Router Table Safety & Use video (10 min)](https://www.youtube.com/watch?v=23IqfubRtTg)

### Manuals:

No manual available

### Extra Information:

### Quizzes:

[Basic Router Table Safety & Use Quiz](https://docs.google.com/forms/d/1OkYfyw61aJHGGds5tuMlojXrfSE2cackq9zPxAPLBfw/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/table-router.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.
