# FAQ & Fixes

This page contains answers to frequently asked questions and common issues you may encounter while using the **Dravix** theme.

If something doesn't work as expected, check this page first — you solution might already be here!

## 1. Why is the game name not showing in the Server Row?

This usually happens when the egg images haven't been saved yet.

To fix it:

1. Go to **Admin Panel** > **Dravix Settings**
2. Open the **Egg Images** tab
3. Scroll down and click the Save button — even if you didn't make any changes

This will correctly link the egg images with their corresponding game names.

## 2. Why are some changes not showing after I save them?

This is most likely due to **browser caching**.

Try performing a force refresh in your browser:

* **Windows/Linux**: Press `CTRL + F5`
* **Mac**: Press `CMD + SHIFT + R`&#x20;

This clears the cache and reloads the latest version of the page.

You should do this **after saving** or **resetting theme** settings, especially the first time. If issues persist, repeat the force refresh.


---

# 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://theodor-work.gitbook.io/dravix-theme/faq-and-fixes.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.
