> 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/propulsion.md).

# Propulsion

- [Feed System Types](https://rocketry.gitbook.io/public/tutorials/propulsion/feed-system-types.md)
- [Rocket Propulsion Analysis Tutorial](https://rocketry.gitbook.io/public/tutorials/propulsion/rocket-propulsion-analysis-tutorial.md): An intro to RPA: how/what to download, important components, etc.
- [Ignition Devices](https://rocketry.gitbook.io/public/tutorials/propulsion/ignition-devices.md): E-matches, starters, igniters, initiators and the like
- [Creating a Piping and Instrumentation Diagram P\&ID](https://rocketry.gitbook.io/public/tutorials/propulsion/creating-a-piping-and-instrumentation-diagram-p-and-id.md): Adapt this presentation: https://docs.google.com/presentation/d/1U2LXPlMzjgP9DzoBWCuR-Rh4w5Rk6hDWY-4qtUllrYY/edit#slide=id.gb89013080d\_0\_65
- [Pipes, Fittings, and Components](https://rocketry.gitbook.io/public/tutorials/propulsion/propulsion-pipes-+-adapters.md): The bread and butter of the propulsion system
- [Injectors](https://rocketry.gitbook.io/public/tutorials/propulsion/injectors.md): General description of injectors, types of injectors, and injector manufacturing.


---

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

```
GET https://rocketry.gitbook.io/public/tutorials/propulsion.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.
