# Lifts

- [Double Reverse Four Bar (DR4B or RD4B)](https://wiki.purduesigbots.com/hardware/lifts/dr4b.md): The mighty Double Reverse Four Bar.
- [Four Bar](https://wiki.purduesigbots.com/hardware/lifts/four-bar.md): The 4 bar lift, the simplest linkage for keeping both ends parallel.
- [Scissor Lift](https://wiki.purduesigbots.com/hardware/lifts/scissor-lift.md): The tall and controversial scissor lift.
- [Six Bar](https://wiki.purduesigbots.com/hardware/lifts/six-bar.md): The six bar lift, the four bar's big brother.
- [Other Lifts](https://wiki.purduesigbots.com/hardware/lifts/other-lifts.md): Other lifts that could possibly be found on robots
- [Best Practices](https://wiki.purduesigbots.com/hardware/lifts/best-practices.md): Tips and Tricks for building good lifts.


---

# 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/hardware/lifts.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.
