# FAQ

### <mark style="color:red;">▸</mark>[<mark style="color:red;">Addon Won't Show</mark>](/faq/addon-wont-show.md)

&#x20;   Instructions for handling situations where the addon will not \
&#x20;   display at all on the server.

####

### <mark style="color:red;">▸</mark>[<mark style="color:red;">Gamemode Not Detected</mark>](/faq/gamemode-not-detected.md)

&#x20;   Troubleshooting situations when addon does not detect your\
&#x20;   running gamemode.

####

### <mark style="color:red;">▸</mark>[<mark style="color:red;">Incompatible Addons</mark>](/faq/incompatible-addons.md)

&#x20;    View a list of Workshop Addons that are deemed incompatible \
&#x20;    with this addon.

### <mark style="color:red;">▸</mark>[<mark style="color:red;">Configuring Script</mark>](/faq/configuring-script.md)

&#x20;   Information related to modifying the script configurations

### <mark style="color:red;">▸</mark>[<mark style="color:red;">Modified Script</mark>](/faq/modified-script.md)

&#x20;   The answer you will receive if you wrote your own customizations\
&#x20;   which are not working.

####

### <mark style="color:red;">▸</mark>[<mark style="color:red;">Refunds</mark>](/faq/refunds.md)

&#x20;   Policy regarding refunds

####

### <mark style="color:red;">▸</mark>[<mark style="color:red;">Script Errors</mark>](/faq/script-errors.md)

&#x20;   Instructions for handling situations where the addon throws\
&#x20;   errors in the server console.

####

### <mark style="color:red;">▸</mark>[<mark style="color:red;">When Are Updates?</mark>](/faq/when-are-updates.md)

&#x20;   The main question I always get asked.

####


---

# 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/faq.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.
