# Command Base

- [Command System](https://docs.seattlesolvers.com/0.2.3/command-base/command-system.md): package com.seattlesolvers.solverslib.command
- [Subsystems](https://docs.seattlesolvers.com/0.2.3/command-base/command-system/subsystems.md): package com.seattlesolvers.solverslib.command.Subsystem
- [Command](https://docs.seattlesolvers.com/0.2.3/command-base/command-system/command.md): package com.seattlesolvers.solverslib.command.Command
- [Command Groups](https://docs.seattlesolvers.com/0.2.3/command-base/command-system/command-groups.md): package com.seattlesolvers.solverslib.command.CommandGroup
- [Command Scheduler](https://docs.seattlesolvers.com/0.2.3/command-base/command-system/command-scheduler.md): package com.seattlesolvers.solverslib.command.CommandScheduler
- [Binding Commands to Triggers](https://docs.seattlesolvers.com/0.2.3/command-base/command-system/binding-commands-to-triggers.md): package com.seattlesolvers.solverslib.command.button
- [Robot and CommandOpMode](https://docs.seattlesolvers.com/0.2.3/command-base/command-system/robot-and-commandopmode.md): Organizing your code with the Robot class and CommandOpMode.
- [Convenience Features](https://docs.seattlesolvers.com/0.2.3/command-base/command-system/convenience-commands.md): Using SolversLib-provided Commands to Enhance Your Program
- [Old Commands](https://docs.seattlesolvers.com/0.2.3/command-base/old-commands.md): package com.seattlesolvers.solverslib.command.old


---

# 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.seattlesolvers.com/0.2.3/command-base.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.
