Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/project/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
description: Resources for learning about Project add-ins. # Required; article description that is displayed in search results. < 160 chars.
ms.service: project #Required
ms.topic: landing-page # Required
ms.date: 10/05/2024 #Required; mm/dd/yyyy format.
ms.date: 08/19/2025 #Required; mm/dd/yyyy format.
ms.localizationpriority: medium

# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
Expand Down
5 changes: 4 additions & 1 deletion docs/project/project-add-ins.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Task pane add-ins for Project
description: Learn about task pane add-ins for Project.
ms.date: 02/21/2024
ms.date: 08/19/2025
ms.topic: overview
ms.custom: scenarios:getting-started
ms.localizationpriority: medium
Expand All @@ -13,6 +13,9 @@ Project on Windows supports custom task pane add-ins. Use these to handle select

For an introduction to Office Add-ins, see [Office Add-ins platform overview](../overview/office-add-ins.md).

> [!NOTE]
> The unified manifest for Microsoft 365 doesn't support Project add-ins. You must use the add-in only manifest. For information about the difference, see [Office Add-ins manifest](../develop/add-in-manifests.md).
Comment on lines +16 to +17
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a similar note to OneNote?


## Add-in scenarios for Project

Project managers can use Project task pane add-ins to help with project management activities. Instead of leaving Project and opening another application to search for frequently used information, project managers can directly access the information within Project. The content in a task pane add-in can be context-sensitive, based on the selected task, resource, view, or other data in a cell in a Gantt chart, task usage view, or resource usage view.
Expand Down