> For the complete documentation index, see [llms.txt](https://assimilate.gitbook.io/live-fx-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting.md).

# General Troubleshooting

- [Licensing the Software](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/licensing-the-software.md)
- [Dealing with Delay](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/dealing-with-delay.md)
- [Networking Tips](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/networking-tips.md)
- [Frequently Asked Questions (FAQs)](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/frequently-asked-questions-faqs.md)
- [Does Live FX support Unreal 5.3?](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/frequently-asked-questions-faqs/does-live-fx-support-unreal-5.3.md): Yes!
- [Why won't Live FX open when I have a second monitor hooked up?](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/frequently-asked-questions-faqs/why-wont-live-fx-open-when-i-have-a-second-monitor-hooked-up.md)
- [How do I switch the toolset from Live FX to Scratch?](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/frequently-asked-questions-faqs/how-do-i-switch-the-toolset-from-live-fx-to-scratch.md)
- [Where is the record button?](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/frequently-asked-questions-faqs/where-is-the-record-button.md)
- [Why is my image dark (or why are my colors wrong)?](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/frequently-asked-questions-faqs/why-is-my-image-dark-or-why-are-my-colors-wrong.md)
- [How do I close Live FX?](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/frequently-asked-questions-faqs/how-do-i-close-live-fx.md)
- [How do I minimize Live FX?](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/frequently-asked-questions-faqs/how-do-i-minimize-live-fx.md)
- [What is SCRATCH? What is Assimilate?  Are they the same thing as Live FX?](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/frequently-asked-questions-faqs/what-is-scratch-what-is-assimilate-are-they-the-same-thing-as-live-fx.md)
- [How do I change the mouse from moving in circles to left/right?](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/frequently-asked-questions-faqs/how-do-i-change-the-mouse-from-moving-in-circles-to-left-right.md)
- [Stuttering Playback](https://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting/stuttering-playback.md)


---

# 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://assimilate.gitbook.io/live-fx-documentation/general-troubleshooting.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.
