# Metal

The basic structure of every VEX robot uses metal. Specifically, aluminum C-channels are used to construct the chassis and other mechanisms on the robot. These C-channels are relatively lightweight, yet still are very resistant to deformation under stress.

<figure><img src="/files/WI6eEzTAC2B8RpTsZ0gI" alt="" width="375"><figcaption><p>Standard 1x2x1x25 C-channel</p></figcaption></figure>

Here's a few  other types of metal structure available:

<div><figure><img src="/files/t71WS8RCa0IoE35NmLta" alt="" width="188"><figcaption><p>5-wide C-channel</p></figcaption></figure> <figure><img src="/files/ht03ipPDGB5fAoXNaukw" alt="" width="188"><figcaption><p>2x2 L-channel</p></figcaption></figure> <figure><img src="/files/WDjFN8vrucMaiHj96h51" alt="" width="188"><figcaption><p>3-wide C-channel</p></figcaption></figure></div>

However, sometimes a C-channel is overkill for applications on a robot. By cutting a C-channel in half (the long way), you can form 1-by L-channels like the following:

<figure><img src="/files/dusJ0uC13FAZCX7biNiC" alt="" width="375"><figcaption></figcaption></figure>

These L-channels are good for areas of the robot that aren't under a lot of stress. That's because they're very light, but also less robust than a C-channel.

However, teams have innovated ways to use other metal pieces for support. For example, high strength shafts are exceptionally durable and highly resistant to bending. They can be attached using the shaft collars or by drilling holes through the shaft.&#x20;

<figure><img src="/files/YuJ8FLf8lJLcuxnAlBWX" alt="" width="375"><figcaption><p>The shaft acts as a cross-brace and helps hold game objects.</p></figcaption></figure>


---

# Agent Instructions: 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://ascendrobotics.gitbook.io/ascend/vex-robotics/building/metal.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.
