# How Do I...?

- [How Do I... FTC?](https://docs.andymark.com/how-do-i.../how-do-i...-ftc.md): The How Do I…? series for FIRST Tech Challenge provides quick, practical answers to common FTC build, design, and troubleshooting questions - helping teams move from problem to solution.
- [How Do I... FRC?](https://docs.andymark.com/how-do-i.../how-do-i...-frc.md): The How Do I…? series for FIRST Robotics Competition delivers concise, hands‑on tips for tackling FRC design, integration, and troubleshooting challenges throughout the build season.
- [How Do I... General?](https://docs.andymark.com/how-do-i.../how-do-i...-general.md): Expert robotics guidance on key tools, sound build practices, and practical techniques to help teams work smarter and make better design and build decisions.


---

# 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://docs.andymark.com/how-do-i....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.
