# Troubleshooting

- [The application did not respond / Unknown Integration](https://docs.nighty.one/troubleshooting/the-application-did-not-respond-unknown-integration.md): Use this guide to resolve slash command issues related to "This or unknown integration errors.
- [Common solutions to all issues](https://docs.nighty.one/troubleshooting/common-solutions-to-all-issues.md): Facing issues with Nighty? Try these general solutions first, applicable to various problems.
- [Unable to launch](https://docs.nighty.one/troubleshooting/unable-to-launch.md): This section is designed for users who are unable to run the program, experiencing instant crashes or errors during launch.
- [App is just a white box, UI not appearing / looking weird](https://docs.nighty.one/troubleshooting/app-is-just-a-white-box-ui-not-appearing-looking-weird.md)
- [Retrieving License Key](https://docs.nighty.one/troubleshooting/retrieving-license-key.md): Forgot your license key? No worries, follow these steps to retrieve it.
- [Flagged key](https://docs.nighty.one/troubleshooting/flagged-key.md): If you suspect your key was flagged, follow these steps.
- [Rich Presence doesn't show up](https://docs.nighty.one/troubleshooting/rich-presence-doesnt-show-up.md)


---

# 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.nighty.one/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.
