# Javadocs

Javadocs are automatically created documentation for Java classes. It gives a basic decription on how to use those methods and classes, although a more in-depth explanation can be found within this documentation GitBook itself.

Below are the Javadocs for each module:

* `core`: <https://repo.dairy.foundation/javadoc/releases/org/solverslib/core/latest>&#x20;
* `pedroPathing`: <https://repo.dairy.foundation/javadoc/releases/org/solverslib/pedroPathing/latest>
* `photon`: <https://repo.dairy.foundation/javadoc/releases/org/solverslib/pedroPathing/latest>

You can replace `latest` with your desired version number to get Javadocs for that version.

{% hint style="info" %}
There are also auto Javadocs for beta versions/snapshots in addition to&#x20;
{% endhint %}


---

# 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/javadocs.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.
