> 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/reference/high-power-rocketry-hpr/hpr-suppliers.md).

# HPR Suppliers

## Suppliers List

* [Bay Area Rocketry](http://bayarearocketry.com/)
  * Buy motors here. BAR is an on-site supplier at almost every NorCal launch.
  * Call beforehand to make sure your item is actually in stock (do not trust website), then order online for pickup at launch.&#x20;
    * Increase your chances of getting your order by picking it up before launch, and ordering two weeks in advance.
  * Carries almost exclusively Aerotech motors.
  * Also carries motor hardware (casings, closures), although stock may be limited for closures and seal discs.
* [Animal Motor Works](http://cart.amwprox.com/)
  * The on-site motor supplier for IREC. Sometimes comes up to TCC, but rarely as they are based in Arizona. Can order online, but careful with shipping fees.
  * Carries almost exclusively Cesaroni motors, although can source large Aerotech orders given enough lead time.
* [Apogee Components](https://www.apogeerockets.com/)
  * Like a Walmart of rocketry. They’ve got pretty much anything you need!
  * Nice rail buttons.
* [Always Ready Rocketry](https://alwaysreadyrocketry.com/)
  * Original manufacturer of Blue Tube and potentially the cheapest source.
  * Offers custom cuts/slots in tubes (usually for fins).
* [Madcow Rocketry](https://www.madcowrocketry.com/)
  * Our best (only) source for fiberglass tubes and filament-wound nosecones.
  * Also sells quality fiberglass kits, albiet at a premium.
* [Public Missiles Ltd.](https://publicmissiles.com/)
  * Their website sucks (seriously, was it built in the 50’s?).
  * We primarily buy: phenolic motor mounts, fiberglass nose cones
  * Also sell custom fiberglass fins (email for quote) and quite a bit more.
  * 10% Discount Code: Email them, they give universities a discount
* [Fruity Chutes](https://fruitychutes.com/)
  * High quality parachutes (will pack lighter and smaller), but pricey.
  * 15% Discount Code: BERKELEY-WS-2017-15
* [Rocketman Parachutes](https://the-rocketman.com/chutes-html/)
  * Less-expensive parachutes, but with lower Cd and fewer shroud lines
  * Good option for L1/L2 projects where personal costs incurred are a factor
* [Giant Leap Rocketry](https://giantleaprocketry.com/)
  * Great source for Kevlar shock cord and flame protectors.
  * Also sells a variety of other recovery components and hardware.
* [MJG Technologies, Inc.](https://electricmatch.com/)
  * These are the same electric matches available from BAR, but without the markup. Used for recovery.
* [Missile Works Corporation](https://www.missileworks.com/)
  * Altimeters and GPS trackers for recovery/flight events, original manufacturer.
* [PerfectFlite](http://www.perfectflitedirect.com/)
  * Altimeters and flight electronics, original manufacturer. More info on products at <http://www.perfectflite.com/>, separate from the online store.
* Non-Rocketry suppliers:
  * Common hardware items like quick-links, swivels, and screws can often be found for cheaper at <https://www.mcmaster.com/> or <https://www.amazon.com/>--don't pay more if you can find them for less!


---

# 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/reference/high-power-rocketry-hpr/hpr-suppliers.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.
