# Support

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>🐞 Create an issue</td><td>I think I've discovered a bug, I want to request a feature/change, or other issue.</td><td></td><td><a href="https://github.com/greenelab/lab-website-template/issues">https://github.com/greenelab/lab-website-template/issues</a></td></tr><tr><td>💬 Start a discussion</td><td>I need help, I have a question, or other discussion.</td><td></td><td><a href="https://github.com/greenelab/lab-website-template/discussions">https://github.com/greenelab/lab-website-template/discussions</a></td></tr><tr><td>📚 Docs issue</td><td>I have a question or issue related to this documentation site.</td><td></td><td><a href="https://github.com/greenelab/lab-website-template-docs/issues">https://github.com/greenelab/lab-website-template-docs/issues</a></td></tr></tbody></table>

{% hint style="success" %}
Community support is very important to us. Verify for yourself in our [issues](https://github.com/greenelab/lab-website-template/issues?q=is%3Aissue+is%3Aclosed) and [discussions](https://github.com/greenelab/lab-website-template/discussions?discussions_q=is%3Aanswered) by looking at response times and comprehensiveness.
{% endhint %}

## Supported browsers

The template is regularly tested on the following:

* Google Chrome, Mozilla Firefox, Apple Safari
* Windows, MacOS, iOS, Android
* Desktop, tablet, phone/mobile

We only use standardized and widely-supported HTML, CSS, and JavaScript features, so any other modern, standard-compliant browser such as Opera or Microsoft Edge should also work, even if not explicitly tested.

The following are **NOT** supported, and may result in unexpected look or behavior:

* Microsoft Internet Explorer.
* Smart watches, or any device with a screen width < \~250px.
* Browsers without JavaScript enabled (interactive features won't work).


---

# 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://greene-lab.gitbook.io/lab-website-template-docs/introduction/support.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.
