Add Help option to custom extension buttons

Is it possible to add a “Help” option to a custom button?
I’ve made a ribbon of custom tools tailored to my practices usecase, but I’d like to add a link to a help/demo page (could be a url), similar to how the in-built Revit buttons has the option of Press F1 for Help.

That’s actually very easy to do.

You have a few options here, but I recommend creating a bundle.yaml file (inside your pushbutton folder) with a help_url field, by adding that , you can now press F1 just like the PyRevit tools

Bundle Metadata (notion.site)

2 Likes