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

# Events

> Upcoming and past Prompthon events, plus the workshop materials used during hands-on sessions.

<div className="not-prose my-4 rounded-md border border-gray-200 bg-gray-50 p-2 text-sm dark:border-gray-800 dark:bg-gray-900/40">
  <div className="mb-2 px-1 text-xs font-semibold uppercase tracking-wide text-gray-500 dark:text-gray-400">Need help?</div>

  <div className="flex flex-wrap gap-2">
    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://discord.gg/sDE2HhGTg4" target="_blank" rel="noreferrer">
      <Icon icon="discord" iconType="brands" size={14} />

      <span>Ask in Discord</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/issues/new/choose" target="_blank" rel="noreferrer">
      <Icon icon="github" iconType="brands" size={14} />

      <span>Open a GitHub issue</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/blob/main/SUPPORT.md" target="_blank" rel="noreferrer">
      <Icon icon="life-ring" size={14} />

      <span>Support guide</span>
    </a>
  </div>
</div>

Events are the public record for Prompthon workshop sessions and community
learning activities. This page keeps upcoming sessions, past event history, and
the hands-on materials used during workshops in one place.

## Upcoming Events

No upcoming events are listed yet. Join
[Discord](https://discord.gg/sDE2HhGTg4) to get the latest updates.

## Past Events

| Event                                          | Time                                           | Address / access                                                                                      | Language           | Brief                                                                                                                                                                                                                   |
| ---------------------------------------------- | ---------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Career Development Conference & Job Fair       | March 15, 2026, Sunday, 12:00 PM-4:00 PM       | 900 York Mills Rd, North York; Crowne Plaza Toronto, Prince Ballroom                                  | English            | Free career development conference and job fair. Dress code: business formal or business casual.                                                                                                                        |
| How to Enter the AI Industry Within Six Months | March 16, 2026, Monday, 8:00 PM Toronto time   | Zoom online meeting                                                                                   | Chinese / Mandarin | Online AI career webinar by Victoria Training Center covering generative AI internship projects, enterprise mentors, AI skill training, internship opportunities, resume and interview coaching, and reference support. |
| York University Tech Career Webinar / Workshop | April 23, 2026, 6:30 PM                        | York University First Student Centre, 3rd Floor, Room 307; 4700 Keele St #335, North York, ON M3J 1P3 | English            | Tech career-focused session at York University, likely for students or early-career participants interested in technology career paths.                                                                                 |
| OpenClaw Workshop: Set Up Your Own AI Agent    | April 25, 2026, Saturday, 1:00 PM Toronto time | 7050 Woodbine Ave., #300, Markham                                                                     | Chinese / Mandarin | Free in-person OpenClaw workshop and installation support session, limited to 20 spots, first come first served.                                                                                                        |

## OpenClaw Materials

<CardGroup cols={1}>
  <Card title="OpenClaw Workshop" icon="graduation-cap" href="/workshops/openclaw">
    Install OpenClaw, prepare accounts, onboard a Discord-backed agent, and keep
    the core commands nearby.
  </Card>
</CardGroup>

## Codex Materials

<CardGroup cols={1}>
  <Card title="Codex Workshop" icon="code" href="/workshops/codex">
    Set up the Codex app, connect GitHub Desktop, and clone the handbook into a
    real local project folder.
  </Card>
</CardGroup>

## Shared Workshop Materials

<CardGroup cols={2}>
  <Card title="Claude Code" icon="terminal" href="/workshops/desktop-agents/claude-code">
    Set up Claude Code as a local terminal agent, connect to project-scoped MCP
    tools, and keep the same repo-first working style.
  </Card>

  <Card title="Skills Introduction" icon="wand-magic-sparkles" href="/workshops/skills-introduction">
    Learn what Codex skills are, when to use them, and how they fit after the
    desktop-agent setup.
  </Card>

  <Card title="Gmail OAuth Setup" icon="envelope" href="/workshops/gmail-oauth-setup">
    Create Google Cloud OAuth credentials for local Gmail-backed agent
    starters, including client IDs, secrets, refresh tokens, and scopes.
  </Card>
</CardGroup>

## How To Use The Materials

Start with the primary workshop track you need, then pull in shared material as
needed:

1. Choose a primary track: [OpenClaw](/workshops/openclaw) or [Codex
   Workshop](/workshops/codex).
2. Use [Claude Code](/workshops/desktop-agents/claude-code) if you want a
   second local coding-agent surface alongside Codex.
3. Read [Skills Introduction](/workshops/skills-introduction) when you are ready
   to turn repeated tasks into reusable workflows.
4. Use [Gmail OAuth Setup](/workshops/gmail-oauth-setup) when a local starter
   needs direct Gmail API send or sync access.

<Note>
  Event and workshop pages are public learning material. Do not publish private
  tokens, personal account details, or screenshots that expose credentials.
</Note>
