# Testing

We use [BrowserStack](https://www.browserstack.com) to test browser compliance of the client application. BrowserStack allows us to test older versions of Chrome as well as Microsoft Edge locally on non Windows development machines.

![](/files/-LMr2PGxcuUcbj2K53hx)

{% hint style="warning" %}
We do not currently use a JavaScript test suit but plan to integrate unit tests prior to a first point release.
{% 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://geolytix.gitbook.io/xyz-developer-guide/infrastructure/testing.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.
