goose/documentation/docs/troubleshooting/index.mdx
Douwe Osinga 0f32f8d0a9
Some checks failed
Canary / Prepare Version (push) Waiting to run
Canary / build-cli-linux (push) Blocked by required conditions
Canary / Upload Install Script (push) Waiting to run
Canary / bundle-macos-arm64 (push) Blocked by required conditions
Canary / bundle-macos-x64 (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-windows (push) Blocked by required conditions
Canary / bundle-windows-cuda (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
Unused Dependencies / machete (push) Waiting to run
CI / Check MSRV (push) Blocked by required conditions
CI / Lint Rust Code (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Build and Test TLS Backend (native-tls) (push) Blocked by required conditions
CI / Build and Test TLS Backend (rustls-tls) (push) Blocked by required conditions
CI / Build Rust Project on Windows (push) Waiting to run
CI / Check Generated Schemas are Up-to-Date (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
Create Minor Release PR / check-version-bump-pr (push) Waiting to run
Create Minor Release PR / release (push) Blocked by required conditions
Live Provider Tests / Build Binary (push) Blocked by required conditions
Live Provider Tests / changes (push) Blocked by required conditions
Live Provider Tests / check-fork (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Live Provider Tests / Smoke Tests (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (Code Execution) (push) Blocked by required conditions
Live Provider Tests / Compaction Tests (push) Blocked by required conditions
Deploy Documentation / deploy (push) Has been cancelled
Cargo Deny / deny (push) Has been cancelled
Publish Ask AI Bot Docker Image / docker (push) Has been cancelled
docs: update Discord invite (#10863)
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
Co-authored-by: Jasper Hugo <jasper@jasperhugo.com>
2026-07-31 22:49:19 +00:00

55 lines
2.3 KiB
Text

---
title: Troubleshooting
hide_title: true
description: Get help, report issues, and troubleshoot common problems with goose.
---
import Card from '@site/src/components/Card';
import styles from '@site/src/components/Card/styles.module.css';
<h1 className={styles.pageTitle}>Troubleshooting</h1>
<p className={styles.pageDescription}>
Get help when you need it, report bugs, request features, and find solutions to common issues. goose provides built-in diagnostics and direct links to our support channels.
</p>
<div className={styles.categorySection}>
<h2 className={styles.categoryTitle}>🛠️ Getting Help</h2>
<div className={styles.cardGrid}>
<Card
title="Diagnostics and Reporting"
description="Use built-in diagnostics, report bugs, and request new features. Includes step-by-step guides for generating troubleshooting data."
link="/docs/troubleshooting/diagnostics-and-reporting"
/>
<Card
title="Debug Desktop Startup Failures"
description="Find the desktop startup diagnostics log, understand the key fields, and attach the right artifacts when goose fails before the backend becomes ready."
link="/docs/troubleshooting/desktop-startup-debugging"
/>
<Card
title="Known Issues"
description="Comprehensive troubleshooting guide covering common problems, error messages, and platform-specific issues with step-by-step solutions."
link="/docs/troubleshooting/known-issues"
/>
<Card
title="Logs"
description="Learn how to access and interpret goose session logs and system logs for debugging and troubleshooting purposes."
link="/docs/guides/logs"
/>
</div>
</div>
<div className={styles.categorySection}>
<h2 className={styles.categoryTitle}>💬 Community Support</h2>
<div className={styles.cardGrid}>
<Card
title="Discord Community"
description="Join our active Discord server for real-time help, discussions, and community support from goose users and maintainers."
link="https://discord.gg/n8R5VaWDAn"
/>
<Card
title="GitHub Issues"
description="Browse existing issues, contribute to discussions, or create new bug reports and feature requests on our GitHub repository."
link="https://github.com/aaif-goose/goose/issues"
/>
</div>
</div>