diff --git a/templates/csharp/command-and-response/.{{NewProjectTypeName}}/GettingStarted.md.tpl b/templates/csharp/command-and-response/.{{NewProjectTypeName}}/GettingStarted.md.tpl index 97d725d30e..e7afcaaad4 100644 --- a/templates/csharp/command-and-response/.{{NewProjectTypeName}}/GettingStarted.md.tpl +++ b/templates/csharp/command-and-response/.{{NewProjectTypeName}}/GettingStarted.md.tpl @@ -18,6 +18,11 @@ 6. In the message input field, type and send "helloWorld" to your app to get a response {{/enableTestToolByDefault}} +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Run the app on other platforms The Teams app can run in other platforms like Outlook and Microsoft 365 app. See https://aka.ms/vs-ttk-debug-multi-profiles for more details. diff --git a/templates/csharp/command-and-response/GettingStarted.md.tpl b/templates/csharp/command-and-response/GettingStarted.md.tpl index 656caeb63c..5b1ca63ae0 100644 --- a/templates/csharp/command-and-response/GettingStarted.md.tpl +++ b/templates/csharp/command-and-response/GettingStarted.md.tpl @@ -17,6 +17,11 @@ > For local debugging using Teams Toolkit CLI, you need to do some extra steps described in [Set up your Teams Toolkit CLI for local debugging](https://aka.ms/teamsfx-cli-debugging). +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Get more info New to Teams app development or Teams Toolkit? Explore Teams app manifests, cloud deployment, and much more in the https://aka.ms/teams-toolkit-vs-docs. diff --git a/templates/csharp/default-bot/.{{NewProjectTypeName}}/GettingStarted.md.tpl b/templates/csharp/default-bot/.{{NewProjectTypeName}}/GettingStarted.md.tpl index d32b6b56e1..16dfa47790 100644 --- a/templates/csharp/default-bot/.{{NewProjectTypeName}}/GettingStarted.md.tpl +++ b/templates/csharp/default-bot/.{{NewProjectTypeName}}/GettingStarted.md.tpl @@ -17,6 +17,11 @@ 6. In the message input field, type and send anything to your bot to get a response {{/enableTestToolByDefault}} +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Run the app on other platforms The Teams app can run in other platforms like Outlook and Microsoft 365 app. See https://aka.ms/vs-ttk-debug-multi-profiles for more details. diff --git a/templates/csharp/default-bot/GettingStarted.md.tpl b/templates/csharp/default-bot/GettingStarted.md.tpl index 780f3c768a..7d14722209 100644 --- a/templates/csharp/default-bot/GettingStarted.md.tpl +++ b/templates/csharp/default-bot/GettingStarted.md.tpl @@ -17,6 +17,11 @@ to install the app to > For local debugging using Teams Toolkit CLI, you need to do some extra steps described in [Set up your Teams Toolkit CLI for local debugging](https://aka.ms/teamsfx-cli-debugging). +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Learn more New to Teams app development or Teams Toolkit? Learn more about diff --git a/templates/csharp/notification-http-timer-trigger-isolated/.{{NewProjectTypeName}}/GettingStarted.md.tpl b/templates/csharp/notification-http-timer-trigger-isolated/.{{NewProjectTypeName}}/GettingStarted.md.tpl index 50a3ff0363..7ba37059a6 100644 --- a/templates/csharp/notification-http-timer-trigger-isolated/.{{NewProjectTypeName}}/GettingStarted.md.tpl +++ b/templates/csharp/notification-http-timer-trigger-isolated/.{{NewProjectTypeName}}/GettingStarted.md.tpl @@ -27,6 +27,11 @@ the notification(replace with real endpoint, for example localhost:51 {{/enableTestToolByDefault}} +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Run the app on other platforms The Teams app can run in other platforms like Outlook and Microsoft 365 app. See https://aka.ms/vs-ttk-debug-multi-profiles for more details. diff --git a/templates/csharp/notification-http-timer-trigger-isolated/GettingStarted.md.tpl b/templates/csharp/notification-http-timer-trigger-isolated/GettingStarted.md.tpl index b912866122..a0ed34ec92 100644 --- a/templates/csharp/notification-http-timer-trigger-isolated/GettingStarted.md.tpl +++ b/templates/csharp/notification-http-timer-trigger-isolated/GettingStarted.md.tpl @@ -27,6 +27,11 @@ the notification(replace with real endpoint, for example localhost:51 > For local debugging using Teams Toolkit CLI, you need to do some extra steps described in [Set up your Teams Toolkit CLI for local debugging](https://aka.ms/teamsfx-cli-debugging). +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Learn more New to Teams app development or Teams Toolkit? Learn more about diff --git a/templates/csharp/notification-http-timer-trigger/.{{NewProjectTypeName}}/GettingStarted.md.tpl b/templates/csharp/notification-http-timer-trigger/.{{NewProjectTypeName}}/GettingStarted.md.tpl index 50a3ff0363..7ba37059a6 100644 --- a/templates/csharp/notification-http-timer-trigger/.{{NewProjectTypeName}}/GettingStarted.md.tpl +++ b/templates/csharp/notification-http-timer-trigger/.{{NewProjectTypeName}}/GettingStarted.md.tpl @@ -27,6 +27,11 @@ the notification(replace with real endpoint, for example localhost:51 {{/enableTestToolByDefault}} +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Run the app on other platforms The Teams app can run in other platforms like Outlook and Microsoft 365 app. See https://aka.ms/vs-ttk-debug-multi-profiles for more details. diff --git a/templates/csharp/notification-http-timer-trigger/GettingStarted.md.tpl b/templates/csharp/notification-http-timer-trigger/GettingStarted.md.tpl index b912866122..a0ed34ec92 100644 --- a/templates/csharp/notification-http-timer-trigger/GettingStarted.md.tpl +++ b/templates/csharp/notification-http-timer-trigger/GettingStarted.md.tpl @@ -27,6 +27,11 @@ the notification(replace with real endpoint, for example localhost:51 > For local debugging using Teams Toolkit CLI, you need to do some extra steps described in [Set up your Teams Toolkit CLI for local debugging](https://aka.ms/teamsfx-cli-debugging). +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Learn more New to Teams app development or Teams Toolkit? Learn more about diff --git a/templates/csharp/notification-http-trigger-isolated/.{{NewProjectTypeName}}/GettingStarted.md.tpl b/templates/csharp/notification-http-trigger-isolated/.{{NewProjectTypeName}}/GettingStarted.md.tpl index 50a3ff0363..7ba37059a6 100644 --- a/templates/csharp/notification-http-trigger-isolated/.{{NewProjectTypeName}}/GettingStarted.md.tpl +++ b/templates/csharp/notification-http-trigger-isolated/.{{NewProjectTypeName}}/GettingStarted.md.tpl @@ -27,6 +27,11 @@ the notification(replace with real endpoint, for example localhost:51 {{/enableTestToolByDefault}} +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Run the app on other platforms The Teams app can run in other platforms like Outlook and Microsoft 365 app. See https://aka.ms/vs-ttk-debug-multi-profiles for more details. diff --git a/templates/csharp/notification-http-trigger-isolated/GettingStarted.md.tpl b/templates/csharp/notification-http-trigger-isolated/GettingStarted.md.tpl index b912866122..a0ed34ec92 100644 --- a/templates/csharp/notification-http-trigger-isolated/GettingStarted.md.tpl +++ b/templates/csharp/notification-http-trigger-isolated/GettingStarted.md.tpl @@ -27,6 +27,11 @@ the notification(replace with real endpoint, for example localhost:51 > For local debugging using Teams Toolkit CLI, you need to do some extra steps described in [Set up your Teams Toolkit CLI for local debugging](https://aka.ms/teamsfx-cli-debugging). +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Learn more New to Teams app development or Teams Toolkit? Learn more about diff --git a/templates/csharp/notification-http-trigger/.{{NewProjectTypeName}}/GettingStarted.md.tpl b/templates/csharp/notification-http-trigger/.{{NewProjectTypeName}}/GettingStarted.md.tpl index 50a3ff0363..7ba37059a6 100644 --- a/templates/csharp/notification-http-trigger/.{{NewProjectTypeName}}/GettingStarted.md.tpl +++ b/templates/csharp/notification-http-trigger/.{{NewProjectTypeName}}/GettingStarted.md.tpl @@ -27,6 +27,11 @@ the notification(replace with real endpoint, for example localhost:51 {{/enableTestToolByDefault}} +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Run the app on other platforms The Teams app can run in other platforms like Outlook and Microsoft 365 app. See https://aka.ms/vs-ttk-debug-multi-profiles for more details. diff --git a/templates/csharp/notification-http-trigger/GettingStarted.md.tpl b/templates/csharp/notification-http-trigger/GettingStarted.md.tpl index b912866122..a0ed34ec92 100644 --- a/templates/csharp/notification-http-trigger/GettingStarted.md.tpl +++ b/templates/csharp/notification-http-trigger/GettingStarted.md.tpl @@ -27,6 +27,11 @@ the notification(replace with real endpoint, for example localhost:51 > For local debugging using Teams Toolkit CLI, you need to do some extra steps described in [Set up your Teams Toolkit CLI for local debugging](https://aka.ms/teamsfx-cli-debugging). +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Learn more New to Teams app development or Teams Toolkit? Learn more about diff --git a/templates/csharp/notification-timer-trigger-isolated/.{{NewProjectTypeName}}/GettingStarted.md.tpl b/templates/csharp/notification-timer-trigger-isolated/.{{NewProjectTypeName}}/GettingStarted.md.tpl index 50a3ff0363..7ba37059a6 100644 --- a/templates/csharp/notification-timer-trigger-isolated/.{{NewProjectTypeName}}/GettingStarted.md.tpl +++ b/templates/csharp/notification-timer-trigger-isolated/.{{NewProjectTypeName}}/GettingStarted.md.tpl @@ -27,6 +27,11 @@ the notification(replace with real endpoint, for example localhost:51 {{/enableTestToolByDefault}} +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Run the app on other platforms The Teams app can run in other platforms like Outlook and Microsoft 365 app. See https://aka.ms/vs-ttk-debug-multi-profiles for more details. diff --git a/templates/csharp/notification-timer-trigger-isolated/GettingStarted.md.tpl b/templates/csharp/notification-timer-trigger-isolated/GettingStarted.md.tpl index b912866122..a0ed34ec92 100644 --- a/templates/csharp/notification-timer-trigger-isolated/GettingStarted.md.tpl +++ b/templates/csharp/notification-timer-trigger-isolated/GettingStarted.md.tpl @@ -27,6 +27,11 @@ the notification(replace with real endpoint, for example localhost:51 > For local debugging using Teams Toolkit CLI, you need to do some extra steps described in [Set up your Teams Toolkit CLI for local debugging](https://aka.ms/teamsfx-cli-debugging). +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Learn more New to Teams app development or Teams Toolkit? Learn more about diff --git a/templates/csharp/notification-timer-trigger/.{{NewProjectTypeName}}/GettingStarted.md.tpl b/templates/csharp/notification-timer-trigger/.{{NewProjectTypeName}}/GettingStarted.md.tpl index 50a3ff0363..7ba37059a6 100644 --- a/templates/csharp/notification-timer-trigger/.{{NewProjectTypeName}}/GettingStarted.md.tpl +++ b/templates/csharp/notification-timer-trigger/.{{NewProjectTypeName}}/GettingStarted.md.tpl @@ -27,6 +27,11 @@ the notification(replace with real endpoint, for example localhost:51 {{/enableTestToolByDefault}} +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Run the app on other platforms The Teams app can run in other platforms like Outlook and Microsoft 365 app. See https://aka.ms/vs-ttk-debug-multi-profiles for more details. diff --git a/templates/csharp/notification-timer-trigger/GettingStarted.md.tpl b/templates/csharp/notification-timer-trigger/GettingStarted.md.tpl index b912866122..a0ed34ec92 100644 --- a/templates/csharp/notification-timer-trigger/GettingStarted.md.tpl +++ b/templates/csharp/notification-timer-trigger/GettingStarted.md.tpl @@ -27,6 +27,11 @@ the notification(replace with real endpoint, for example localhost:51 > For local debugging using Teams Toolkit CLI, you need to do some extra steps described in [Set up your Teams Toolkit CLI for local debugging](https://aka.ms/teamsfx-cli-debugging). +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Learn more New to Teams app development or Teams Toolkit? Learn more about diff --git a/templates/csharp/notification-webapi/.{{NewProjectTypeName}}/GettingStarted.md.tpl b/templates/csharp/notification-webapi/.{{NewProjectTypeName}}/GettingStarted.md.tpl index ee4fe83b43..d6ac917874 100644 --- a/templates/csharp/notification-webapi/.{{NewProjectTypeName}}/GettingStarted.md.tpl +++ b/templates/csharp/notification-webapi/.{{NewProjectTypeName}}/GettingStarted.md.tpl @@ -25,6 +25,11 @@ {{/enableTestToolByDefault}} +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Run the app on other platforms The Teams app can run in other platforms like Outlook and Microsoft 365 app. See https://aka.ms/vs-ttk-debug-multi-profiles for more details. diff --git a/templates/csharp/notification-webapi/GettingStarted.md.tpl b/templates/csharp/notification-webapi/GettingStarted.md.tpl index 7526a6cf48..a3a126fdf4 100644 --- a/templates/csharp/notification-webapi/GettingStarted.md.tpl +++ b/templates/csharp/notification-webapi/GettingStarted.md.tpl @@ -25,6 +25,11 @@ to install the app to > For local debugging using Teams Toolkit CLI, you need to do some extra steps described in [Set up your Teams Toolkit CLI for local debugging](https://aka.ms/teamsfx-cli-debugging). +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Learn more New to Teams app development or Teams Toolkit? Learn more about diff --git a/templates/csharp/workflow/.{{NewProjectTypeName}}/GettingStarted.md.tpl b/templates/csharp/workflow/.{{NewProjectTypeName}}/GettingStarted.md.tpl index a1723f8851..a6b4c2a91d 100644 --- a/templates/csharp/workflow/.{{NewProjectTypeName}}/GettingStarted.md.tpl +++ b/templates/csharp/workflow/.{{NewProjectTypeName}}/GettingStarted.md.tpl @@ -19,6 +19,11 @@ to install the app to 6. In the message input field, type and send "helloWorld" to your app to get a response {{/enableTestToolByDefault}} +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Run the app on other platforms The Teams app can run in other platforms like Outlook and Microsoft 365 app. See https://aka.ms/vs-ttk-debug-multi-profiles for more details. diff --git a/templates/csharp/workflow/GettingStarted.md.tpl b/templates/csharp/workflow/GettingStarted.md.tpl index ccb4fb2b18..6bbad27b9f 100644 --- a/templates/csharp/workflow/GettingStarted.md.tpl +++ b/templates/csharp/workflow/GettingStarted.md.tpl @@ -18,6 +18,11 @@ to install the app to > For local debugging using Teams Toolkit CLI, you need to do some extra steps described in [Set up your Teams Toolkit CLI for local debugging](https://aka.ms/teamsfx-cli-debugging). +{{^enableTestToolByDefault}} +## Debug in Test Tool +Teams App Test Tool allows Teams app developers to test and debug bots in local easily and eliminates the necessity for prerequisites such as Microsoft 365 accounts, develop tunnels, or Teams app and bot registration. See https://github.com/OfficeDev/TeamsFx/wiki/Debug-with-Multiple-Profiles-in-Teams-Toolkit-for-Visual-Studio#start-the-app-in-teams-app-test-tool for more details. +{{/enableTestToolByDefault}} + ## Learn more New to Teams app development or Teams Toolkit? Learn more about