Frequently Asked Questions for Collaboration#
This document answers frequently asked questions about collaboration with AI Workbench. Use these FAQs to quickly find answers about sharing projects with deep links and badges, and sharing web applications with external users.
Deep Links#
This section answers frequently asked questions about using deep links in AI Workbench.
How do I create a deep link badge?#
You can add a badge to your repository’s README or any Markdown-based page to let users quickly open your AI Workbench project. The badge looks like this:
Steps to Get Your AI Workbench Badge#
To get your AI Workbench badge, follow these steps:
Open your project in AI Workbench
Click Settings in the left sidebar
In the Share Project section, go to the Badge tab
The Markdown code for your badge appears. It follows this format:
[](<Your-URL>)
Copy the Markdown code to your clipboard
Paste the badge code into the repository README.md file or any other Markdown-based document
What happens if a user doesn’t have Workbench installed?#
If a user doesn’t have Workbench installed, the deep link flow will not complete.
However, there is an interstitial web page (the redirect) that will prompt them to install Workbench.
The deep link will not pick back up after they install. They will need to click it again.