Skip to content
Open
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
30 changes: 15 additions & 15 deletions msteams-platform/toolkit/agents-toolkit-fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ ms.date: 08/26/2025

[!INCLUDE [Deprecation note](../includes/deprecation-note-teamsfx-sdk.md)]

Agents Toolkit (previously known as Teams Toolkit) makes it simple to get started with app development for Microsoft Teams, Outlook, and Microsoft 365 Copilot using Visual Studio Code.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Previously know is better when compared with formerly.
Simplifies getting is not making sense. Maybe it can be simplifies the process of developing app for Microsoft Teams.

Agents Toolkit (formerly Teams Toolkit) simplifies getting started with app development for Microsoft Teams, Outlook, and Microsoft 365 Copilot using Visual Studio Code.

* Create new apps from project templates for common app scenarios.
* Save setup time with automated app registration and configuration.
* Run and debug to Teams, Outlook, and Copilot directly from Visual Studio Code.
* Smart defaults for hosting in Azure using infrastructure-as-code and Bicep.
* Test with different configurations such as dev, test, and prod using the environment features.
* Create new apps using project templates for common app scenarios.
Copy link
Collaborator

Choose a reason for hiding this comment

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

by using

* Reduce setup time with automated app registration and configuration.
* Run and debug apps for Teams, Outlook, and Copilot directly from Visual Studio Code.
* Benefit from smart defaults for hosting in Azure using infrastructure-as-code and Bicep.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use smart defaults for hosting is the correct phrase that we can use

* Test with various configurations such as dev, test, and prod using environment features.
Copy link
Collaborator

Choose a reason for hiding this comment

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

We should use different. Also, check if this is environment or Environment.


:::image type="content" source="../assets/images/toolkit-v2/toolkit-fundamentals/toolkit-user-journey2.png" alt-text="Illustration shows the User Journey of the Agents Toolkit." lightbox="../assets/images/toolkit-v2/toolkit-fundamentals/toolkit-user-journey2.png":::

Expand All @@ -28,7 +28,7 @@ Agents Toolkit is available as a free extension for Visual Studio Code. To get s

| Agents Toolkit | Visual Studio Code |
| - | ------------------ |
| Installation | Available in the Visual Studio Code Marketplace |
| Installation | Available in Visual Studio Code Marketplace |
| Build with | JavaScript, TypeScript, React, SPFx |

> [!IMPORTANT]
Expand All @@ -37,36 +37,36 @@ Agents Toolkit is available as a free extension for Visual Studio Code. To get s

## Features

The following list provides the key features of Agents Toolkit:
The following list provides key features of Agents Toolkit:

### Project templates

Save time getting started with new Teams apps using the capability-focused templates for tabs, bots, message extensions, and common app scenarios.
Accelerate development of new Teams apps by using capability-focused templates for tabs, bots, message extensions, and common app scenarios.
Copy link
Collaborator

Choose a reason for hiding this comment

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

new is not required in "new Teams apps"


:::image type="content" source="../assets/images/toolkit-v2/toolkit-fundamentals/teams-agents.png" alt-text="Screenshot shows the list of new Teams app menu to create in Visual Studio Code.":::

### Composable automation tasks

Automate repetitive or tedious configuration using a composable task framework that creates app IDs, bot registrations, Microsoft Entra apps, and so on.
Automate repetitive configuration tasks with a composable task framework that creates app IDs, bot registrations, Microsoft Entra apps, and more.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Instead of tasks with a composable, we can use tasks by using composable framework


### Multiple environments

Test your app with different groupings of hosted resources by creating unique configurations such as `dev`, `test`, and `prod` using the Environments features.
Test your app with different groupings of hosted resources by creating unique configurations such as `dev`, `test`, and `prod` with environment features.
Copy link
Collaborator

@SirajShaik-MSFT SirajShaik-MSFT Dec 5, 2025

Choose a reason for hiding this comment

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

Not sure if this is Environment or environment


### Quick access to Teams Developer Portal

You can access Teams Developer Portal where you can configure, publish, and manage your app. For more information, see [manage your Teams apps using Developer Portal](../concepts/build-and-test/manage-your-apps-in-developer-portal.md).
Access Teams Developer Portal to configure, publish, and manage your app. For more information, see [manage your Teams apps using Developer Portal](../concepts/build-and-test/manage-your-apps-in-developer-portal.md).

:::image type="content" source="../assets/images/toolkit-v2/build-environment-dev-portal.png" alt-text="Screenshot shows the Developer Portal option.":::

### Debug tunneling for bots

Run and debug your bot projects using Visual Studio Code and the included Dev Tunnels features.
Run and debug your bot projects using Visual Studio Code and the integrated Dev Tunnels features.

### Microsoft 365 Agents Playground

Microsoft 365 Agents Playground (previously known as Teams App Test Tool) makes debugging bot-based apps effortless. You can chat with your bot and see its messages and Adaptive Cards as they appear in Teams. You don’t need a Microsoft 365 developer account, tunneling, or Teams app and bot registration to use Agents Playground. For more information, see [Agents Playground](debug-your-Teams-app-test-tool.md).
Microsoft 365 Agents Playground (formerly Teams App Test Tool) makes debugging bot-based apps effortless. Chat with your bot and view its messages and Adaptive Cards as they appear in Teams. You don’t need a Microsoft 365 developer account, tunneling, or Teams app and bot registration to use Agents Playground. For more information, see [Agents Playground](debug-your-Teams-app-test-tool.md).
Copy link
Collaborator

Choose a reason for hiding this comment

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

You have removed You can chat from the first sentence, and the second sentence has the word You.


## See also

[Install Microsoft 365 Agents Toolkit](install-Teams-Toolkit.md)
[Install Microsoft 365 Agents Toolkit](install-Teams-Toolkit.md)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't find any change here.