# Subassemblies

Splitting CAD into subassemblies makes it easier for us to iterate when we are farther along our project, and saves our computer from loading the entire robot when we just want to work on one subsystem.&#x20;

## Creating Subassembly Files

Create three new assembly files by going to `File`, `New`, `Assembly`.&#x20;

![New Assembly ](/files/-MfLZaRHBddoWg8xtgbp)

## Main Assembly Naming Convention

For all main assemblies, we put an exclamation point before the name.  Doing this makes the file appear first in the directory.&#x20;

### Main Robot Assembly

The first assembly will be the main assembly.  This is where every subsystem will come together to form the robot.  This robots name is Bingus, so this file will be `! Bingus.iam` and will go in our Bingus directory.&#x20;

![Bingus Assembly File](/files/-MfL_w4bqnOaSedmyNJF)

### Chassis Subassembly&#x20;

Even though this isn't the full robot, this is the entire chassis assembly, making this one of our main assemblies.  This will be saved in our Chassis folder, and will be called `! Chassis.iam`.&#x20;

![Chassis Assembly File](/files/-MfLaFW74DFvhTpFk2re)

### Wheel Subassembly

Our final assembly file will be for our drive wheels.  This is not a main file, and will just be called `Wheel.iam`. and will be saved to the Chassis folder.&#x20;

![Wheel Subassembly File](/files/-MfLaeQA6iuc_BYs-hmJ)

## Contributors to this Article:

* Jess - EZ


---

# 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://wiki.purduesigbots.com/vex-cad/making-a-chassis/inventor-chassis-best-practices/assemblies.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.
