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

# How To

- [How to set an Arm's target Angle?](https://yagsl.gitbook.io/yams/documentation/how-to/how-to-set-an-arms-target-angle.md)
- [How to set an Elevator's target Height?](https://yagsl.gitbook.io/yams/documentation/how-to/how-to-set-an-elevators-target-height.md)
- [How to find your mechanism circumference?](https://yagsl.gitbook.io/yams/documentation/how-to/how-to-find-your-mechanism-circumference.md)
- [How to shoot with a Shooter?](https://yagsl.gitbook.io/yams/documentation/how-to/how-to-shoot-with-a-shooter.md)
- [How do I control a Mechanism without a Mechanism Class?](https://yagsl.gitbook.io/yams/documentation/how-to/how-do-i-control-a-mechanism-without-a-mechanism-class.md): Sometimes you have "loosely mechanically coupled" design which requires you to control both motors independently instead of using one as a follower.
- [How do I sense activity based off of the current?](https://yagsl.gitbook.io/yams/documentation/how-to/how-do-i-sense-activity-based-off-of-the-current.md)
- [How do I use a DCMotor that isn't in WPILib?](https://yagsl.gitbook.io/yams/documentation/how-to/how-do-i-use-a-dcmotor-that-isnt-in-wpilib.md)
- [How do I use Exponential Profiles?](https://yagsl.gitbook.io/yams/documentation/how-to/how-do-i-use-exponential-profiles.md)
- [How do I use absolute encoders on my Arm?](https://yagsl.gitbook.io/yams/documentation/how-to/how-do-i-use-absolute-encoders-on-my-arm.md)
- [How to disable linear closed loop control?](https://yagsl.gitbook.io/yams/documentation/how-to/how-to-disable-linear-closed-loop-control.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:

```
GET https://yagsl.gitbook.io/yams/documentation/how-to.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.
