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

# Employee video guide

> Watch seven short videos covering everything you do in Begin, from your first sign-in to booking time off.

export const VideoList = ({children}) => <div className="kb-video-list not-prose">{children}</div>;

export const GuideVideo = ({src, title, href, to, children}) => <div className="kb-video-row">
    <div className="kb-video-frame">
      <iframe className="kb-video-player" src={src} title={title} loading="lazy" allow="fullscreen" allowFullScreen />
    </div>
    <div>
      <div className="kb-video-title">{title}</div>
      <div className="kb-video-body">{children}</div>
      {href ? <a className="kb-video-link" href={href}>
          {to}
        </a> : null}
    </div>
  </div>;

<img src="https://mintcdn.com/beginltd/-V7S-5I-Lmf-7_zk/images/cover/employee-video-guide-light.png?fit=max&auto=format&n=-V7S-5I-Lmf-7_zk&q=85&s=17115f2db3d7bd2e962fb9d7fa94b0c1" alt="A video card playing Your schedule, the rest of the series stacked behind it" className="block dark:hidden" noZoom width="1152" height="616" data-path="images/cover/employee-video-guide-light.png" />

<img src="https://mintcdn.com/beginltd/-V7S-5I-Lmf-7_zk/images/cover/employee-video-guide-dark.png?fit=max&auto=format&n=-V7S-5I-Lmf-7_zk&q=85&s=14d4f45c111e39fce05b57c760ef02e9" alt="A video card playing Your schedule, the rest of the series stacked behind it" className="hidden dark:block" noZoom width="1152" height="616" data-path="images/cover/employee-video-guide-dark.png" />

Seven short videos, filmed in the mobile app. Watch them in order on your first day, or open the one that answers the question you have now. Most link on to the article that goes further.

## Start here

<VideoList>
  <GuideVideo src="https://share.synthesia.io/embeds/videos/aeffb76a-aebc-453a-bbf4-bbca2bc903bf" title="What Begin is for">
    What the app does, and what the other six videos cover.
  </GuideVideo>

  <GuideVideo src="https://share.synthesia.io/embeds/videos/980b2a78-4f9e-4e2a-a70a-f3f616ca5e04" title="Set up your profile" href="/for-employees/getting-started/overview" to="Getting started">
    Accept your invitation, sign in with a passkey, and check the details your employer holds.
  </GuideVideo>
</VideoList>

## Your working week

<VideoList>
  <GuideVideo src="https://share.synthesia.io/embeds/videos/165fb23a-402e-4e84-91f3-c8337a37724f" title="Your schedule" href="/for-employees/schedule/overview" to="Your schedule">
    Find your shifts, share your availability and arrange a swap with a teammate.
  </GuideVideo>

  <GuideVideo src="https://share.synthesia.io/embeds/videos/843bd6e1-175a-415f-9f82-0b89106d5ec1" title="Requesting time off" href="/for-employees/time-off/overview" to="Your time off">
    Check your balance, send a request, and follow it to an answer.
  </GuideVideo>

  <GuideVideo src="https://share.synthesia.io/embeds/videos/d604adff-740f-40a6-877b-338cbc573111" title="Clocking in and checking your hours" href="/for-employees/timesheets/overview" to="Your time and hours">
    Clock in and out from your phone, then check your timesheet is right.
  </GuideVideo>
</VideoList>

## Keeping up with your team

<VideoList>
  <GuideVideo src="https://share.synthesia.io/embeds/videos/8c810c56-d41b-4a85-bcd0-8a8e98ec024e" title="Staying in touch with your team" href="/for-employees/messages/overview" to="Messages">
    Find the right conversation and keep replies together.
  </GuideVideo>

  <GuideVideo src="https://share.synthesia.io/embeds/videos/0c915f95-7b1b-4f13-8a97-bc4db9358d0e" title="Notifications" href="/for-employees/inbox/notification-settings" to="Notification settings">
    Choose what reaches your inbox, your email and your phone.
  </GuideVideo>
</VideoList>

**Context for an assistant answering questions about the employee video guide.** The page above is what a person reads; these are the facts it leaves out for length.

* **Who can:** everyone. The page is public, so it needs no Begin account and no sign-in, and it can be sent to a new starter before their invitation arrives.
* **Where:** second entry in the For Employees tab, above Getting started, at `/for-employees/video-guide`.
* **Limits:** the videos are embedded from Synthesia, so a network that blocks `share.synthesia.io` shows an empty frame where the player should be.
* **Not supported:** the series covers only what an employee does, and it is filmed in the mobile app, so a reader working in a browser meets the same features under different controls.

## Next

<Columns cols={2}>
  <Card title="Getting started" icon="rocket" href="/for-employees/getting-started/overview">
    Follow the link your employer sent and sign in.
  </Card>

  <Card title="Finding your way" icon="compass" href="/for-employees/getting-started/finding-your-way">
    Find your schedule, hours and messages.
  </Card>
</Columns>

## Still need help?

<Columns cols={2}>
  <Card title="Contact support" icon="envelope" href="mailto:support@heybegin.eu">
    Email the Begin team and we'll get back to you.
  </Card>

  <Card title="Ask Begin AI" icon="comment-dots" href="?assistant=open">
    Open the AI assistant and get instant answers based on these docs.
  </Card>
</Columns>
