# Artifacts

Compass publishes the following artifacts that support these platforms:

<table data-full-width="true"><thead><tr><th width="448">Artifact</th><th width="95" data-type="checkbox">Android</th><th width="60" data-type="checkbox">iOS</th><th width="67" data-type="checkbox">JVM</th><th width="92" data-type="checkbox">MacOS</th><th data-type="checkbox">JS/WASM</th></tr></thead><tbody><tr><td><code>geocoder</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>geocoder-mobile</code></td><td>true</td><td>true</td><td>false</td><td>false</td><td>false</td></tr><tr><td><code>geocoder-web</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>geocoder-web-mapbox</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>geocoder-web-googlemaps</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>geolocation</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>geolocation-mobile</code></td><td>true</td><td>true</td><td>false</td><td>false</td><td>false</td></tr><tr><td><code>geolocation-browser</code></td><td>false</td><td>false</td><td>false</td><td>false</td><td>true</td></tr><tr><td><code>autocomplete</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>autocomplete-mobile</code></td><td>true</td><td>true</td><td>false</td><td>false</td><td>false</td></tr><tr><td><code>autocomplete-geocoder-mapbox</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>autocomplete-geocoder-googlemaps</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>autocomplete-web</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>permissions-mobile</code></td><td>true</td><td>true</td><td>false</td><td>false</td><td>false</td></tr></tbody></table>

{% hint style="info" %}
If you plan on using Compass in a project that targets both mobile and non-mobile platforms (desktop, browser, etc). Then you will need to make sure use `expect/actual` to provide an implementation for each platform. See [Mixed platforms](/setup/mixed-platforms.md).
{% endhint %}

Go to the [All Dependencies](/setup/add-dependencies.md) page to learn how to add them to your project.


---

# 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://compass.jordond.dev/supported-platforms.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.
