All standards

Community standard

Away For The Day

Active

by Away For The Day

Evidence-based campaign for school phone policies backed by research on academic achievement.

4enforced rules
518age range
About this standard

What Away For The Day asks for.

Away For The Day provides schools and parents with research-backed resources to implement phone-free school policies. Their studies show that schools banning phones see improvements in test scores, social interaction, and mental health. Unlike enforcement-only approaches, Away For The Day includes parent education and community buy-in strategies. Families using Phosra can enforce school-hour restrictions from the Away For The Day standard while getting data on how the policy impacts their child's device usage patterns.

Adopt this standard

Add this standard to your child's profile. Phosra will automatically enforce all rules across every connected platform.

How Phosra enforces it

Away For The Day, mapped to the Phosra API.

Enforce Away For The Day rules individually or adopt the entire standard in one call. Each rule decomposes into the OCSS rule vocabulary a conformant router carries across every surface.

Away For The Day

Adopt entire standard

Enforce all 4 rules from Away For The Day across every connected platform with a single API call.

POST /v1/enforcement/standards
bash
curl -X POST https://api.phosra.com/v1/enforcement/standards \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "child_id": "ch_emma_01",
    "standard_id": "away-for-the-day",
    "enforce_all_rules": true
  }'

School hours block

Scheduled Access Windows

time_scheduled_hours

Restricts device or app access to approved time windows.

POST /v1/rules — School hours block
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "time_scheduled_hours",
      "value": "Bell-to-bell restriction",
      "platforms": [
          "*"
      ]
  }'

Notifications off

Notification Curfew

notification_curfew

Enforces the notification curfew rule via the Phosra API.

POST /v1/rules — Notifications off
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "notification_curfew",
      "value": "During school hours",
      "platforms": [
          "*"
      ]
  }'

Usage reporting

Screen Time Report

screen_time_report

Enforces the screen time report rule via the Phosra API.

POST /v1/rules — Usage reporting
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "screen_time_report",
      "value": "School vs. home comparison",
      "platforms": [
          "*"
      ]
  }'

Academic monitoring

Activity Monitoring

monitoring_activity

Enables parent-visible activity reports across platforms.

POST /v1/rules — Academic monitoring
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "monitoring_activity",
      "value": "During school hours",
      "platforms": [
          "*"
      ]
  }'
Included rules · 4

Every rule this standard turns on.

When adopted, these rules are automatically enforced across all connected platforms.

School hours block

Bell-to-bell restriction

Notifications off

During school hours

Usage reporting

School vs. home comparison

Academic monitoring

During school hours

schoolsphone freeresearch backedacademiceducation
Ready to protect your family?

Adopt Away For The Day. Let Phosra enforce it.

Adopt Away For The Day and let Phosra enforce it across every device and platform automatically.