Like this if you are assigning to categories (assuming that you have already created a Site Reviews category with a slug of “people”):
[site_reviews_summary category=people]
[site_reviews category=people]
[site_reviews_form category=people]
Or like this if you are assigning to the current page:
[site_reviews_summary assigned_to=post_id]
[site_reviews assigned_to=post_id]
[site_reviews_form assign_to=post_id]
Please refer to the “Site Reviews > Documentation > Shortcodes” page to learn more about how to use the shortcode options.