> For the complete documentation index, see [llms.txt](https://beautify-anki.shorouk.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://beautify-anki.shorouk.dev/before-install.md).

# Before you install

## Conflicting add-ons

This addon does lots of changes to Anki's interface. So, many addons won't be working smoothly or working at all with it.

The following list is of add-ons that we know for sure is not compatible with Beautify Anki

* Any unofficial Heatmap addon. The only supported addon is [the official one ](https://github.com/glutanimate/review-heatmap/releases)
* &#x20;[More Decks Stats and Time Left](https://ankiweb.net/shared/info/1556734708)
* &#x20;[More Overview Stats 2.1](https://ankiweb.net/shared/info/738807903)
* [Custom Background Image and Gear Icon](https://ankiweb.net/shared/info/1210908941)
* [Set Font Size](https://ankiweb.net/shared/info/651521808)

The following addons will only work if you set the **`change answer buttons`** option  to **`false`**

* [Minimal Flat Big Buttons](https://ankiweb.net/shared/info/1042429613)
* [Large and Colorful Buttons](https://ankiweb.net/shared/info/1829090218)
* [Button Colours (Good, Again)](https://ankiweb.net/shared/info/2494384865)
* [Automatic Scoring 2](https://ankiweb.net/shared/info/238560501)

## **The backgrounds**

the size of the backgrounds you'll use will affect the performance of the app so keep them in a small size and quality as much as possible

## Finally..

This addon is still in development. So keep that in mind when installing it and using it.


---

# 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://beautify-anki.shorouk.dev/before-install.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.
