> For the complete documentation index, see [llms.txt](https://docs.w.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.w.ai/bugs-and-support/support.md).

# Support

Our goal is to make your experience with w\.ai as smooth as possible. If you’re just getting started, please follow these steps to minimize common issues:

1. Ensure your device meets system requirements. View the [supported hardware](/w.ai-guide/supported-hardware.md) page for more information.
2. Verify your internet connection is stable.
3. Confirm you have the latest version of w\.ai installed. Download the most recent build [here](https://download.w.ai).

If your device meets the requirements above, please let us know your issue by dropping a message in the [#beta-testing](https://discord.com/channels/1264970635919097999/1378169115650297866) channel in our [Discord](https://discord.gg/w-ai) server, or send us an email at `support@w.ai`.

If you are encountering issues within the app, please select the 'Report a Bug' option in the bottom right.\
\
If you are encountering issues within the CLI, please use the `wai report <issue>` command to then submit us a report.

<figure><img src="/files/q7siRazPcyI7gEbvereY" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.w.ai/bugs-and-support/support.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
