# Frequently Asked Questions This page summarizes a few of the most frequently asked questions when using Manim Slides. They are organized by topic. If your question is not here, please first look through the [open **and closed** issues on GitHub](https://github.com/jeertmans/manim-slides/issues?q=is%3Aissue) or within the [discussions](https://github.com/jeertmans/manim-slides/discussions). If you still cannot find help after that, do not hesitate to create your own issue or discussion on GitHub! ## Installing Everything related to installing Manim-Slides. Please do not forget the carefully read through the [installation](/installation) page! ## Rendering Questions related to `manim-slides render [SCENES]...`, ### I cannot render with ManimGL ManimGL support is only guaranteed to work on a very minimal set of versions, because it differs quite a lot from ManimCE, and its development is not very active. The typical issues are that (1) ManimGL needs an outdated NumPy version and (2) ManimGL **should not** be installed from the GitHub repository, at least not from the `main` branch, but from a version released to PyPI. To solve the NumPy issue, you can safely downgrade NumPy to a version supported by ManimGL, while ignoring the possible *conflicting dependencies* messages from `pip` (or else). ### Presenting Questions related to `manim-slides present [SCENES]...`, or `manim-slides [SCENES]...` for short. ### Can I have interactive slides No. Slides are pre-rendered static videos files and cannot be modified on the fly. If you need new to have some kind of interactive, look at the preview feature coupled with the OpenGL renderer with ManimCE or ManimGL. ### Slides go black when video finishes This is an issue with Qt, which cannot be solve on all platforms and Python versions, see [#293](https://github.com/jeertmans/manim-slides/issues/293). ### How to increase quality on Windows On Windows platform, one may encounter a lower image resolution than expected. Usually, this is observed because Windows rescales every application to fit the screen. As found by [@arashash](https://github.com/arashash), in [#20](https://github.com/jeertmans/manim-slides/issues/20), the problem can be addressed by changing the scaling factor to 100%: