# Install

* **Download** a copy of Vliss from [**gmodstore.com**](https://www.gmodstore.com/market/view/1661)<br>
* **Extract** the zip to your computer<br>
* **Create** a new folder on your gmod server called **vliss**
  * *Example: garrysmod/addons/**vliss**/*<br>
* **Upload** the *extracted* zip files to the newly created folder.&#x20;
  * Ensure you are uploading the files to match the following file structure:

&#x20;                   📁 garrysmod\
&#x20;                       📁 addons\
&#x20;                           📁 <mark style="color:red;">**vliss**</mark>\
&#x20;                                📁 lua\
&#x20;                                📁 materials\
&#x20;                                📁 resource\
&#x20;                                📁 sounds

* **Restart** server<br>

* On restart; **view** console **for errors**.&#x20;

  * **If you see errors:** contact the developer with a list of them.
  * **If you do not see errors:** proceed forward

* Confirm that your scoreboard works by pressing the TAB key in-game.&#x20;
  * If you still do not see the scoreboard; view the [**Addon Won't Show**](/faq/addon-wont-show.md) FAQ


---

# 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://vliss.rlib.io/setup/install.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.
