> For the complete documentation index, see [llms.txt](https://guides-mechboards.gitbook.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides-mechboards.gitbook.io/guides/other-guides/using-vial.md).

# Using VIAL

{% hint style="warning" %}
Make sure your keyboard has a VIAL enabled firmware before attempting to use VIAL.
{% endhint %}

Head to [vial.rocks](https://www.vial.rocks/) or use the below link:

{% embed url="<https://vial.rocks/>" %}

You can also download Vial if you want to use it for offline use:

{% embed url="<https://get.vial.today/download/>" %}

<details>

<summary>How to Connect</summary>

Once loaded, Click Start Vial. A dialogue box will appear with your keyboard

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

A dialog box should appear, click your keyboard name and then click "Connect"

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

Your keyboard should then appear&#x20;

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

</details>

## How to use VIAL

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

Select a key and then rebind it using any of the lower area tabs. This will rebind the key automatically.&#x20;

For more in-depth usage of VIAL, check out their documentation

{% embed url="<https://get.vial.today/manual/>" %}


---

# 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://guides-mechboards.gitbook.io/guides/other-guides/using-vial.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.
