> ## 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.

# Office hours: Invoicing

> A recorded office hours session on invoicing in Programa, answering questions put by studios on the call.

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="d00dvby0or" title="Office hours: Invoicing" />

A recorded office hours session on invoicing. Office hours are question-led rather than a set walkthrough, so this one follows what studios on the call asked about. It suits members who have already worked with invoicing and have specific questions of their own.

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

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

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