Skip to content
Draft
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
12 changes: 12 additions & 0 deletions setup-and-administration/connecting-to-trunk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ If your team is already on Trunk and you're looking to join an existing organiza

After connecting to Trunk, you're ready to get started.

### Direct product links

You can link directly to a product without knowing your organization slug. These shortcuts route you to the product page for your current organization, or prompt you to pick one if you have not yet selected an organization:

| Shortcut | Destination |
| --- | --- |
| [`app.trunk.io/merge-queue`](https://app.trunk.io/merge-queue) | Merge Queue |
| [`app.trunk.io/flaky-tests`](https://app.trunk.io/flaky-tests) | Flaky Tests |
| [`app.trunk.io/cloud`](https://app.trunk.io/cloud) | Trunk Cloud |

Query parameters are preserved through the redirect, so links like `app.trunk.io/flaky-tests?tab=history` land on the right view. Use these shortcuts when sharing links in docs, issues, or chat where the recipient's organization slug is unknown.

### Next steps

<Columns cols={2}>
Expand Down