Calling a plugin in theme development

You must check the documentation of the plugin.

  1. Is it supporting shortcodes? Do sometingh like <? do_shortcode('[plugin_shortcode]'); ?>
  2. Has function to call in the theme? Do something like <? my_plugin_function(); ?>