> For the complete documentation index, see [llms.txt](https://rocketry.gitbook.io/public/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rocketry.gitbook.io/public/tutorials/software.md).

# Software Setup

- [SolidWorks Installation](https://rocketry.gitbook.io/public/tutorials/software/solidworks.md): SolidWorks (also written as SOLIDWORKS) is a 3D Computer-Aided Design (CAD) program. STAR uses SolidWorks for a large portion of our design work.
- [VMware/Boot Camp setup](https://rocketry.gitbook.io/public/tutorials/software/vmware-boot-camp-setup.md): This is specifically for Macs
- [\[In-Progress\] SolidWorks PDM Setup](https://rocketry.gitbook.io/public/tutorials/software/in-progress-solidworks-pdm-setup.md): 3D model file-sharing!
- [ANSYS Installation and Setup](https://rocketry.gitbook.io/public/tutorials/software/ansys-installation-and-setup.md): ANSYS Student is an ANSYS Workbench-based bundle of ANSYS Mechanical, ANSYS CFD, ANSYS Autodyn, ANSYS SpaceClaim and ANSYS DesignXplorer.
- [Solidworks Assemblies Basics](https://rocketry.gitbook.io/public/tutorials/software/solidworks-assemblies-basics.md)
- [OpenRocket Installation](https://rocketry.gitbook.io/public/tutorials/software/openrocket-installation.md): How to install and run OpenRocket with as few issues as possible.
- [Deprecated Software](https://rocketry.gitbook.io/public/tutorials/software/deprecated-software.md): Sometimes we stop using things
- [\[deprecated\] Getting Started With GrabCAD Workbench](https://rocketry.gitbook.io/public/tutorials/software/deprecated-software/getting-started-with-grabcad.md): Straightforward version control for CAD
- [\[deprecated\] Using GrabCAD Workbench in SolidWorks](https://rocketry.gitbook.io/public/tutorials/software/deprecated-software/using-grabcad-workbench-in-solidworks.md): At the time of writing this, the GrabCAD SolidWorks add-in is not supported for SolidWorks 2019. You will still be able to change and sync local files to GrabCAD projects, albeit less conveniently.
- [\[deprecated\] Connecting to CalSTAR's Server](https://rocketry.gitbook.io/public/tutorials/software/deprecated-software/connecting-to-calstars-server.md): How to Connect to CalSTAR's Server for Maintenance, Solidworks Workgroup PDM or Converge CFD Licensing
- [\[deprecated\] Installing and Licensing Converge CFD](https://rocketry.gitbook.io/public/tutorials/software/deprecated-software/installing-and-licensing-converge-cfd.md): CURRENTLY UNDER EVALUATION. INSTRUCTIONS ONLY AVAILABLE FOR CONVERGE STUDIO (PREPROCESSOR) AND NOT CONVERGE (SOLVER).


---

# 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://rocketry.gitbook.io/public/tutorials/software.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.
