> For the complete documentation index, see [llms.txt](https://docs.k9rockettech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.k9rockettech.com/resource-library.md).

# Resource Library

- [Manufacturing & Fabrication](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication.md): Learn about tools and how to use them.
- [Laser Cutting](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/laser-cutting.md): Sharks with frickin lasers attached to their head
- [Laser Settings](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/laser-cutting/laser-settings.md)
- [3D Printing](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/3d-printing.md): Precision liquid plastic squirters
- [Material Library](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/3d-printing/material-library.md)
- [Print Settings](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/3d-printing/print-settings.md)
- [3D Printing Tolerance Guide](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/3d-printing/3d-printing-tolerance-guide.md)
- [Resin Tank Drainer](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/3d-printing/resin-tank-drainer.md)
- [Composite Layups](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/composite-layups.md)
- [Fasteners](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/fasteners.md)
- [CNC Machining](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/cnc-machining.md): CNC go brrrrrrrrrrrrrr
- [4040 Pro Dust Boot](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/cnc-machining/4040-pro-dust-boot.md)
- [CNC Settings](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/cnc-machining/cnc-settings.md)
- [Software & Electronics](https://docs.k9rockettech.com/resource-library/software-and-electronics.md): Learn about software tools and electronics.
- [Electronics Basics](https://docs.k9rockettech.com/resource-library/software-and-electronics/electronics-basics.md)
- [Microcontrollers](https://docs.k9rockettech.com/resource-library/software-and-electronics/microcontrollers.md)
- [Single Board Computers](https://docs.k9rockettech.com/resource-library/software-and-electronics/single-board-computers.md)
- [PCBs](https://docs.k9rockettech.com/resource-library/software-and-electronics/pcbs.md)
- [Pinouts Book](https://docs.k9rockettech.com/resource-library/software-and-electronics/pinouts-book.md): The proverbs of small electronic projects
- [DIY Lithium Batteries](https://docs.k9rockettech.com/resource-library/software-and-electronics/diy-lithium-batteries.md): Everything You Need to Know About Li Ion Batteries
- [Software Development Tools](https://docs.k9rockettech.com/resource-library/software-and-electronics/software-dev.md)
- [Getting Started with Programming on an Arduino](https://docs.k9rockettech.com/resource-library/software-and-electronics/getting-started-with-programming-on-an-arduino.md)
- [Graphic Design & Video Production](https://docs.k9rockettech.com/resource-library/software-and-electronics/graphic-design-and-video-production.md)


---

# 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://docs.k9rockettech.com/resource-library.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.
