Documate is now Gavel! Read more about why we’re excited about this rebrand.

Buttons

Add buttons to link out from your workflow

You can add a button anywhere in your interview workflow to link to any site, like this:

${ action_button_html("https://www.gavel.io", label="Visit our web site") }

Replace only the bolded text above.

This text will look like the below, and will link to www.gavel.io:

alt text here
Add a hyperlink to your workflow

If you write: [Link text here](https://www.gavel.io) it will display: Link text here

If you would like it to open to a new tab:
<a target="_self" href="https://www.gavel.io">Link Text Here</a>