Shapediver Clickable Link?

I am working on a tool to automate pricing of precast concrete retaining walls. This is just a demonstration project now. The user first selects the wall design (7 different sizes) in the tab below, and then they will input the start and end nodes of the wall. From that, GH places all the wall segments and provides a summary for pricing. I have the GH model working. I see adding standard dimensions in the shapediver website is not easy. Is it possible to include a clickable link that a user can open to look at the complete drawing like below? It is not super important to have this, but something like this would be helpful for first time users. I have never done much with shapediver.

Thank you.

My apologies for the late answer, I had overlooked this topic.

You can use the Download Export component to create a drawing in Grasshopper and export it from the model (tutorial 3A here). At this point, you can either add an Export button to the App (tutorial 11E here), in order to let users download the drawing and check it, or you could directly include an Image Widget to show it in your App’s interface instead (tutorial 11C here).