> ## Documentation Index
> Fetch the complete documentation index at: https://academy.programa.design/llms.txt
> Use this file to discover all available pages before exploring further.

# First look at Presentations

> A recorded first look at Presentations in Programa, for studio members seeing the feature for the first time.

export const WistiaVideo = ({mediaId, title}) => <div style={{
  position: "relative",
  width: "100%",
  paddingBottom: "56.25%",
  overflow: "hidden",
  borderRadius: "0.5rem"
}}>
    <iframe src={`https://fast.wistia.net/embed/iframe/${mediaId}`} title={title} allow="autoplay; fullscreen" allowFullScreen style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
  border: 0
}} />
  </div>;

<WistiaVideo mediaId="k0px89u61z" title="First look at Presentations" />

A recorded first look at Presentations in Programa. It suits members meeting this part of the platform for the first time and wanting an overview before trying it in their own projects.

Runs about 59 minutes. You don't need to be signed in to Programa to watch.

<Note>
  For step-by-step written instructions on Presentations, see the
  [help centre](https://help.programa.com.au).
</Note>

Browse the rest of the library under [All recordings](/academy/webinars).
