> For the complete documentation index, see [llms.txt](https://docs.nimbalyst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nimbalyst.com/getting-started/feedback-discord-support-releases.md).

# Major Bugs, Outages, Feedback, Discord, Support, Releases

Where to report Nimbalyst bugs, check current outage status, join the Discord community, reach the support team, and follow new releases.

This page is where to go when you need help or want to reach us: current outage status, the community Discord, support email, in-app feedback, GitHub, and release notes.

### Major Bugs and Outages

* All Clear

### Discord

Join our [Discord server](https://discord.gg/FgD9S2MCYB) to find community, hear updates, and discuss use cases.

### Support

Email <support@nimbalyst.com>.

### In-App Feedback

You can file a bug report or feature request without leaving the app. Three entry points open the same dialog:

* The **Send Feedback** button in the navigation gutter
* **Help > Send Feedback...** in the menu bar
* The `/feedback:bug-report` and `/feedback:feature-request` slash commands in any agent session

<figure><img src="https://562749618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiVUeHZHlFlZrZt02syRC%2Fuploads%2FVZy3k6g6zx148J9ATi21%2Fimage.png?alt=media&amp;token=2b388a33-142c-4984-9a4c-c36863e5cae9" alt="The Send Feedback button in the navigation gutter"><figcaption><p>The Send Feedback button in the gutter is one of three entry points to the same dialog.</p></figcaption></figure>

The dialog offers two cards: **Bug report** and **Feature request**. A bug report includes a consent checkbox for gathering logs, on by default. A feature request offers an optional UX mockup, off by default, so the assistant can sketch the idea before writing it up.

<figure><img src="https://562749618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiVUeHZHlFlZrZt02syRC%2Fuploads%2FPMzrd8nPvU9zTlzYWZH4%2Fimage.png?alt=media&amp;token=d81a525a-4209-4d94-a43b-534a3665c3b3" alt="The feedback dialog with Bug report and Feature request cards"><figcaption><p>Pick a card and an agent session takes it from there.</p></figcaption></figure>

Choosing either card starts an agent session that:

1. Asks clarifying questions about what happened or what you want
2. Gathers your app version and environment details, plus logs only if you left the consent checkbox on
3. Anonymizes everything it gathered, with a scrubbing pass and an AI redaction pass over file paths, project names, and identifiers
4. Shows you the redacted draft for approval
5. Opens a pre-filled GitHub issue form in your browser

You review the issue and click Submit on github.com yourself. Nothing is posted on your behalf.

{% hint style="info" %}
This flow sends bugs and ideas to the Nimbalyst maintainers. To ask your own teammates for input on your work, see [Ask Your Team for Feedback](/team-collaboration/feedback-requests.md).
{% endhint %}

### GitHub

Nimbalyst is open source. Browse the code, star the repos, or contribute at [github.com/nimbalyst](https://github.com/nimbalyst).

* Submit feature requests and bug reports at [github.com/Nimbalyst/nimbalyst/issues](https://github.com/Nimbalyst/nimbalyst/issues)
* Pull requests welcome. See the contributing guide in the main repo.

### X, LinkedIn, and YouTube

If you are loving Nimbalyst, please post about it and mention @nimbalyst. Follow us here:

* X: [x.com/nimbalyst](https://x.com/nimbalyst)
* LinkedIn: [linkedin.com/company/nimbalyst](https://www.linkedin.com/company/nimbalyst)
* YouTube: [youtube.com/@nimbalyst](https://www.youtube.com/@nimbalyst)

### Release Notes

Full release notes are on the [GitHub releases page](https://github.com/Nimbalyst/nimbalyst/releases), and every shipped release is listed on the [Nimbalyst changelog](https://nimbalyst.com/changelog/). Past announcement emails are archived in [Release Announcements](/getting-started/release-announcements.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://docs.nimbalyst.com/getting-started/feedback-discord-support-releases.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.
