Workshop materials

Workshop worksheet

Give each participant a focused worksheet with prompts, notes, and one next step.

File types
PDF
Size
A4 PDF
Use case
Workshop materials
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Bebas Neue font, original graphic marks, and fictional sample names.
An A4 workshop worksheet on a dark navy page with a lime dashed seal stating the session date, a cyan-bordered participant box, four lime-numbered prompts with ruled answer lines, a cyan dashed notes box, and a lime next-step line.
workshop-worksheet/template.html

About this design

What you can make with it.

Facilitators print one for every person in a session. It states the outcome, works through a few numbered prompts, and leaves ruled space for notes and one next step. Swap in fresh prompts for every topic your session covers.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. Workshop nameA short text.
  2. Session labelA short text.
  3. DateA short text.
  4. FacilitatorA short text.
  5. ParticipantA short text.
  6. OutcomeA short text.
  7. PromptsA list of items. Each item has number, title, question and cue.
  8. Note promptA short text.
  9. Next stepA short text.
  10. FooterA short text.
Sample data
{
  "workshop_name": "Pricing your services with confidence",
  "session_label": "Team workshop · Working sheet",
  "date": "24 September 2026",
  "facilitator": "Maya Chen",
  "participant": "Alex Morgan",
  "outcome": "Leave with a clear price for one service and the words to explain it.",
  "prompts": [
    {
      "number": "01",
      "title": "Name the service",
      "question": "Which single service will you price today?",
      "cue": "Pick the one clients ask about most."
    },
    {
      "number": "02",
      "title": "Know your worth",
      "question": "What result does this service give the client?",
      "cue": "Describe the outcome, not the hours."
    },
    {
      "number": "03",
      "title": "Set the number",
      "question": "What price covers your time and feels fair to charge?",
      "cue": "Say the number out loud before you write it."
    },
    {
      "number": "04",
      "title": "Plan the conversation",
      "question": "How will you explain this price to a client?",
      "cue": "Write the first sentence you will say."
    }
  ],
  "note_prompt": "Capture any doubts, questions, or a price you want to test with a real client.",
  "next_step": "Say this new price out loud to one real client this week.",
  "footer": "Keep this sheet with your notes from today's session."
}

For developers

Make this file from your code or your AI tools.

Save your copy once, then send the new details with each request. Each finished file costs 1 credit.

API request
curl https://thirds.ai/v1/pdf \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: workshop-worksheet-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"workshop_name":"Pricing your services with confidence","session_label":"Team workshop · Working sheet","date":"24 September 2026","facilitator":"Maya Chen","participant":"Alex Morgan","outcome":"Leave with a clear price for one service and the words to explain it.","prompts":[{"number":"01","title":"Name the service","question":"Which single service will you price today?","cue":"Pick the one clients ask about most."},{"number":"02","title":"Know your worth","question":"What result does this service give the client?","cue":"Describe the outcome, not the hours."},{"number":"03","title":"Set the number","question":"What price covers your time and feels fair to charge?","cue":"Say the number out loud before you write it."},{"number":"04","title":"Plan the conversation","question":"How will you explain this price to a client?","cue":"Write the first sentence you will say."}],"note_prompt":"Capture any doubts, questions, or a price you want to test with a real client.","next_step":"Say this new price out loud to one real client this week.","footer":"Keep this sheet with your notes from today'"'"'s session."}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "workshop-worksheet-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "workshop_name": "Pricing your services with confidence",
          "session_label": "Team workshop · Working sheet",
          "date": "24 September 2026",
          "facilitator": "Maya Chen",
          "participant": "Alex Morgan",
          "outcome": "Leave with a clear price for one service and the words to explain it.",
          "prompts": [
            {
              "number": "01",
              "title": "Name the service",
              "question": "Which single service will you price today?",
              "cue": "Pick the one clients ask about most."
            },
            {
              "number": "02",
              "title": "Know your worth",
              "question": "What result does this service give the client?",
              "cue": "Describe the outcome, not the hours."
            },
            {
              "number": "03",
              "title": "Set the number",
              "question": "What price covers your time and feels fair to charge?",
              "cue": "Say the number out loud before you write it."
            },
            {
              "number": "04",
              "title": "Plan the conversation",
              "question": "How will you explain this price to a client?",
              "cue": "Write the first sentence you will say."
            }
          ],
          "note_prompt": "Capture any doubts, questions, or a price you want to test with a real client.",
          "next_step": "Say this new price out loud to one real client this week.",
          "footer": "Keep this sheet with your notes from today's session."
        }
      }
    }
  }
}

Make this design yours.

Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.