Show small New, Moved, and Updated labels directly on your product UI, then take customers to the changelog entry with the detail.
Contextual signposts put a small New, Moved, or Updated label on a specific part of your product. A customer can select the label to open the changelog entry that explains the change.
Signposts are deliberately small. Use them for a short period after a meaningful change, then let them expire. They complement a changelog; they do not replace the detail in the post.
Your product must already have the ChangeCrab embed installed. Open the product page containing the button, link, menu item, or other control you want to highlight. You do not need to edit that page or add ChangeCrab-specific code.
ChangeCrab identifies the target using a selector copied by your browser. The selector is simply the browser's address for that element; you can copy and paste it without having to understand or write code.
Browser wording varies slightly, but Chrome, Edge, and other Chromium-based browsers follow this flow. Ask whoever maintains your product for a stable selector if your browser does not offer Copy selector.
/billing for one path, or /billing/* for that path and its subpages.You can add up to three signposts to one entry. Each active signpost appears at the target element's top-right corner and links to that entry's public changelog page.
The copied selector should point to one element on the page. Test the published signpost on the exact URL where customers will see it. If your product's layout later changes, copy the target again and update the signpost.
A short selector based on a unique element ID or a stable product attribute is usually more durable than one containing a long chain of layout positions. You can paste either form; if the browser gives you a very long selector, your product team may be able to provide a more stable one.
The label is an accessible, clickable part of the page. Selecting it opens the matching changelog entry in a new tab without activating the underlying button or link. This lets a customer keep their place in the product while getting the context they need.
The selector may match more than one element, or the target may sit inside a container that affects positioning. Copy the exact control again. If the problem remains, ask your product team for a selector that identifies only that element, then choose Beside element as an alternative position if needed.