C
ChallengeLab Help CentreGuidance for challenge teams and operators
Return to ChallengeLab
ChallengeLab Help Centre

Run and participate in challenges with confidence.

Find guidance for challenge work, collaboration, governance and platform administration. Options appear according to your account role and the challenge you have selected.

Updated for Release 13 · 17 July 2026
Important: ChallengeLab records operational choices and agreements. Legal, privacy, employment, Indigenous knowledge and patent matters may still require specialist advice.

Data protection Operational

ChallengeLab governs uploaded files, account privacy requests, retention actions and recovery evidence.

Private file access

Uploaded resources and attachments use links that expire after a short period. A copied old link cannot provide permanent access.

Safety review

Files record pending, clean, quarantined or rejected states. Connect an approved external malware scanner where organisational policy requires it.

Retention and legal hold

Each file receives a retention date. Expired content can be reviewed before purge, while a legal hold prevents deletion.

Your data rights

Signed-in users can open Account security to download their data or request access, correction or deletion.

Account deactivation

The platform administrator can revoke sessions and deactivate access without silently erasing operational evidence.

Verified recovery

A backup counts as verified only after an isolated restoration test is recorded with accountable evidence.

  1. Platform administrators open Platform → Data protection.
  2. Review scan status, retention dates and any quarantined files.
  3. Progress privacy requests and add an accountable resolution note.
  4. Record a successful restore test after checking an actual backup in an isolated environment.
Configuration is not assurance. Maintain an approved privacy impact assessment, retention schedule, backup policy, malware-scanning process and independent security and accessibility review.

Secure access and sessions Operational

Access uses a short-lived email sign-in link and a protected browser session.

  1. Enter the email address attached to your Challenge Hub account.
  2. Open the sign-in link delivered by email. The link can be used once and expires after 15 minutes.
  3. Use Security in the top bar, or Account security in the mobile account panel, to review signed-in devices.
  4. Revoke an unfamiliar device, or choose Sign out when using a shared computer.
Protected session cookie

The session credential is unavailable to page scripts and is not stored in browser local storage.

Rate-limited sign-in

Repeated link and verification attempts are limited and recorded as security events.

Administrator response

The platform administrator can revoke one session or all sessions belonging to an account.

Environment separation

Development-only access tools are disabled in the hosted service and isolated from live accounts and data.

Never forward a sign-in link. It grants access to the account until used or expired. If a link was shared accidentally, use a fresh link and ask the platform administrator to revoke active sessions.

Getting started

Your workspace changes according to your role, challenge membership and selected challenge.

Confirm your account

Your signed-in identity appears in the top bar. Access is controlled by secure email sign-in and your assigned roles.

Choose a challenge

Use Current challenge to move between challenges without changing account. Your role may differ between challenges.

Use the grouped menu

Open a first-tier group, then select a page. On mobile, the menu opens as a drawer from the top bar.

Keep chat available

Challenge chat is the persistent right pane. It can be collapsed, narrow or expanded without losing its conversation.

Changing the selected challenge preserves your signed-in identity while applying the roles and permissions assigned to you for that challenge.

Challenge lifecycle and publishing

Publishing makes the challenge discoverable; it does not start team work or require teams to exist.

StatusWhat it meansTypical actions
DraftVisible only to authorised operators while its design is incomplete.Configure phases, governance, judging, agenda and public information.
PublishedAppears in the public challenge directory and can receive registrations or expressions of interest.Promote the challenge, receive applications and form teams. No team is required before publishing.
ActiveParticipants are working and submitting phase deliverables.Run events, support teams, monitor progress and manage phase access.
JudgingSubmitted evidence is held for assigned judges to assess.Resolve conflicts, complete scorecards and record decisions.
CompletedThe operating cycle is closed and outcomes can be archived or showcased.Publish approved outcomes, report results and retain the audit record.
Publish is not a security approval. Use Challenge readiness to confirm that a particular challenge is configured to operate. Use Platform operations to review service controls and documented operating limits.

Platform administrators Release 13.9

Platform administration is a small, high-trust group with authority across the whole service. It is separate from being an organiser in an individual challenge.

Invite an administrator

Open Platform → Administrators, enter the person’s name and email, then send the secure single-use invitation. It expires after seven days.

System identity

Administrators control the global product name, subtitle, logo mark, optional square brand icon, fonts, colour defaults and reusable sponsor-ready themes.

Security and operations

Administrators can manage accounts and sessions, data protection, deployment checks, live inventory and platform audit activity.

Challenge access remains separate

Challenge roles still control day-to-day design and operations. Grant the appropriate challenge role separately when an administrator also works on a challenge.

  1. Open Platform → Administrators.
  2. Create the invitation. If email delivery is not configured, copy the secure link and send it through an approved channel.
  3. The invited person opens the link to accept the role and sign in.
  4. Revoke a pending invitation or remove authority when it is no longer required.
Keep the group small. Invitations are auditable, accepted links cannot be reused, removal revokes active sessions, and the final active administrator is protected from removal.

Platform operations Operational

A live, read-only view of the service controls and documented operating limits.

  1. Open Platform → Platform operations. This menu item is visible only to platform administrators.
  2. Read the operational status and totals for Ready, Limited and Action required checks.
  3. Review the cloud profile, schema version and each check’s evidence and recommended next action.
  4. Use Refresh checks after changing infrastructure or configuration.
  5. Review the operational inventory and recent audit activity for unexpected changes.
Ready Ready

The application can verify the expected configuration for that check. Independent assurance may still be required.

Limited Limited

The capability is operational with a documented limit, such as host storage or single-instance realtime collaboration.

Action required Action required

A control needs attention and the report provides the next accountable action.

Live inventory

Counts challenges, users, teams, messages, attachments, audit events and locally stored media without exposing credentials.

Cloud foundation, identity and data protection

ChallengeLab uses separated development, staging and live deployment profiles.

Deployment profiles

The hosted service requires PostgreSQL, HTTPS, authentication, trusted hosts and an administrator identity.

Fail-closed configuration

The application refuses to start when a hosted profile contains unsafe defaults rather than silently falling back to development configuration.

Versioned migrations

Database changes are recorded in order. Readiness confirms that the running schema matches the application release.

Health endpoints

Liveness confirms that the process is running. Readiness confirms database access, configuration and schema state before traffic is accepted.

Hardened container

The application runs as a non-root user, includes a health check and keeps generated data outside the packaged image.

Provider-neutral configuration

Deployment examples describe required secrets, PostgreSQL connection, persistent media path and domain settings without committing credentials.

Operational assurance is ongoing. Review storage and scanning providers, automated backups, shared realtime infrastructure, durable jobs and privacy operations as usage and risk evolve.

Understanding the nine readiness checks

The report describes operating boundaries; it is not a security certification.

CheckWhat it verifiesProduction direction
Primary databaseWhether the app is using local SQLite or PostgreSQL.Use PostgreSQL with managed backups for an external multi-user deployment.
Authentication and identityWhether secure sign-in is enforced and development sign-in paths are disabled.Configure SMTP, disable development links, protect the session secret and review security events.
File and media storageWhere chat attachments and media are stored.Use managed object storage, scanning, retention rules and signed access.
Realtime collaborationWhether live chat relies on one running application instance.Add a shared event broker before scaling across instances.
Automation workerEnabled rules and pending or failed automated actions.Use a durable queue, retries, monitoring and failure handling.
Production AI providerWhether a provider is configured and challenge AI is enabled.Retain deterministic fallback, approved-source boundaries and usage review.
Audit coverageApplication audit events retained in the primary database.Add immutable retention, export, alerting and a retention schedule.
Backups and recoveryWhether automated backups and a tested restoration process can be verified.Set recovery objectives and complete a restore rehearsal.
Privacy and deletionWhether governed access, correction, retention and deletion workflows exist.Complete a privacy impact assessment and data-subject workflows.

Two kinds of readiness

They answer different questions and neither replaces the other.

Challenge readiness — challenge level

Is this particular challenge designed and configured well enough to publish or run? It checks items such as dates, phases, governance, onboarding and judging.

Platform operations — service level

Are the technical controls appropriate for current operation? It checks identity, data, recovery, privacy and infrastructure boundaries.

A challenge can be ready while some platform capabilities have documented limits. Responsible operation requires both challenge readiness and appropriate platform controls, plus specialist assurance where necessary.
Challenge design help

Turn an open problem into a fair, workable challenge.

Begin with the decision and outcome, then design the workflow, evidence, governance and participant experience around them.

Recommended design order

Earlier decisions should shape the options that follow.

  1. Define the outcome.
    State what teams should produce and what decision the organiser must make.
  2. Identify participants and stakeholders.
    Describe who works on the challenge, who owns the problem and whose needs must be represented.
  3. Choose progression and submission authority.
    Decide how much facilitator control teams need.
  4. Set governance and IP.
    Publish rules before team onboarding or substantive work begins.
  5. Design phases and deliverables.
    Request only evidence needed for the outcome and judging criteria.
  6. Test the complete journey.
    Check onboarding, charter acceptance, phase access, submission and judging.

Challenge settings

These choices define the public frame and operating window.

Draft

Configuration is incomplete. Avoid onboarding participants against unfinished rules.

Published

Visible and ready for registration, but challenge work may not have begun.

Active

Teams are working through phases and producing deliverables.

Judging / Completed

Judging locks the evidence for review; completed closes the operating cycle.

Online

All onboarding, teamwork, support and submissions happen remotely.

Hybrid Flexible

Combines in-person events with online workspaces and asynchronous work.

In person

Centred on facilitated sessions, with ChallengeLab retaining the evidence record.

Governance notes

Record important boundaries, decision rights and human-approval requirements.

Workflow options

Choose the least restrictive model that still provides clarity and control.

Facilitator moves all teams together

Best for workshops and short cohorts that need common instruction.

Facilitator moves teams individually

Useful when teams progress at different speeds but need readiness checks.

Self-directed teams

Teams move among released phases. Best for experienced participants.

Hybrid progression Common default

Teams explore early phases while facilitators control important gates.

Any participant may submit

Reduces bottlenecks; every submission remains attributable.

Team lead only

Creates a clear checkpoint. Ensure every team has a named lead.

Submitted phase answers are versioned. Reopening should be an explicit facilitator action so the evidence trail stays clear.

Intellectual property policy

The challenge sets a baseline. Teams agree their charter before accessing the workspace.

Ownership of newly created IP

Creators / team retain ownership Preferred baseline

Creators retain their work, subject to the team charter and pre-existing obligations.

Nominated entity

IP is assigned to a named company, university, consortium or other entity.

Multiple named owners

Ownership is shared. Define shares, decisions, licensing and departure arrangements.

Sponsor-owned

The sponsor receives ownership. Use cautiously and obtain legal review.

Open licence

Work is released under a named licence after checking every input permits it.

Custom arrangement

Use when standard models do not fit; state terms clearly and obtain advice.

Organiser and sponsor rights

OptionMeaningDesign note
Challenge administrationUse work to operate, assess and archive the challenge.Narrowest organiser licence.
Administration and showcaseAlso permits approved communications or case studies.Keep participant approval controls.
No sponsor preferenceThe sponsor uses ordinary commercial terms.Cleanest open-innovation model.
First right to negotiateThe sponsor receives an exclusive first negotiation window.Set a short expiry period.
First right of refusalThe sponsor may match a bona fide third-party offer.Potentially restrictive; seek advice.

Safeguards

Publication approval

Requires team approval before public display or communications.

Patent review

Checks whether disclosure could damage patentability.

ICIP protocol

Flags Indigenous knowledge for appropriate authority, attribution and use.

Confidentiality

Team private is safest; public should always be a deliberate choice.

Judging criteria

Criteria should support the decision, not simply reward polished presentation.

Weights total 100%

Use weights to communicate genuine priorities.

Problem and customer evidence

Problem framing, stakeholder understanding and evidence quality.

Value and impact

Expected benefit, inclusion and measurable outcomes.

Feasibility

Technical, operational, regulatory and commercial credibility.

Implementation pathway

Ownership, risks, resources, partnerships and next steps.

Criterion links

Connect each deliverable to the criteria it supports.

Assumptions and Notes Register

The register is the team’s shared follow-up list. It carries important uncertainties, work and context across phases so they are not lost in chat or buried inside a deliverable.

Assumption

A belief that matters but is not yet proven—for example, “customers will share property data.” Write it so evidence could validate or disprove it.

Task / to-do

A concrete action still required, such as arranging an interview, checking a regulation or updating a test plan.

Note

Useful context, an emerging decision, a question to revisit or information the whole team should retain.

Team-wide or phase-specific

Use team-wide for items that persist throughout the challenge. Link an item to a phase when it is mainly relevant to that stage.

Owner and priority

Assign an owner when action is required. High priority should identify work that blocks evidence, progress or submission.

Status

Tasks move from open to in progress or done. Assumptions should be marked validated or invalidated when evidence changes the team’s view.

Is it required for every phase? The register itself is available throughout the challenge; it is not automatically a required submission for every phase. An organiser can make assumption or task review compulsory by adding a required phase deliverable—for example, “List the assumptions tested, evidence gathered and resulting decisions.”

Good team practice

  1. Capture important items directly or promote them from team chat.
  2. Review open items when beginning and finishing each phase.
  3. Assign owners and due attention to tasks that could block progress.
  4. Update assumptions when evidence is collected—do not silently delete them.
  5. Use validated and invalidated assumptions as evidence when writing deliverables.

Phases and deliverables

A phase is a period of work. A deliverable is the evidence produced during it.

Purpose

Explain the decision or learning goal for the phase.

Instructions

Tell teams what to do, applicable boundaries and where help is available.

Required deliverable

Must be answered before submission. Use only for essential evidence.

Optional deliverable

Useful supporting material that should not block progress.

Open

Available according to the challenge’s progression model.

Locked / Completed

Locked prevents work; completed preserves submitted evidence.

A strong prompt asks for a claim, evidence and implication—for example: “What are your three riskiest assumptions, what would disprove them, and what will you test first?”

AI personas

AI personas are simulations for coaching and structured challenge—not substitutes for real customers, experts or judges.

Coach or mentor

Prompts reflection and planning without doing the team’s work.

Customer simulation

Helps rehearse questions; insights still need real-world validation.

Subject expert

Provides bounded guidance from approved sources and acknowledges gaps.

AI judge

Structures assessment but cannot select winners or make final decisions.

Role guides

This is the first role-help release. Later versions can add contextual guidance to each workspace.

Organiser

Owns challenge design, governance and final operating authority.

  • Define outcomes, dates and eligibility.
  • Publish workflow, judging and IP rules before onboarding.
  • Assign facilitators, experts and judges.
  • Approve material changes and final decisions.

Facilitator

Runs the participant experience and keeps teams progressing fairly.

  • Manage teams, membership and phase access.
  • Resolve blockers and expert requests.
  • Monitor readiness without changing team content.
  • Record exceptions and reopening actions.

Participant

Contributes to team work, evidence and deliverables.

  • Complete onboarding and personally accept the charter.
  • Declare affiliations and background IP.
  • Work within released phases.
  • Respect confidentiality and third-party rights.

Team lead

Coordinates the team and may hold submission authority.

  • Confirm everyone completed onboarding.
  • Coordinate charter terms and amendments.
  • Check required answers and criterion coverage.
  • Submit after team review.

Expert or mentor

Provides bounded advice without owning the team’s decision.

  • Declare expertise, conflicts and confidentiality.
  • Separate facts, assumptions and recommendations.
  • Avoid restricted third-party material.
  • Record useful advice clearly.

Judge

Assesses submitted evidence against published criteria.

  • Declare conflicts before review.
  • Judge submitted evidence, not private activity.
  • Record rationale and follow-up questions.
  • Treat AI assessment as advisory.

Persistent Collaboration Chat

Chat stays available across the platform in a collapsible right pane. Its room selector keeps platform-wide staff coordination separate from challenge and team conversations.

Platform staff chat

Platform administrators, active organisers and active facilitators can coordinate across all challenges. Messages can target all platform staff, administrators, organisers or facilitators.

Challenge team chat

Select a team, audience and optional phase or agenda context. Team conversations remain isolated from the platform-wide room and from other teams.

Standard drawer Default

Keeps the shared conversation visible while leaving space for the page you are using.

Collapsed or expanded

Collapse chat for maximum working space and unread notifications, or expand it for detailed discussion and attachments.

Filters and search

Filter platform messages by staff role or challenge messages by sender and context, while retaining one persistent history in each room.

Replies and secure attachments

Reply within the selected room and share governed files using expiring download links.

The Platform-wide label identifies staff messages that are not connected to a challenge. Human team messages never require AI; explicitly select an AI persona only when simulated guidance is wanted.