> For the complete documentation index, see [llms.txt](https://wiki.jaxcore.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.jaxcore.app/getting-started/faqs/miscellaneous-faqs.md).

# Miscellaneous FAQs

## Why isn't there a color picker?

The original color picker had been removed due to being flagged as a malicous executable by Windows defender. An alternative will be added soon.

## Are there Multi-Langauge support?

TLDR: No support *yet*

Core supported multi-language before, but I've removed it for now since it is impossible to get accurate translations for each version of core. Support for multiple languages will be added after the upcoming Difia update!

## How do I install a DLC?

Follow through video guide: <https://youtu.be/AGEkN9E7DlY>

## Does JaxCore work on 32-bit systems?

JaxCore currently does not function properly for 32-bit Window installations. Stay tuned for updates on this issue.

## Home page does not load...

There are missing dependencies on your system.&#x20;

{% hint style="info" %}
Please **DO** report this issue to me on our [Support Discord Server](https://discord.gg/JmgehPSDD6)! (Just let me know that this happens)
{% endhint %}

1. Download the [Evergreen Bootstraper Webview2 runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section) and install it. Run with administrator priviledges if it fails to install.
2. Download the Visual C++ Redistributable for your system: [32bit ](https://aka.ms/vs/17/release/vc_redist.x86.exe)| [64bit](< 	https://aka.ms/vs/17/release/vc_redist.x64.exe>)
3. Launch JaxCore again. If it still doesn't load, try restarting your device.


---

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