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

# Upcoming workshops

> Register for a live Programa workshop and put your questions to the team.

export const SequelEvent = ({eventId, registrationOnly = false, height = "34rem", title = "Programa workshop registration"}) => <div style={{
  position: "relative",
  width: "100%",
  height,
  overflow: "hidden",
  borderRadius: "0.625rem"
}}>
    <iframe src={`https://embed.sequel.io/event/${eventId}${registrationOnly ? "?registrationOnly=true" : ""}`} title={title} allow="camera; microphone; autoplay; fullscreen" allowFullScreen style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
  border: 0
}} />
  </div>;

Workshops are live sessions where the Programa team walks through part of the platform and answers questions from the studios on the call.

Everything on Academy is public. You don't need to be signed in to Programa to take part — live workshops just ask you to register first.

## Join the next session

Register below to save your spot. When the session starts, it plays right here — you don't need to go anywhere else.

<SequelEvent eventId="0dc054c0-84a6-4e12-9f4a-21ac92410159" height="80vh" />

## Which workshop suits you

<CardGroup cols={2}>
  <Card title="New to Programa" icon="play" href="/guides/getting-started">
    Sessions for studios finding their way around Programa for the first time.
  </Card>

  <Card title="Feature sessions" icon="layer-group" href="/guides/features">
    Sessions that go deep on one part of the platform.
  </Card>
</CardGroup>

## Can't make the time?

Past workshops are published under [All recordings](/academy/webinars), so you can catch up whenever it suits.
