Launcher lets you create launchpads—customizable start pages that surface the Dynatrace apps and content most relevant to your work. When you open a launchpad, you land on the components you use most, with quick navigation to the rest of the platform. You can make launchpads for yourself or to share with your team.
Go to
Launcher.
Select Browse all in the upper-left corner to display the Launchpads page.
Use the tabs over the table to display:
You can also use the search bar to search for a launchpad by name or ID.
To add a new launchpad, select Launchpad.
In the Customize panel, select a component type and start customizing it. Components you can add to your launchpad include:
After you have built your launchpad, select Done.
Home launchpads act as individual start pages, providing a customized experience when using Dynatrace, for focus and quick access to things people need most. For example, if you use certain apps and dashboards every day, you could add links to your home launchpad.
To set home launchpads for user groups
After setting a home launchpad, it will be indicated as the Home launchpad and load as the start page when entering Dynatrace. Access to Getting started with Dynatrace, the default home launchpad, is retained on the launchpads overview page.

To set your personal home launchpad

Setting a home launchpad for yourself will override any home launchpad set by your admin. Access to home launchpads set by your admin will be retained under Suggested on the launchpads overview page.
If a home launchpad fails to load (for example, due to failing permissions), the next in line opens.
Select in a launchpad header or on the Launchpads page to access common actions:
Rename changes the name in the heading of the launchpad.
Duplicate makes a copy of the current launchpad so you can build a new launchpad based on the current launchpad.
Download saves the current launchpad as a local JSON file. See Download and upload a launchpad.
Change owner assigns launchpad ownership to a new owner.
Set as Home makes the current launchpad your personal home launchpad.
Add to Dock pins the selected launchpad to the Dynatrace dock.
Move to trash puts the selected launchpad in the trash.
To customize a launchpad, open the launchpad and select Customize.

Adding an icon will help your team know which launchpad they're on and will make it easier to pick the right one from a list of launchpads.
To add a launchpad icon
To move a launchpad between environments
If you own a launchpad, you can share it with other users in your Dynatrace environment.
For details on sharing Dynatrace documents (including launchpads), see Share documents.
Launcher uses the document service API to persist launchpads as documents.
Documents are content-agnostic, but have common metadata: a unique identifier, a name, and a description.
To distinguish different types of documents, and to make them visible to the respective apps, they need the correct type document attribute, in this case: launchpad. This attribute can also be used to query the API as shown in the following example.
https://environment/platform/document/v1/documents?filter=type='launchpad'
To see the full API documentation for the documents service
Go to the Document service page of the Dynatrace Developer site.
In the Related links section, select the Swagger API link.
You may need to sign in to your Dynatrace environment.
In this example, you make a very simple launchpad.
This is my first launchpad.<your name>'s first launchpad.If your name was Alex, your launchpad would look something like this.

Suppose you need to create and edit notebooks and dashboards multiple times in your daily work. This example creates a launchpad that links to
Notebooks and
Dashboards, and designates the new launchpad as your home (default) launchpad.
Go to
Launcher.
Select Browse all.
To create a new launchpad, select Launchpad.
Name your launchpad.
In the header, change Untitled launchpad to something like <your name>'s Home Launchpad.
Describe your launchpad.
This is my daily launchpad. You can select and format your text with standard Markdown formatting.Add links to
Notebooks and
Dashboards.
notebooks and select the
Notebooks app.dashboards and select the
Dashboards app.Daily Apps.I use these apps every day.Select Done.
In the launchpad header, open the menu and select Set as Home.
In this example, Alex created a launchpad with links to apps they use every day, and they made it their home (default) launchpad.

Dynatrace Playground is a public Dynatrace environment where you can explore features without affecting your own data. This example makes a copy of the Playground home launchpad so you can explore with editing a real launchpad.
Go to Playground.
The default Welcome to the Dynatrace Playground launchpad is displayed. You can't edit that launchpad, but you can make a copy and explore the copy.
Open the menu in the launchpad header and select Duplicate.
This makes a copy of the current launchpad and displays it with the the name Copy of Welcome to the Dynatrace Playground.
Select Customize in the header to edit your copy.
Explore the existing launchpad component.
It's your launchpad. Feel free to make edits, try new things, and delete it if you no longer want it.
When you're finished editing, select Done to display your updated launchpad.