Inside Activate
Web Portal
Activate URL Shortener
7 min
overview activate to links are a new feature in activate that allow you to create shortcut urls — short, memorable links that redirect users to specific tools, dashboards, articles, or other resources within your activate environment this functionality is available in customer hosted installations and is designed to simplify navigation, improve usability, and make it easier to share internal resources instead of long, complex urls, you can use clean, branded links like https //youractivateserver/to/interesting article to read this link will automatically redirect users to the full destination page, such as an internal article or tool, based on a simple configuration what is an activate to link? an activate to link is a simplified url that maps to a longer internal route within your activate environment these links are structured using a consistent format and are powered by a built in redirect mechanism format https //youractivateserver/to/\<slug> youractivateserver is the base url of your activate installation \<slug> is a unique, human readable identifier for the destination (e g , a tool, article, or dashboard) benefits faster navigation jump directly to key tools or content improved usability easier to remember and share than full urls internal consistency works across your own activate environment customizable you can define slugs that match your team’s naming conventions easily reconfigurable you can update where an activate to link points by changing a single configuration value — no need to update links across documentation or systems how to use it enter or share the activate to link in your browser or documentation the system will redirect to the corresponding internal route log in if required , and you’ll land directly on the target page example article link let’s say you want to link directly to an internal article titled “an interesting article to read ” you can create an activate to link like https //youractivateserver/to/interesting article to read in this case, the slug is interesting article to read this will redirect users to the full article page within your activate instance how to set up a new activate to link to create a new activate to link in your environment open activate studio navigate to resources > configuration > web > redirects create a new parameter name this will be the slug used in the url (e g , interesting article to read ) value this should be the destination url it can be a relative path (e g , /articles/12345 ) or an absolute url (e g , https //youractivateserver/articles/12345 ) recycle the application pool for the changes to take effect this step is required to load the new configuration into memory once complete, the new link will be available at https //youractivateserver/to/\<your slug> tips use activate to links in internal wikis, onboarding guides, or support responses bookmark frequently used slugs for quick access ensure slugs are unique and clearly named to avoid confusion if the destination changes, simply update the slug’s target in your configuration — the link stays the same