1. Fill in the edit form using `jQuery's $.getJSON()` function to get the citation JSON data from `'/citation/{id}'`. 2. Update the database using a `PUT` request to `'/citation/{id}'`, which will be activate when hitting the save button on the form. 3. Reload the page with the new, updated citation.