---
title: "Where to get help"
description: "Guide to getting help with Deno. Find community resources, support channels, discussion forums, and how to engage with the Deno community for troubleshooting and assistance."
oldUrl: /runtime/manual/help/
---

Stuck? Lost? Get Help from the Deno Community.

## [Community Discord](https://discord.gg/deno)

Ask questions and chat with community members in real-time.

## [Stack Overflow](https://stackoverflow.com/questions/tagged/deno)

Stack Overflow is a popular forum to ask code-level questions or if you're stuck
with a specific error.
[Ask your own!](https://stackoverflow.com/questions/ask?tags=deno)

## [DEV's Deno Community](https://dev.to/t/deno)

A great place to find interesting articles about best practices, application
architecture and new learnings. Post your articles with the tag `deno`.

## Examples and Tutorials

Deno provides a wide range of examples and tutorials that might address your
problem:

- [Deno by Example](/examples/): Practical code snippets for common tasks
