# Inventor Chassis: Best Practices

{% hint style="info" %}
Note: You must complete **Inventor Chassis: The Basics** before continuing!
{% endhint %}

In this tutorial, you will be making the drive base below, but by using best practice techniques.  You'll learn how to use subassemblies, and to constrain in a way that makes it easier to rapidly iterate your CAD.

This tutorial works for VEX CAD's Inventor Library 1.1 and beyond.&#x20;

Please look over the [FAQ](https://github.com/VEX-CAD/VEX-CAD-Inventor/wiki) if you have any issues!

If you want more assistance, please ask in our [Discord server](https://discord.gg/BKV3DJm)!

![Completed Best CAD Practices Drive](/files/-MfQhn19kuZ5JLe-_r8N)

{% hint style="warning" %}
Your CAD will not be identical to the robot you construct.  Screws shift in holes, used spacers become slightly different lengths, parts squish because of screws, etc. &#x20;

We suggest using CAD to plan how everything will fit within your robot.  Spacing on moving parts will change between CAD and on your robot.&#x20;
{% endhint %}

## 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.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.
