# Backgrounds and deck icons

### Deck Browser Backgrounds

There are five images that alternate in the home screen of Anki The images are placed in:\
`addon folder ➡️ assets` and named\
`background.jpg` , `background2.jpg` , `background3.jpg` , `background4.jpg` , `background5.jpg`

you can replace any of them with your favorite images.

{% hint style="info" %}
Use small size images for best performance. large images will slow down your Anki
{% endhint %}

### Decks' Icons

<div align="left"><img src="https://github.com/my-Anki/Beautify-Anki/raw/master/screenshots/icons.png?raw=true" alt=""></div>

* The default icon for all the decks is stored in:\
  `addon folder ➡️ assets ➡️ deck_icons ➡️ default.png` to change it replace `default.png` with your desired icon \[must be a png file]
* To add a custom icon for each Deck add an icon that matches the deck name in the folder\
  `addon folder ➡️ assets ➡️ deck_icons ➡️`

### Decks' Backgrounds

* The default background for all the decks is stored in:\
  `addon folder ➡️ assets ➡️ background.jpg` to change it replace `background.jpg` with your desired image \[must be a jpg file]
* To add a custom background for each Deck add an image that matches the deck name in the folder\
  `addon folder ➡️ assets ➡️ deck_backgrounds ➡️`


---

# 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://beautify-anki.shorouk.dev/configuration-and-customization/backgrounds-and-deck-icons.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.
