Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/support/get-help.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Get help

Need assistance with Plane? We're here to help you get unstuck and make the most of your workspace.

## Chat with us

The fastest way to get help is through our in-app support chat.

![Get help](https://media.docs.plane.so/support/get-help-plane.webp#hero-bl)

Click the **?** icon in your Plane workspace to start a conversation with our team. We're available to answer questions, troubleshoot issues, and guide you through features.


## Join our community

Connect with other Plane users, share tips, and get community support on our [Discord server](https://discord.com/invite/A92xrEGCge). It's a great place to see how others are using Plane, get quick answers, and stay updated on what's new.

## Email support

Prefer email? Reach us at [support@plane.so](mailto:support@plane.so). We'll get back to you as soon as possible with answers to your questions.

## Developer resources

Working with Plane's API or self-hosting? Check out our [developer documentation](https://developers.plane.so/self-hosting/overview) for technical guides, API references, and self-hosting instructions.

## Report bugs

Found a bug? Help us improve Plane by reporting it on [GitHub Issues](https://github.com/makeplane/plane/issues). Please include details about what happened, what you expected, and steps to reproduce the issue.

## Improve these docs

Notice something unclear or missing in our documentation? Let us know on the [docs GitHub repository](https://github.com/makeplane/docs). Your feedback helps us create better resources for everyone.
13 changes: 2 additions & 11 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const sidebars: SidebarsConfig = {
"core-concepts/workspaces/overview",
"workspaces-and-users/search-workspace",
"core-concepts/account/overview",
"core-concepts/power-k",
],
},

Expand Down Expand Up @@ -320,7 +321,7 @@ const sidebars: SidebarsConfig = {
collapsed: false,
label: "Support and resources",
items: [
"core-concepts/power-k",
"support/get-help",
{
type: "category",
label: "Resources",
Expand Down Expand Up @@ -352,16 +353,6 @@ const sidebars: SidebarsConfig = {
label: "Changelog",
href: "https://plane.so/changelog",
},
{
type: "link",
label: "Discord",
href: "https://discord.com/invite/A92xrEGCge",
},
{
type: "link",
label: "Feature requests",
href: "https://github.com/makeplane/plane/issues",
},
{
type: "link",
label: "System status",
Expand Down