# Additional requisites

## ModularX - ImageMagick <a href="#imagemagick" id="imagemagick"></a>

**1. Download ImageMagick:** [**https://www.imagemagick.org/script/download.php#windows**](https://www.imagemagick.org/script/download.php#windows)

![](https://camo.githubusercontent.com/aac5c97d1a36ac82db815d97d44720c5b398e0cbd53cc11bf81001b4b3ac2787/68747470733a2f2f692e696d6775722e636f6d2f67666a525a78682e706e67)

**2. Install ImageMagick. You must check `Add application directory to your system path`:**

![](https://camo.githubusercontent.com/f972c087f038608b21972465169b1dce48a0532380fd338d4d61b18d4204ede4/68747470733a2f2f692e696d6775722e636f6d2f365462426c546f2e706e67)

**3. Restart Rainmeter by `Right Click (Anything JaxCore) -> Developer options -> Reload Rainmeter`**

## Spicetify for JaxCore

This is only required if you're setting up Spotify using `Auto` media method setting. [FAQs](/getting-started/faqs/media-player-faqs.md)

**1. Open Powershell, copy the following commands, paste and press enter:**

```
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression
spicetify
spicetify config extensions webnowplaying.js
```

:information\_source: **If aren't using Spicetify for theming, run the following command**

```
spicetify config inject_css 0 replace_colors 0
```

**2. And finally, run the following command to save and apply all your changes:**

```
spicetify backup apply
```

**3. Restart Rainmeter by `Right Click (Anything JaxCore) -> Developer options -> Reload Rainmeter`**


---

# 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://wiki.jaxcore.app/getting-started/additional-requisites.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.
