> For the complete documentation index, see [llms.txt](https://inventables.gitbook.io/x-carve-assembly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inventables.gitbook.io/x-carve-assembly/workarea.md).

# Work Area

| **1000mm Rail Kit** |                                                |              |
| ------------------- | ---------------------------------------------- | ------------ |
| **SKU**             | **Name**                                       | **Quantity** |
| 25281-10            | T-Slot Nut M5 Pre-Assembly                     | 8            |
| 26018-01            | Extrusion Bracket (Gusset)                     | 4            |
| 26049-02            | Aluminum Extrusion 20mm × 20mm Black 1000mm Lg | 2            |
| 26049-04            | Aluminum Extrusion 20mm × 20mm Black 958mm Lg  | 2            |
| 25286-36            | Button Head Cap Screw M5 x 10                  | 8            |

{% hint style="info" %}
*Do not use the tapped 20mm x 20mm extrusion that comes with your Drag Chain kit. This additional extrusion has threaded holes in either end and will be used on a later step.*
{% endhint %}

| **Modular Waste Board Kit** |                                          |              |
| --------------------------- | ---------------------------------------- | ------------ |
| **SKU**                     | **Name**                                 | **Quantity** |
| 30887-01                    | Waste Board MDF Slat                     | 4            |
| 30887-02                    | MDF Back Board                           | 1            |
| 25300-03                    | T Slot Extrusion                         | 3            |
| 30517-18                    | Threaded Inserts                         | 200          |
| 26047-04                    | Aluminum Extrusion, 20mm x 20mm 898mm Lg | 2            |
| 26018-01                    | Extrusion Bracket (Gusset)               | 4            |
| 30888-03                    | Waste Board Hardware Kit                 | 1            |
| 25281-16                    | M4 Tee Nut                               | 9            |

In this section you'll be assembling the work area of your machine.

![](/files/0oqLvBMAiq0Zz3TNUh9X)


---

# 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://inventables.gitbook.io/x-carve-assembly/workarea.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.
