# Nighty Docs

## Nighty Docs

- [About Nighty](https://docs.nighty.one/about-nighty.md)
- [First Launch](https://docs.nighty.one/getting-started/first-launch.md): Getting started is a breeze. Follow our simple guide to launch Nighty for the first time!
- [Usage Guide](https://docs.nighty.one/getting-started/usage-guide.md): This page is your go-to resource for navigating and utilizing Nighty effectively.
- [Changelog](https://docs.nighty.one/version-2.3/changelog.md): This version is a full recode & revisitation of our previous version (2.2), to bring major performance upgrades and new features.
- [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)
- [API Reference](https://docs.nighty.one/ui-scripting/api-reference.md)
- [Tab](https://docs.nighty.one/ui-scripting/api-reference/tab.md): Represents a Tab in the User Interface
- [CardContainer](https://docs.nighty.one/ui-scripting/api-reference/cardcontainer.md): The CardContainer class is used to group single or multiple Card elements. Each container can either be of type columns or rows, which determines the layout of the cards.
- [Card](https://docs.nighty.one/ui-scripting/api-reference/card.md): A Card is a container for UI elements, offering a background and space to place components like buttons, inputs, and text within a CardContainer.
- [Group](https://docs.nighty.one/ui-scripting/api-reference/group.md)
- [UI Elements](https://docs.nighty.one/ui-scripting/api-reference/ui-elements.md)
- [Text](https://docs.nighty.one/ui-scripting/api-reference/ui-elements/text.md): UI Element - Text
- [Button](https://docs.nighty.one/ui-scripting/api-reference/ui-elements/button.md)
- [Input](https://docs.nighty.one/ui-scripting/api-reference/ui-elements/input.md)
- [Image](https://docs.nighty.one/ui-scripting/api-reference/ui-elements/image.md)
- [Toggle](https://docs.nighty.one/ui-scripting/api-reference/ui-elements/toggle.md)
- [Select](https://docs.nighty.one/ui-scripting/api-reference/ui-elements/select.md)
- [Checkbox](https://docs.nighty.one/ui-scripting/api-reference/ui-elements/checkbox.md)
- [Table](https://docs.nighty.one/ui-scripting/api-reference/ui-elements/table.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.nighty.one/about-nighty.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.
