> For the complete documentation index, see [llms.txt](https://chsakell.gitbook.io/harmony/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chsakell.gitbook.io/harmony/manage-your-teams-projects.md).

# Manage Your Team's Projects

{% embed url="<https://www.youtube.com/watch?v=BajTOkYuxx0>" %}
Harmony
{% endembed %}

## Overview

[<mark style="color:blue;">**Harmony**</mark>](http://demo.harmony-teams.com/) is a project management tool to manage your projects.

It can be used by large organizations to manage projects across their teams or by developers to manage their own projects.

You can create workspaces, **Kanban** boards, **Scrum** projects with sprints & retrospectives :tada:, lists, cards, add members, attachments, labels, check lists/items, due dates, comments and many more.

:battery: Batteries included! Harmony supports [Automations](/harmony/guide/automations.md) & [GitHub](/harmony/integrations/github.md) integration!! :rocket:

The [source code](/harmony/overview/source-code.md) is fully available :tada: This means you can host your own instance of **Harmony** rather than paying paid services.

Built using .NET 8.0, latest technologies, best patterns and practices for microservices architecture, [Docker](/harmony/configuration/docker.md) & [Kubernetes](/harmony/configuration/docker/kubernetes.md) support comes out of the box :whale: :ship::muscle:

{% content-ref url="/pages/1Lyrq0oHbQ9KOgX799Cd" %}
[Features](/harmony/overview/features.md)
{% endcontent-ref %}

{% content-ref url="/pages/34odR3HiDAb2fAU0otpy" %}
[Source code](/harmony/overview/source-code.md)
{% endcontent-ref %}


---

# 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:

```
GET https://chsakell.gitbook.io/harmony/manage-your-teams-projects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
