# Get help and share feedback

Ask questions, report bugs, and suggest features with enough context for contributors to help.

Source: https://debark.dev/docs/project/support

---
Questions and feature ideas are welcome. Start with the [quickstart](/docs/get-started/quickstart),
[supported systems](/docs/get-started/supported-systems), or [troubleshooting](/docs/operate/troubleshooting).
Desktop users can follow the [desktop guide](/docs/get-started/desktop).

## Open an issue

Search [existing issues](https://github.com/inferops/debark/issues) first, then choose a form:

- [Ask a question](https://github.com/inferops/debark/issues/new?template=question.yml).
- [Report a bug](https://github.com/inferops/debark/issues/new?template=bug_report.yml).
- [Request a feature](https://github.com/inferops/debark/issues/new?template=feature_request.yml).

Support is provided by contributors on a best-effort basis, without a guaranteed response time.
See the repository's [support policy](https://github.com/inferops/debark/blob/main/SUPPORT.md).

## Help us reproduce the problem

Include:

- `debark version --json`; for the GUI, also include its version from **About**.
- Builder OS and architecture, target release and architecture, and snapshot or baseline choice.
- The command or UI steps, backend, expected behavior, actual result, and exit code.
- A small package list or synthetic fixture, relevant logs, and container runtime details.
- The affected page URL and incorrect text for website or documentation problems.

Review logs and attachments before posting. Snapshots, URLs, and bundle metadata can
contain private infrastructure details or credentials. `--redact` removes selected fields,
but does not fully anonymize a snapshot. Never post a private signing key.

## Private reports and contact

Report vulnerabilities through [GitHub private vulnerability reporting](https://github.com/inferops/debark/security/advisories/new).
Follow [SECURITY.md](https://github.com/inferops/debark/blob/main/SECURITY.md), including its
fallback if private reporting is unavailable. Use the reporting route in the
[Code of Conduct](https://github.com/inferops/debark/blob/main/CODE_OF_CONDUCT.md) for conduct concerns.

For general contact, reach **Iman Kamyabi** at [imankamyabi@pm.me](mailto:imankamyabi@pm.me).
Debark is maintained at **[InferOps LLC](https://inferops.com)**; find our main website at
[inferops.com](https://inferops.com). Public usage questions and feature requests are best
shared in issues so other users can find the answers.

<NextSteps
  items={[
    {
      title: 'Troubleshooting',
      href: '/docs/operate/troubleshooting',
      description: 'Diagnose common build and installation failures.',
    },
    {
      title: 'Contributing',
      href: '/docs/project/contributing',
      description: 'Work on a fix or improve the documentation.',
    },
  ]}
/>
