# Additional Reading

The first resource we recommend you reading is [Game Manual 0](https://gm0.copperforge.cc/en/stable/), or gm0 for short. They have a section on software you can find [here](https://gm0.copperforge.cc/en/stable/docs/software/index.html). gm0 offers a great amount of support for teams who are just starting and would like to learn more concepts that have been put together by people from other teams.

Please be sure to check out other libraries that have inspired us, like [Road Runner](https://acme-robotics.gitbook.io/road-runner/), [Pedro Pathing](https://pedropathing.com) (which SolversLib supports) and [EasyOpenCV](https://github.com/OpenFTC/EasyOpenCV). You can use these libraries in conjunction with SolversLib if you would like.


---

# 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.3.1/additional-reading.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.
