> For the complete documentation index, see [llms.txt](https://docs.droptopfour.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.droptopfour.com/setting-up/appearances/home-icon.md).

# Home icon

If you want to change the icon shown on the home button of droptop, you have some options:

## Icons

### Default icons

If you click on `Droptop settings >> Set home icon` you can find some icon presets you can choose from. If you have the Supporter version, you'll find 300 different icons, if you have the Basic version only, you'll find only 7.

{% tabs %}
{% tab title="Basic version" %}

<div data-full-width="true"><figure><img src="/files/HF7HjC7PH4mxle9kE8hW" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Supporter version" %}

<figure><img src="/files/WaP0wU9bRjmT3rDUyEoV" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### Custom icons

If the icon you want isn't present between the default ones, you can load a custom one yourself!

Click the ![](/files/wl3EUEZW23vl21lAViRV) button in the `Droptop settings >> Set home icon` button, select the image you want to use, click `Open`, wait a moment and your custom icon should be set!

### Random icon

You don't want to select an icon because you are lazy? Use the ![](/files/c1aD5Ow9dUIaR8qbuDPA) button in the `Droptop settings >> Set home icon` button to select a random icon between all the default ones!

## Icon colors

If the icon you chose is multicolor, you have to make sure you enable the multicolor option in the `Droptop settings >> Set home icon` ![](/files/zbOrcLNfnfsIhlYDUCa6) button.&#x20;

If you icon is white, you can change it's color by changing the `Top bar text` color from the `Droptop settings >> Color & opacity` menu ([Color & opacity](/setting-up/appearances/color-and-opacity.md#top-bar-text)).


---

# 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://docs.droptopfour.com/setting-up/appearances/home-icon.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.
