> For the complete documentation index, see [llms.txt](https://launcher-docs.netmarble.com/faq-it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://launcher-docs.netmarble.com/faq-it/launcher-launch.md).

# Esecuzione launcher non riuscita

- [Sistemi operativi supportati](https://launcher-docs.netmarble.com/faq-it/launcher-launch/1.md): Posso eseguire il launcher su sistemi operativi diversi da Windows?
- [Avvisi con nome del programma](https://launcher-docs.netmarble.com/faq-it/launcher-launch/2.md): Il launcher non viene eseguito e appare un avviso pop-up di errore di sistema con il nome del programma.
- [Avviso di errore sconosciuto](https://launcher-docs.netmarble.com/faq-it/launcher-launch/3.md): Si è verificato un errore sconosciuto. Cosa posso fare?
- [L'aggiornamento si chiude all'improvviso](https://launcher-docs.netmarble.com/faq-it/launcher-launch/4.md): Un aggiornamento del gioco o del launcher si è interrotto all'improvviso.
- [Il launcher non parte all'avvio](https://launcher-docs.netmarble.com/faq-it/launcher-launch/5.md): Non riesco ad abilitare "Apri Netmarble Launcher all'avvio" nelle impostazioni del launcher.
- [Problema di blocco del launcher](https://launcher-docs.netmarble.com/faq-it/launcher-launch/freeze.md): Il launcher si blocca durante l’aggiornamento e non risponde più.
- [Altri problemi all'avvio](https://launcher-docs.netmarble.com/faq-it/launcher-launch/6.md): Il Netmarble Launcher continua a non avviarsi.


---

# 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://launcher-docs.netmarble.com/faq-it/launcher-launch.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.
