# Troubleshooting

On Linux you may run into "Failed to launch chrome" issue

![](https://3461068122-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LdyKJ-zzeS2hB7DF04J%2F-LirNy2f39WLC4LDqzk6%2F-LirOwb-tCrJE9xxksL8%2Fts1.png?alt=media\&token=9f665b20-c120-4463-84d5-df29e56dbd8f)

In order to protect the host environment from untrusted web content, Chrome uses [multiple layers of sandboxing](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/linux_sandboxing.md). For this to work properly, the host should be configured first. If there's no good sandbox for Chrome to use we get this problem. You can find how to configure sandbox [here](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#setting-up-chrome-linux-sandbox). But actually if you trust the content of the application under test you can simply run with `--no-sandbox` option.

![](https://3461068122-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LdyKJ-zzeS2hB7DF04J%2F-LirNy2f39WLC4LDqzk6%2F-LirQ8PmcSoEEoOV6JBT%2Fts2.png?alt=media\&token=5f00a5a2-8b24-450b-a0cf-727f77a600d6)


---

# 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://docs.puppetry.app/running-tests/troubleshooting.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.
