# Change Server Logo

JG HUD supports displaying your server's logo, if you choose to enable it. By default, we've added an example logo in the root of the `jg-hud` folder named `server-logo.png`. Replacing this to use your own is as simple as replacing this file.

Please note that the image must be named exactly as `server-logo` and it must be in the `.png` image format.

The optimal image size is 200x120px. We recommend adjusting your logo and using an image of this size, although any size of image will be adjusted automatically.


---

# 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://docs.jgscripts.com/hud/change-server-logo.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.
