Service Dog Standards Help

Sign Up Flow. Step 4 for handler

1. Get info for sub step "Personal Info"

Endpoint: GET /api/v1/sign_up/basic_info

Request Headers:

Authorization: Bearer your_generated_token X-API-Key: your_api_key Content-Type: application/json

Request Body (JSON):

{}

Expected Response:

{ "success": true, "message": "Data retrieved successfully", "data": { "previous_step": "disability_information", "current_step": "personal_info", "next_step": "disability_information", "order": 1, "total": 4, "step_data": { "title": "Personal information", "registration_step": "personal_info", "image": "http://194.242.45.55:8040/storage/images/sign_up_step_4_handler_img.png", "intro": "Please enter your name exactly as it appears on your government-issued ID, travel document, or other valid form of identification.", "link": { "text": "Learn more about REAL ID", "link": "https://www.realid.com/what-is-real-id/" }, "fields": [ { "label": "First name", "name": "first_name", "type": "text", "required": true, "value": "Test User Name" }, { "label": "Middle name", "name": "middle_name", "type": "text", "required": false, "value": "" }, { "label": "Last name", "name": "last_name", "type": "text", "required": true, "value": "Test user name" } ], "info_block": { "title": "Valid forms of ID", "intro": "To avoid confusion, please make sure that your name matches one of these forms of ID.", "content": "<p>Valid U.S. passport book or passport card</p>\n<p>Valid driver`s license or REAL ID compliant driver`s license</p>\n<h3>OTHER FORMS OF SECONDARY IDENTIFICATION</h3>\n<ul>\n <li>Government or state issued ID</li>\n <li>Government employee ID (city, county, state, or federal)</li>\n <li>Trusted Traveler IDs (including valid Global Entry, FAST, SENTRI, and NEXUS cards)</li>\n <li>Certificate of Naturalization</li>\n <li>Certificate of Citizenship</li>\n <li>U.S. military or military dependent ID</li>\n <li>Current (valid) foreign passport</li>\n <li>Enhanced Tribal Cards and Native American tribal photo IDs</li>\n</ul>\n<h3>IF HANDLER IS UNDER 18</h3>\n<ul>\n <li>Valid driving learner's permit with photo</li>\n <li>Valid non-driver ID with photo</li>\n <li>Temporary driver's license with photo</li>\n <li>U.S. Permanent Resident Card (Green Card) - commonly used by a parent of a U.S. citizen child applicant</li>\n <li>Current school ID with photo</li>\n <li>Birth certificate</li>\n <li>Airline boarding pass (for traveling same-day)</li>\n\n</ul>" } } } }

2. Send info for update user info for buttons continue on each sub step

Endpoint: PUT /api/v1/sign_up/update_user_info

Request Headers:

Authorization: Bearer your_generated_token X-API-Key: your_api_key Content-Type: application/json

Request Body (JSON):

{ "registration_step": "personal_info", // required field or "disability_information" or others "selected_items": ["active_treatment"], // optional when registration_step is "disabilities" type - array "new_item": ["User test disability 4", "User test Disability 5"] // optional when registration_step is "disabilities" type - array or string "first_name": "Test User Name", // required when on registration_step is "personal_info" type - string "last_name": "Test user name" // required when on registration_step is "personal_info" type - string }

Request Body for step disability information (JSON):

{ "registration_step": "disability_information", "selected_items": [ "low_vision", "hard_of_hearing", "spinal_cord_injury", "epilepsy", "type1_diabetes", "ptsd", "autism", "allergies", "pots", "stroke", "active_treatment" ], "new_item": [ { "title": "test task 111", "category": "visual" }, { "title": "test dis 121", "category": "hearing" }, { "title": "test dis 131", "category": "psychiatric_disabilities" }, { "title": "test dis 114", "category": "developmental_disabilities" } ] }

Request Body for step animal task selection (JSON):

{ "registration_step": "animal_task_selection", "selected_items": [ "sound_alert", "sound_guidance", "grounding_assistance", "deep_pressure_therapy_developmental_disabilities", "retrieve_emergency_supplies", "medical_alert", "seizure_response_safety", "obstacle_avoidance" ], "show_in_public_profile_items": [ "sound_alert", "sound_guidance" ], "new_item": [ { "title": "test task 111", "description": "Test tasc desc", "category": "visual" }, { "title": "test dis 121", "description": "Test tasc desc", "category": "hearing" }, { "title": "test dis 131", "description": "Test tasc desc", "category": "psychiatric_disabilities" }, { "title": "test dis 114", "description": "Test tasc desc", "category": "developmental_disabilities" } ] }

Expected Response:

{ "success": true, "message": "User info updated successfully.", "data": { "next_step": "disability_information", "user": { "id": 26, "full_name": "Test User Name Test user name", "phone": null, "email": "[email protected]", "account_type": "handler", "registration_step": "personal_info", "registration_status": { "registrationFinished": false, "profileFieldsFilled": false, "animalAdded": false, "emergencyContactAdded": false, "profileCompletionPercentage": 0, "overallCompletionPercentage": 0, "sdsAgreementValid": false, "sdsExpirationDate": null }, "registration_completed": false, "profile_photo_url": null } } }

3. Get info for disabilities sub step

Endpoint: GET /api/v1/sign_up/disability_information

Request Headers:

Authorization: Bearer your_generated_token X-API-Key: your_api_key Content-Type: application/json

Request Body (JSON):

{}

Expected Response:

{ "success": true, "message": "Data retrieved successfully", "data": { "previous_step": "personal_info", "current_step": "disability_information", "next_step": "about_dog_form", "order": 2, "total": 5, "step_data": { "title": "Disability Information", "registration_step": "disability_information", "intro": "Which best describes your PRIMARY reason for using a Service Dog?", "items": [ { "key": "visual", "title": "Visual", "items": [ { "key": "blindness", "title": "Blindness", "description": "Complete loss of vision in one or both eyes.", "is_custom": false }, { "key": "low_vision", "title": "Low Vision", "description": "<p>Significant visual impairment, but some sight remains.</p>", "is_custom": false }, { "key": "progressive_eye_disease", "title": "Progressive Eye Diseases", "description": "Conditions like glaucoma, cataracts, or retinitis pigmentosa that may worsen over time.", "is_custom": false }, { "key": "other_visual", "title": "Other Visual Conditions", "description": "Any other eye or vision disorder affecting daily life.", "is_custom": false }, { "key": "test_4", "title": "test", "description": null, "is_custom": false } ] }, { "key": "hearing", "title": "Hearing", "items": [ { "key": "deafness", "title": "Deafness", "description": "Complete hearing loss in one or both ears.", "is_custom": false }, { "key": "hard_of_hearing", "title": "Hard of Hearing", "description": "Partial hearing loss requiring hearing aids or other assistive devices.", "is_custom": false }, { "key": "auditory_processing", "title": "Auditory Processing Disorder", "description": "Difficulty processing and interpreting sounds.", "is_custom": false }, { "key": "other_hearing", "title": "Other Hearing Impairments", "description": "Any condition impacting hearing ability.", "is_custom": false } ] }, { "key": "physical_mobility", "title": "Physical, Mobility or Movement", "items": [ { "key": "spinal_cord_injury", "title": "Spinal Cord Injuries", "description": "<p>Damage to the spinal cord that affects movement or feeling.</p>", "is_custom": false }, { "key": "muscular_dystrophy", "title": "Multiple Sclerosis (MS)", "description": "<p>A chronic autoimmune disease in which the immune system attacks the protective covering of nerves.</p>", "is_custom": false }, { "key": "parkinsons_disease", "title": "Cerebral Palsy", "description": "<p>A condition that affects how muscles move and work together.</p>", "is_custom": false }, { "key": "chronic_pain", "title": "Muscular Dystrophy", "description": "<p>A group of conditions that cause muscles to get weaker over time.</p>", "is_custom": false }, { "key": "speech_impairments", "title": "Arthritis", "description": "<p>Joint pain or stiffness that makes it hard to move.</p>", "is_custom": false }, { "key": "neurological_movement", "title": "Parkinson’s Disease", "description": "<p>A condition that causes shaking, stiffness, and slow movement.</p>", "is_custom": false }, { "key": "multiple_sclerosis", "title": "Amputations", "description": "<p>Missing a leg, foot, arm, or hand, which can make moving or balancing harder.</p>", "is_custom": false }, { "key": "arthritis", "title": "Chronic Pain", "description": "<p>Long-term pain that affects how you move or do things.</p>", "is_custom": false }, { "key": "amputations", "title": "Vertigo or Balance Disorders", "description": "<p>Feeling dizzy, off-balance, or like things are spinning.</p>", "is_custom": false }, { "key": "vertigo_balance", "title": "Speech Impairments (Mobility Related)", "description": "<p>Trouble speaking clearly due to movement or muscle control issues.</p>", "is_custom": false }, { "key": "temporary_mobility", "title": "Temporary Mobility Disabilities", "description": "<p>Recovery from surgeries, broken bones, or short-term illness that affects how you walk or move.</p>", "is_custom": false }, { "key": "neurological_disorders", "title": "Neurological Disorders Affecting Movement", "description": "<p>Conditions like tremors, muscle spasms, paralysis, or weakness.<br><br></p>", "is_custom": false } ] }, { "key": "seizure_disorders", "title": "Seizure Disorders", "items": [ { "key": "epilepsy", "title": "Epilepsy", "description": "Recurring seizures due to abnormal brain activity.", "is_custom": false }, { "key": "non_epileptic_seizures", "title": "Non-Epileptic Seizures", "description": "Seizure-like episodes not caused by epilepsy but still impairing function.", "is_custom": false }, { "key": "other_seizures", "title": "Other Seizure Conditions", "description": "Rare seizure disorders that impact daily life.", "is_custom": false } ] }, { "key": "diabetes", "title": "Diabetes", "items": [ { "key": "type1_diabetes", "title": "Blood Sugar Imbalances for Type 1 Diabetes", "description": "Type 1 diabetes is typically inherited or developed early in life. It’s an autoimmune condition where the body attacks its insulin-producing cells, leading to a need for insulin therapy and regular blood sugar monitoring. Service dogs can be trainers to alert the person if their blood sugar is too high or low.", "is_custom": false }, { "key": "type2_diabetes", "title": "Blood Sugar Imbalances for Type 2 Diabetes", "description": "Type 2 diabetes is more commonly acquired over time, often due to lifestyle factors like diet and lack of exercise, though genetics can play a role. People with Type 2 may still produce insulin but their bodies become resistant to it. Service dogs can be trained to alert them to blood sugar imbalances.", "is_custom": false }, { "key": "hypoglycemia_unawareness", "title": "Hypoglycemia Unawareness", "description": "Difficulty detecting low blood sugar levels, which can be dangerous.", "is_custom": false } ] }, { "key": "psychiatric_disabilities", "title": "Psychiatric Disabilities", "items": [ { "key": "ptsd", "title": "Post-Traumatic Stress Disorder (PTSD)", "description": " A mental health condition triggered by a traumatic event.", "is_custom": false }, { "key": "anxiety", "title": "Anxiety Disorders", "description": "Anxiety Disorders include conditions like Generalized Anxiety Disorder (GAD), Social Anxiety Disorder (SAD), Panic Disorder, Specific Phobias, Agoraphobia, and Separation Anxiety Disorder. People diagnosed with these conditions experience extreme and persistent worry or fear that can interfere with or prohibit them from engaging in everyday tasks or activities.", "is_custom": false }, { "key": "depression", "title": "Depression", "description": " A mood disorder characterized by persistent feelings of sadness and loss of interest.", "is_custom": false }, { "key": "bipolar", "title": "Bipolar Disorder", "description": "A mental health condition involving extreme mood swings.", "is_custom": false }, { "key": "self_harm_behaviors", "title": "Self Harm Behaviors", "description": "Self Harm Behaviors, also known as Self-Harming Disorder, is typically referred to as Non-Suicidal Self-Injury (NSSI) or Self-Injury. This behavior involves intentionally hurting oneself without the intent to die, often as a way to cope with psychological pain or distress.", "is_custom": false }, { "key": "schizophrenia", "title": "Schizophrenia", "description": "A severe mental disorder affecting thoughts, behavior, and emotions.", "is_custom": false }, { "key": "osd", "title": "Obsessive-Compulsive Disorder (OCD)", "description": "A disorder involving repetitive thoughts and behaviors.", "is_custom": false }, { "key": "panic_disorder", "title": "Panic Disorder", "description": "Sudden and repeated attacks of intense fear or discomfort.", "is_custom": false }, { "key": "agoraphobia", "title": "Agoraphobia", "description": "A fear of places or situations that may cause panic or embarrassment.", "is_custom": false }, { "key": "phobias", "title": "Phobias", "description": "An intense, irrational fear of specific things or situations.", "is_custom": false }, { "key": "eating_disorders", "title": "Eating Disorders", "description": "Conditions like anorexia or bulimia affecting eating habits and health.", "is_custom": false }, { "key": "personality_disorders", "title": "Personality Disorders", "description": "Long-term patterns of behavior and inner experiences that deviate from the norm.", "is_custom": false }, { "key": "psychosis", "title": "Psychosis", "description": "A condition that affects the mind, leading to distorted thinking and perceptions.", "is_custom": false } ] }, { "key": "developmental_disabilities", "title": "Developmental Disabilities", "items": [ { "key": "autism", "title": "Autism Spectrum Disorder (ASD)", "description": "<p>A complex developmental condition that affects <strong>communication, behavior, and social interaction.</strong></p>\n <ul>\n <li>May involve <strong>repetitive behaviors, sensory processing differences, or difficulty with transitions</strong></li>\n <li>Ranges widely in presentation and support needs</li>\n <li><strong>Service dogs can assist with sensory regulation, provide deep pressure stimulation during meltdowns, interrupt self-harming behaviors, and improve safety through tracking or tethering.</strong></li>\n </ul>", "is_custom": false }, { "key": "adhd", "title": "Attention-Deficit/Hyperactivity Disorder (ADHD)", "description": "<p>A neurodevelopmental disorder marked by <strong> inattention, impulsivity, and hyperactivity.</strong></p>\n <ul>\n <li>May affect focus, time management, and psychological regulation</li>\n <li>Often co-occurs with anxiety or learning differences</li>\n <li><strong>Service dogs can be trained to provide reminders, interrupt impulsive behaviors, offer a calming presence during overstimulation, and help with transitions or routines.</strong></li>\n </ul>", "is_custom": false }, { "key": "intellectual_disabilities", "title": "Intellectual Disabilities", "description": "<p>Affects <strong> cognitive functioning and adaptive behaviors, </strong> such as communication, self-care, and social skills.</p>\n <ul>\n <li>May result from genetic conditions, prenatal exposure, or other developmental delays</li>\n <li>Varies from mild to profound impact on independent living</li>\n <li><strong>Service dogs can support daily routines, provide psychological stability, alert caregivers, and increase community engagement.</strong></li>\n </ul>", "is_custom": false }, { "key": "dld", "title": "Developmental Language Disorder (DLD)", "description": "<p>A condition affecting the ability to <strong> understand and/or use spoken language,</strong> despite normal intelligence and hearing.</p>\n <ul>\n <li>May result in delayed speech, difficulty forming sentences, or limited vocabulary</li>\n <li>Can impact learning, social interaction, and self-expression</li>\n <li><strong>Service dogs can reduce anxiety during communication, act as a social bridge, and provide confidence in public or classroom settings.</strong></li>\n </ul>", "is_custom": false }, { "key": "spd", "title": "Sensory Processing Disorder (SPD)", "description": "<p>A neurological condition where the brain has trouble <strong> receiving and responding to sensory input.</strong></p>\n <ul>\n <li>May cause hypersensitivity or hyposensitivity to sounds, textures, lights, or movement</li>\n <li>Common in individuals with autism or ADHD but can exist on its own</li>\n <li><strong>Service dogs can help regulate sensory input by offering pressure therapy, providing grounding during overload, and guiding the handler away from distressing stimuli.</strong></li>\n </ul>", "is_custom": false }, { "key": "gdd", "title": "Global Developmental Delay (GDD)", "description": "<p>A diagnosis is typically given to children under age 5 who show <strong>delays in multiple areas of development,</strong> such as speech, motor skills, cognition, or social interaction.</p>\n <ul>\n <li>May be temporary or a sign of a more specific condition later in life</li>\n <li>Often requires early intervention and structured support</li>\n <li><strong>Service dogs can assist with mobility, promote psychological comfort, and help establish routine and consistency.</strong></li>\n </ul>", "is_custom": false } ] }, { "key": "respiratory_issues", "title": "Respiratory Issues", "items": [ { "key": "allergies", "title": "Allergies", "description": "<p>Sensitivity to substances that can trigger allergic reactions, such as pollen, pet dander, or dust.</p>\n <ul>\n <li><strong>Service dogs can help by alerting to allergens </strong> in the environment (e.g., sniffing out triggers) and providing <strong>comfort </strong> during allergic reactions or episodes of distress.</li>\n </ul>", "is_custom": false }, { "key": "asthma", "title": "Asthma", "description": "<p>A chronic condition affecting the lungs and airways, leading to <strong> difficulty breathing </strong> and frequent wheezing, coughing, or shortness of breath.</p>\n <ul>\n <li><strong>Service dogs can alert to asthma attacks </strong> by noticing changes in their handler's breathing pattern and <strong> responding by retrieving medication </strong> seeking help in emergency situations.</li>\n <li>Some dogs are trained to <strong>assist in retrieving inhalers </strong> or guiding the handler to a safe place.</li>\n </ul>", "is_custom": false }, { "key": "copd", "title": "Chronic Obstructive Pulmonary Disease (COPD)", "description": "<p>A progressive lung disease that makes it hard to breathe, often caused by long-term exposure to irritants like cigarette smoke.</p>\n <ul>\n <li><strong>Service dogs can help by providing physical support </strong> for mobility during episodes of shortness of breath and may <strong> retrieve oxygen tanks</strong> assist with locating an emergency inhaler.</li>\n </ul>", "is_custom": false }, { "key": "cystic_fibrosis", "title": "Cystic Fibrosis", "description": "<p>A genetic disorder that affects the lungs and digestive system, leading to <strong>chronic lung infections and difficulty breathing.</strong></p>\n <ul>\n <li><strong>Service dogs can alert to changes in breathing patterns </strong> or symptoms of lung infections, helping handlers prepare for treatment or call for medical assistance when necessary.</li>\n <li><strong>Trained to retrieve medications or emergency devices </strong> in case of sudden respiratory distress.</li>\n </ul>", "is_custom": false }, { "key": "sleep_apnea", "title": "Sleep Apnea", "description": "<p>A condition where breathing <strong> stops and starts </strong> during sleep, causing frequent waking and decreased oxygen levels.</p>\n <ul>\n <li><strong>Service dogs can be trained to detect changes </strong> in the handler’s breathing patterns while sleeping, and alert to waking episodes or assist in <strong> waking the handler </strong> during severe apnea events.</li>\n </ul>", "is_custom": false } ] }, { "key": "cardiovascular_conditions", "title": "Cardiovascular Conditions", "items": [ { "key": "pots", "title": "Postural Orthostatic Tachycardia Syndrome (POTS)", "description": "<p>A condition that causes an abnormal increase in heart rate when standing, leading to dizziness, fainting, and fatigue.</p>\n <ul>\n <li>Service dogs can assist by providing balance support, alerting to rapid heart rate changes, and retrieving items if the handler becomes lightheaded or collapses.</li>\n </ul>", "is_custom": false }, { "key": "syncope_fainting_disorders", "title": "Syncope (Fainting Disorders)", "description": "<p>A temporary loss of consciousness due to a sudden drop in blood pressure or heart rate.</p>\n <ul>\n <li>Service dogs can alert the handler to an impending episode, help guide them to a safe position, and retrieve help or activate emergency alert systems.</li>\n </ul>", "is_custom": false }, { "key": "hypotension", "title": "Low Blood Pressure (Hypotension)", "description": "<p>A condition where blood pressure drops too low, causing dizziness, blurred vision, and fainting.</p>\n <ul>\n <li>Service dogs can provide support for balance, alert others during a medical episode, and retrieve emergency items or medications.</li>\n </ul>", "is_custom": false }, { "key": "hypertension", "title": "High Blood Pressure (Hypertension) with Anxiety Triggers", "description": "<p>Elevated blood pressure that may be worsened by stress or anxiety.</p>\n <ul>\n <li>Service dogs can offer deep pressure therapy, interrupt panic behaviors, and create space in crowded environments to help regulate the handler's stress response.</li>\n </ul>", "is_custom": false }, { "key": "heart_failure_mild_moderate", "title": "Heart Failure (Mild to Moderate)", "description": "<p>A condition where the heart doesn’t pump blood effectively, causing fatigue and shortness of breath.</p>\n <ul>\n <li>Service dogs can assist with mobility, help conserve energy by retrieving items, and prevent overexertion by alerting to signs of fatigue or stress.</li>\n </ul>", "is_custom": false } ] }, { "key": "neurological_conditions", "title": "Neurological Conditions", "items": [ { "key": "stroke", "title": "Stroke", "description": "<p>A medical condition caused by a blockage or rupture of blood vessels in the brain.</p>\n <ul>\n <li>Service dogs can assist by providing mobility support, alerting to medical emergencies, retrieving items, and guiding to safety.</li>\n </ul>", "is_custom": false }, { "key": "tbi", "title": "Traumatic Brain Injury (TBI)", "description": "<p>An injury to the brain caused by an external force.</p>\n <ul>\n <li>Service dogs can help with balance, providing cognitive support, retrieving items, and assisting in emergency situations.</li>\n </ul>", "is_custom": false }, { "key": "als", "title": "Amyotrophic Lateral Sclerosis (ALS)", "description": "<p>A progressive neurological disease that affects nerve cells controlling voluntary muscles.</p>\n <ul>\n <li>Service dogs can assist with mobility, helping with walking, standing, and retrieving objects, as well as providing psychological support.</li>\n </ul>", "is_custom": false }, { "key": "ms", "title": "Multiple Sclerosis (MS)", "description": "<p>A disease in which the immune system attacks the protective covering of nerve fibers.</p>\n <ul>\n <li>Service dogs can assist with mobility, balance, and retrieving items, and help with alerting to medical issues like fatigue or muscle weakness.</li>\n </ul>", "is_custom": false }, { "key": "parkinson_disease", "title": "Parkinson's Disease", "description": "<p>A progressive neurological disorder that affects movement control.</p>\n <ul>\n <li>Service dogs can help with stability, provide balance assistance, alert to changes in mobility, and assist with tasks like retrieving medications.</li>\n </ul>", "is_custom": false }, { "key": "dementia_alzheimer_disease", "title": "Dementia/Alzheimer’s Disease", "description": "<p>A group of symptoms affecting memory, thinking, and social abilities.</p>\n <ul>\n <li>Service dogs can assist with reminders for daily tasks, provide psychological support, and help with wandering prevention.</li>\n </ul>", "is_custom": false }, { "key": "cerebral_palsy", "title": "Cerebral Palsy", "description": "<p>A group of disorders affecting movement and muscle tone due to brain injury during development.</p>\n <ul>\n <li>Service dogs can assist with mobility, offer balance support, and help retrieve items.</li>\n </ul>", "is_custom": false } ] }, { "key": "cancer", "title": "Cancer", "items": [ { "key": "active_treatment", "title": "", "description": "Service dogs can assist individuals undergoing cancer treatment or recovery by supporting mobility, reducing fatigue, retrieving essential items, and providing comfort during physically and emotionally challenging periods. These tasks help promote greater independence, safety, and emotional stability throughout the treatment journey.", "is_custom": false } ] }, { "key": "other", "title": "Other", "items": [] } ], "selected_items": [ "ms", "dementia_alzheimer_disease", "cerebral_palsy" ] } } }

4. Get info for Add animal task sub step

Endpoint: GET /api/v1/sign_up/animal_task_selection

Request Headers:

Authorization: Bearer your_generated_token X-API-Key: your_api_key Content-Type: application/json

Request Body (JSON):

{}

Expected Response:

{ "success": true, "message": "Data retrieved successfully", "data": { "previous_step": "about_dog_form", "current_step": "animal_task_selection", "next_step": "agreements_step", "order": 4, "total": 5, "step_data": { "title": "What is your dog trained to do?", "registration_step": "animal_task_selection", "content": "<h3>Choose all that apply</h3><ul><li>Tap the checkboxes next to the tasks your service dog is trained to perform.</li><li>You can select as many as you like.</li></ul><h3>Highlight up to two</h3><p>Want to show one or two tasks your service dog is trained to perform on your Public Profile page?</p><ul><li>Tap the star next to your top two tasks to “Show on Public Profile”.</li><li>You can star up to two and change them anytime.</li></ul>", "link": { "text": null, "link": null }, "info_block": { "title": null, "intro": null, "content": null }, "items_title": "Select what your dog is trained to do:", "items": [ { "key": "hearing", "title": "Hearing", "items": [ { "key": "sound_alert", "title": "Sound Alert – Notify Me of Important Sounds", "description": "Hearing dogs are trained to alert their handler to significant sounds like alarms, doorbells, phones ringing, or someone calling their name.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "sound_guidance", "title": "Sound Guidance – Lead Me to the Source of a Sound", "description": "After alerting, some dogs can guide their handler toward the source of the sound—such as a door, person, or ringing phone.", "is_custom": false, "selected": false, "show_in_public_profile": false } ] }, { "key": "seizure_disorders", "title": "Seizure Disorders", "items": [ { "key": "provide_stability_support", "title": "Provide Stability or Support", "description": "Stays close to provide stability or support and helps prevent injury from falling.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "alert_others", "title": "Alert Others", "description": "Makes noise to get the attention of someone nearby when a seizure occurs.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "activate_emergency_alert_device", "title": "Activate Emergency Alert Device", "description": "Pushes a button or alert device to call for help during or after a seizure.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "block_buffer", "title": "Block or Buffer", "description": "Lies beside me to shield and protect me from injury while I’m on the ground.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "retrieve_medication_phone", "title": "Retrieve Medication or Phone", "description": "Fetches medication, a phone, or emergency supplies after a seizure ends.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "assist_with_recovery_position", "title": "Assist with Recovery Position", "description": "Helps me stand or move safely after a seizure ends.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "nighttime_alert", "title": "Nighttime Alert", "description": "Alerts or wakes a family member or caregiver during a nighttime seizure.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "interrupt_confusion_unsafe_movements", "title": "Interrupt Confusion or Unsafe Movements", "description": "Interrupt unsafe movements or behavior following a seizure.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "provide_postictal_comfort", "title": "Provide Postictal Comfort", "description": "Offers calm, grounding support to help me recover more comfortably.", "is_custom": false, "selected": false, "show_in_public_profile": false } ] }, { "key": "diabetes", "title": "Diabetes", "items": [ { "key": "diabetes_alert", "title": "Diabetes Alert", "description": "Service dogs are trained to detect changes in blood sugar levels and alert their handler when they’re too high or low, often before symptoms occur.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "medication_supply_retrieval", "title": "Medication or Supply Retrieval", "description": "A service dog can be trained to fetch insulin, glucose tablets, or other necessary items in case of an emergency or to assist with daily management.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "grounding", "title": "Grounding", "description": "Service dogs can offer comfort and grounding by providing physical touch during a low blood sugar episode, helping to calm the handler until they can address the issue.", "is_custom": false, "selected": false, "show_in_public_profile": false } ] }, { "key": "psychiatric_disabilities", "title": "Psychiatric Disabilities", "items": [ { "key": "grounding_assistance", "title": "Grounding Assistance", "description": "Helps the handler stay grounded during panic attacks or moments of intense distress.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "anxiety_alert", "title": "Anxiety Alert", "description": "Alerts the handler to the onset of anxiety symptoms or panic attacks.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "night_terror_response", "title": "Night Terror Response", "description": "Provides comfort or intervention during night terrors or nightmares.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "dpt", "title": "Deep Pressure Therapy (DPT)", "description": "Provides calming, deep pressure during anxiety or panic attacks to help regulate emotions.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "disruptive_behavior_intervention", "title": "Disruptive Behavior Intervention", "description": "Interrupts harmful behaviors like self-harming or dissociation episodes.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "social_buffering", "title": "Social Buffering", "description": "Provides help in social situations to alleviate stress or anxiety in unfamiliar environments.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "emotional_regulation_support", "title": "Emotional Regulation Support", "description": "Provides comfort to help regulate emotions during emotional distress or mood swings.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "interrupt_self_harming_behaviors", "title": "Interrupt Self-Harming Behaviors", "description": "Recognizes harmful actions and interrupts them by nudging, pawing, or other trained responses.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "get_help_alert_caregiver", "title": "Get Help or Alert a Caregiver", "description": "Finds a nearby person or activates an alert device if I’m in distress or at risk.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "guide_to_safety", "title": "Guide to Safety", "description": "Leads me away from overwhelming or risky environments to a safer, calmer space.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "positive_distraction_redirection", "title": "Positive Distraction and Redirection", "description": "Shifts my focus by bringing a toy, initiating play, or engaging in another behavior to interrupt negative thought patterns.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "grounding_techniques", "title": "Grounding Techniques", "description": "Helps me stay present during distress by nudging, leaning on me, or making physical contact.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "flashback_grounding", "title": "Flashback Grounding", "description": "Provides comfort and redirection during traumatic flashbacks or dissociative episodes.", "is_custom": false, "selected": false, "show_in_public_profile": false } ] }, { "key": "developmental_disabilities", "title": "Developmental Disabilities", "items": [ { "key": "deep_pressure_therapy_developmental_disabilities", "title": "Deep Pressure Therapy (DPT)", "description": "Apply body pressure (such as leaning or lying across the lap) to provide calming input during moments of sensory overload or distress.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "behavior_interruption", "title": "Behavior Interruption", "description": "Uses gentle nudges or pawing to interrupt repetitive or self-injurious behaviors and encourage redirection.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "tactile_stimulation", "title": "Tactile Stimulation", "description": "Provides grounding and comfort through physical presence, soft fur, or rhythmic breathing.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "alerting_behavioral_changes", "title": "Alerting to Behavioral Changes", "description": "A Service Dog is trained to notify the handler when attention drifts by using trained nudges or signals.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "start_stop_cueing_for_routine_transitions", "title": "Start/Stop Cueing for Routine Transitions", "description": "Signals when to begin or end a task, activity, or transition in a routine.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "crowd_buffering", "title": "Crowd Buffering", "description": "Positions their body between the handler and others to provide a buffer in crowded situations.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "redirection", "title": "Redirection", "description": "Uses paw placement, nudging, or play cues to help redirect attention or thoughts.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "independence_support", "title": "Independence Support", "description": "Offers support that helps the handler feel secure and confident in social or unfamiliar environments.", "is_custom": false, "selected": false, "show_in_public_profile": false } ] }, { "key": "respiratory_issues", "title": "Respiratory Issues", "items": [ { "key": "retrieve_emergency_supplies", "title": "Retrieve Emergency Supplies", "description": "Retrieves inhalers, emergency medication, or oxygen tanks during breathing difficulty.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "emergency_alerting", "title": "Emergency Alerting", "description": "Alerts a family member, caregiver, or emergency responder during respiratory distress.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "activate_emergency_system", "title": "Activate Emergency System", "description": "Activates a medical alert button or emergency system when needed.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "grounding_calming_pressure", "title": "Grounding and Calming Pressure", "description": "Provides grounding or calming pressure during panic-induced shortness of breath", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "lead_safer_location", "title": "Lead to Safer Location", "description": "Leads me to a safer location away from smoke, allergens, or environmental triggers.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "allergen_alerting", "title": "Allergen Alerting", "description": "Alerts me before entering areas with known allergens (e.g., pollen, mold, or dander).", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "physical_support_during_dizziness", "title": "Allergen Alerting", "description": "Alerts me before entering areas with known allergens (e.g., pollen, mold, or dander).", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "sleep_disorder_alerting", "title": "Sleep Disorder Alerting", "description": "Wakes me during sleep if breathing becomes irregular or stops (e.g., sleep apnea episodes).", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "calming_during_emergencies", "title": "Calming During Emergencies", "description": "Remains calm and focused during emergencies to help reduce anxiety and support breathing regulation.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "emergency_device_retrieval", "title": "Emergency Device Retrieval", "description": "Bring a phone or emergency device to the handler during respiratory distress.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "personal_space_creation", "title": "Personal Space Creation", "description": "Creates personal space by blocking or redirecting others when the handler is short of breath.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "deep_pressure_therapy_respiratory_issues", "title": "Deep Pressure Therapy", "description": "Performs deep pressure therapy to help calm breathing and prevent panic escalation.", "is_custom": false, "selected": false, "show_in_public_profile": false } ] }, { "key": "cardiovascular_conditions", "title": "Cardiovascular Conditions", "items": [ { "key": "medical_alert", "title": "Medical Alert", "description": "My dog is trained to alert me to changes in heart rate, blood pressure, or other early warning signs that may precede a medical episode.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "pre_syncope_alert", "title": "Pre-syncope Alert", "description": "My dog is trained to detect early signs of fainting and warn me so I can take action to stay safe.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "mobility_support_balance_assistance", "title": "Mobility Support / Balance Assistance", "description": "My dog is trained to help me maintain balance and stability when I feel weak or unsteady.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "deep_pressure_therapy_cardiovascular_conditions", "title": "Deep Pressure Therapy (DPT)", "description": "My dog is trained to apply calming pressure through leaning or lying down to help regulate physical or emotional responses.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "medical_retrieval", "title": "Medical Retrieval", "description": "My dog is trained to retrieve essential medical items like emergency medication, water, or medical devices.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "medical_alert_system_activation", "title": "Medical Alert System Activation", "description": "My dog is trained to activate an alert button or emergency system if I need help and can’t do it myself.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "guiding_to_safety", "title": "Guiding to Safety", "description": "My dog is trained to guide me to a safe location, such as a bench or quiet area, if I begin experiencing symptoms.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "phone_help_retrieval", "title": "Phone or Help Retrieval", "description": "My dog is trained to bring me a phone or get another person when I need assistance.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "cognitive_interruption", "title": "Cognitive Interruption", "description": "My dog is trained to interrupt confusion, disorientation, or shutdowns using nudges, pawing, or physical contact.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "crowd_control_buffering", "title": "Crowd Control / Buffering", "description": "My dog is trained to stand between me and others in crowded spaces to prevent bumping and reduce overstimulation.", "is_custom": false, "selected": false, "show_in_public_profile": false } ] }, { "key": "neurological_conditions", "title": "Neurological Conditions", "items": [ { "key": "seizure_response_safety", "title": "Seizure Response Safety", "description": "Ensure handler safety during a seizure by positioning to prevent injury and creating a safe space.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "post_event_stability_support", "title": "Post-Event Stability Support", "description": "Assists the handler with regaining physical stability after a medical episode.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "balance_mobility_support", "title": "Balance and Mobility Support", "description": "Provides physical assistance with balance, especially during coordination difficulties.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "guided_navigation_in_crowded_areas", "title": "Guided Navigation in Crowded Areas", "description": "Guides around obstacles or through crowded environments to support safe, steady movement.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "support_transitions_between_sitting_standing", "title": "Support for Transitions Between Sitting and Standing", "description": "Provides physical support when standing from a seated position or maintaining stability while seated.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "task_reminders_routine_cueing", "title": "Task Reminders and Routine Cueing", "description": "Provides prompts or reminders for important daily tasks such as taking medication or attending appointments.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "behavior_disruption_for_focus_support", "title": "Behavior Disruption for Focus Support", "description": "Interrupts unhelpful or distracting behaviors through gentle nudging, pawing, or play cues.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "item_retrieval", "title": "Item Retrieval", "description": "Picks up dropped or out-of-reach items and brings them to the handler.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "door_operation_assistance", "title": "Door Operation Assistance", "description": "Opens and closes doors to support greater independence and ease of movement.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "deep_pressure_therapy_neurological_conditions", "title": "Deep Pressure Therapy (DPT)", "description": "Applies calming pressure to assist with regulation during times of heightened stress or agitation.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "grounding_overwhelming_moments", "title": "Grounding in Overwhelming Moments", "description": "Provides physical contact and a calming presence to help with emotional regulation during high-stress situations.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "wandering_prevention_redirection", "title": "Wandering Prevention and Redirection", "description": "Interrupts wandering behavior and encourages the handler to stay within safe or designated areas.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "emergency_alerting_neurological_conditions", "title": "Emergency Alerting", "description": "Seeks assistance from others during emergencies to ensure timely help.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "post_stroke_mobility_support", "title": "Post-Stroke Mobility Support", "description": "Assists with mobility tasks and physical therapy support to aid recovery and independence.", "is_custom": false, "selected": false, "show_in_public_profile": false } ] }, { "key": "cancer", "title": "Cancer", "items": [ { "key": "item_retrieval_cancer", "title": "Item Retrieval", "description": "Picks up dropped items or retrieves necessary belongings to reduce physical strain.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "mobility_support_cancer", "title": "Mobility Support", "description": "Provides balance and stability while walking or transitioning between positions.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "fatigue_assistance", "title": "Fatigue Assistance", "description": "Supports energy conservation by assisting with daily tasks or acting as a brace.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "routine_alert", "title": "Routine Alert", "description": "Alerts to scheduled medication times or unusual changes in behavior or scent.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "emergency_response", "title": "Emergency Response", "description": "Fetches help, activates alert systems, or retrieves a phone during a medical emergency.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "deep_pressure_therapy_cancer", "title": "Deep Pressure Therapy (DPT)", "description": "Apply pressure to help reduce anxiety or discomfort during treatment.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "positioning_assistance", "title": "Positioning Assistance", "description": "Helps with safe repositioning during periods of rest or recovery.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "psychological_support", "title": "Psychological Support", "description": "Provides a comforting presence and tactile interaction to reduce stress and boost morale.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "alzheimer_disease", "title": "Alzheimer’s Disease", "description": "Service dogs can assist individuals with Alzheimer’s by guiding them home if disoriented, interrupting wandering, retrieving important items, and providing cues for daily routines. These tasks promote safety, independence, and emotional reassurance.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "other_memory_impairments", "title": "Other Memory Impairments", "description": "For those experiencing memory challenges from conditions like mild cognitive impairment (MCI), service dogs can offer reminder cues, provide stability, and reduce confusion during transitions or in unfamiliar environments.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "vascular_dementia", "title": "Vascular Dementia", "description": "Service dogs can support those with vascular dementia by assisting with mobility, offering reminders for medications or tasks, and reducing anxiety through calming behaviors and grounding techniques.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "lewy_body_dementia", "title": "Lewy Body Dementia", "description": "Individuals with Lewy body dementia may benefit from task support such as guidance, balance assistance, interrupting confusion-related behaviors, and providing tactile cues during cognitive episodes.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "frontotemporal_dementia", "title": "Frontotemporal Dementia (FTD)", "description": "Service dogs may help manage behavioral changes associated with FTD by redirecting impulsive actions, offering environmental orientation, and cueing transitions in daily routines.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "post_stroke_cognitive_impairment", "title": "Post-Stroke Cognitive Impairment", "description": "Following a stroke, a service dog can assist with cognitive challenges by helping with memory aids, navigation, retrieving items, and providing support during recovery and therapy.", "is_custom": false, "selected": false, "show_in_public_profile": false } ] }, { "key": "physical_mobility", "title": "Physical, Mobility or Movement", "items": [ { "key": "mobility_assistance", "title": "Mobility Assistance – Walk Support or Balance Aid", "description": "Service dogs can be trained to help their human partner with unsteady gait or poor balance by walking beside them in a controlled position, offering light counterbalance, and promoting steady movement.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "find_fetch_pick_up_items", "title": "Retrieval – Find, Fetch, or Pick Up Items", "description": "Service dogs can retrieve dropped items like keys or a phone, carry small objects, or locate named objects in the environment and bring them to the handler.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "open_close_doors", "title": "Environmental Control – Open or Close Doors", "description": "Dogs can operate doors, drawers, or cabinets using a tug rope or their paws, helping users access spaces independently.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "stability_standing_walking", "title": "Mobility Assistance – Stability for Standing or Walking", "description": "A service dog can brace or provide physical stability while walking, standing, or moving through unstable or difficult terrain.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "support_with_position_changes_transfers", "title": "Mobility Assistance – Support with Position Changes or Transfers", "description": "Service dogs can help users transition from sitting to standing, shift positions in bed, or assist with transfers to and from wheelchairs or other supports.", "is_custom": false, "selected": false, "show_in_public_profile": false } ] }, { "key": "visual", "title": "Visual", "items": [ { "key": "obstacle_avoidance", "title": "Obstacle Avoidance – Guide Me Around Hazards", "description": "Guide dogs are trained to help their handlers navigate safely by avoiding obstacles in their path, whether stationary or moving.", "is_custom": false, "selected": false, "show_in_public_profile": false }, { "key": "environmental_awareness", "title": "Environmental Awareness – Alert Me to Changes in Surroundings", "description": "Service dogs can notify handlers of important environmental cues like oncoming traffic, curbs, stairs, or changes in surface level.", "is_custom": false, "selected": false, "show_in_public_profile": false } ] }, { "key": "other", "title": "Other", "items": [] } ], "fields_prefix": null, "sub_steps_prefix_text": null, "after_sub_steps_text": null, "sub_steps": null, "selected_items": [], "selected_disabilities": [ { "key": "low_vision", "title": "Low Vision", "description": "<p>Significant visual impairment, but some sight remains.</p>" }, { "key": "hard_of_hearing", "title": "Hard of Hearing", "description": "Partial hearing loss requiring hearing aids or other assistive devices." }, { "key": "spinal_cord_injury", "title": "Spinal Cord Injuries", "description": "<p>Damage to the spinal cord that affects movement or feeling.</p>" }, { "key": "epilepsy", "title": "Epilepsy", "description": "Recurring seizures due to abnormal brain activity." }, { "key": "type1_diabetes", "title": "Blood Sugar Imbalances for Type 1 Diabetes", "description": "Type 1 diabetes is typically inherited or developed early in life. It’s an autoimmune condition where the body attacks its insulin-producing cells, leading to a need for insulin therapy and regular blood sugar monitoring. Service dogs can be trainers to alert the person if their blood sugar is too high or low." }, { "key": "ptsd", "title": "Post-Traumatic Stress Disorder (PTSD)", "description": " A mental health condition triggered by a traumatic event." }, { "key": "autism", "title": "Autism Spectrum Disorder (ASD)", "description": "<p>A complex developmental condition that affects <strong>communication, behavior, and social interaction.</strong></p>\n <ul>\n <li>May involve <strong>repetitive behaviors, sensory processing differences, or difficulty with transitions</strong></li>\n <li>Ranges widely in presentation and support needs</li>\n <li><strong>Service dogs can assist with sensory regulation, provide deep pressure stimulation during meltdowns, interrupt self-harming behaviors, and improve safety through tracking or tethering.</strong></li>\n </ul>" }, { "key": "allergies", "title": "Allergies", "description": "<p>Sensitivity to substances that can trigger allergic reactions, such as pollen, pet dander, or dust.</p>\n <ul>\n <li><strong>Service dogs can help by alerting to allergens </strong> in the environment (e.g., sniffing out triggers) and providing <strong>comfort </strong> during allergic reactions or episodes of distress.</li>\n </ul>" }, { "key": "pots", "title": "Postural Orthostatic Tachycardia Syndrome (POTS)", "description": "<p>A condition that causes an abnormal increase in heart rate when standing, leading to dizziness, fainting, and fatigue.</p>\n <ul>\n <li>Service dogs can assist by providing balance support, alerting to rapid heart rate changes, and retrieving items if the handler becomes lightheaded or collapses.</li>\n </ul>" }, { "key": "stroke", "title": "Stroke", "description": "<p>A medical condition caused by a blockage or rupture of blood vessels in the brain.</p>\n <ul>\n <li>Service dogs can assist by providing mobility support, alerting to medical emergencies, retrieving items, and guiding to safety.</li>\n </ul>" }, { "key": "active_treatment", "title": "", "description": "Service dogs can assist individuals undergoing cancer treatment or recovery by supporting mobility, reducing fatigue, retrieving essential items, and providing comfort during physically and emotionally challenging periods. These tasks help promote greater independence, safety, and emotional stability throughout the treatment journey." }, { "key": "test_task_111", "title": "test task 111", "description": null }, { "key": "test_dis_121", "title": "test dis 121", "description": null }, { "key": "test_dis_131", "title": "test dis 131", "description": null }, { "key": "test_dis_114", "title": "test dis 114", "description": null } ] } } }

5. Get info for Add animal sub step

Endpoint: GET /api/v1/sign_up/about_dog_form

Request Headers:

Authorization: Bearer your_generated_token X-API-Key: your_api_key Content-Type: application/json

Request Body (JSON):

{}

Expected Response:

{ "success": true, "message": "Data retrieved successfully", "data": { "previous_step": "disability_information", "current_step": "about_dog_form", "next_step": null, "order": 4, "total": 4, "step_data": { "title": "About the Dog", "registration_step": "about_dog_form", "fields_prefix": "animal", "fields": [ { "label": "Name", "name": "name", "type": "text", "required": true, "value": "" }, { "label": "Gender", "name": "gender", "type": "select", "options": { "male": "Male", "female": "Female" }, "required": true, "value": "" }, { "label": "What year was your dog born?", "name": "birth_year", "type": "select", "options": { "2025": "2025", "2024": 2024, "2023": 2023, "2022": 2022, "2021": 2021, "2020": 2020, "2019": 2019, "2018": 2018, "2017": 2017, "2016": 2016, "2015": 2015, "2014": 2014, "2013": 2013, "2012": 2012, "2011": 2011, "2010": 2010, "2009": 2009, "2008": 2008, "2007": 2007, "2006": 2006, "2005": 2005, "2004": 2004, "2003": 2003, "2002": 2002, "2001": 2001, "2000": 2000, "1999": 1999, "1998": 1998, "1997": 1997, "1996": 1996, "1995": 1995 }, "required": true, "value": "" }, { "label": "What is your dog's breed?", "name": "breed", "type": "text", "required": true, "value": "" }, { "label": "How big is your dog?", "name": "size", "type": "select", "options": { "small": "Small (under 20lbs)", "medium": "Medium (20-50lbs)", "large": "Large (50-90lbs)", "extra_large": "Extra large (90+lbs)" }, "required": true, "value": "" }, { "label": "", "name": "profile_photo", "type": "file", "required": false }, { "label": "Microchip number (if applicable)", "name": "microchip_number", "type": "text", "options": "getAnimalSize", "required": false, "value": "" }, { "label": "Are you working with a trainer?", "name": "working_with_trainer", "type": "radio", "options": { "yes": "Yes", "no": "No" }, "required": true, "value": "" }, { "label": "Trainer", "name": "trainer", "type": "select", "options": { "3": "Test1 Testes1 Tester1", "20": "[email protected]", "32": "[email protected]", "36": "[email protected]", "37": "[email protected]", "42": "[email protected]", "43": "[email protected]", "46": "[email protected]", "48": "[email protected]", "52": "[email protected]", "53": "[email protected]", "54": "[email protected]", "57": "[email protected]", "58": "[email protected]", "59": "[email protected]", "60": "[email protected]", "61": "[email protected]", "62": "[email protected]", "63": "[email protected]", "64": "[email protected]", "65": "[email protected]", "66": "[email protected]", "67": "[email protected]", "68": "[email protected]", "69": "[email protected]", "70": "[email protected]", "71": "[email protected]", "72": "[email protected]", "73": "[email protected]", "74": "[email protected]", "75": "[email protected]", "78": "[email protected]", "79": "[email protected]", "81": "[email protected]", "76": "[email protected]", "82": "[email protected]", "85": "[email protected]", "87": "[email protected]" }, "required": true, "value": "" } ] } } }

6. Get info about user registration status

Endpoint: GET /api/v1/sign_up/register_info

Request Headers:

Authorization: Bearer your_generated_token X-API-Key: your_api_key Content-Type: application/json

Request Body (JSON):

{}

Expected Response:

{ "success": true, "message": "Data retrieved successfully", "data": { "previous_step": "disability_information", "current_step": "animal_task_selection", "next_step": "about_dog_form" } }

7. Get agreements list for sign up

Endpoint: GET /api/v1/sign_up/agreements_step

Request Headers:

Authorization: Bearer your_generated_token X-API-Key: your_api_key Content-Type: application/json

Request Body (JSON):

{}

Expected Response:

{ "success": true, "message": "Data retrieved successfully", "data": { "previous_step": "disability_information", "current_step": "agreements_step", "next_step": null, "order": 5, "total": 5, "step_data": { "title": "SDS Handler Agreement", "registration_step": "agreements_step", "sub_steps": [ { "title": "Welcome to the Service Dog Standards Training and Behavior Standards Agreement (SDSTBS)", "intro_content": "<ul><li>This won’t take long—just about 10–15 minutes.</li><li>You can come back anytime—your progress is saved.</li><li>You’ll just need to renew this every 4 years to keep your agreement active.</li></ul>", "warning": "Having a disability does not automatically make a pet a Service Dog.", "conclusion": "<p>Misrepresenting a pet as a Service or Assistance Dog —  to enter public spaces, fly in-cabin, or avoid pet fees — is against the law and harms legitimate teams.There are legal and ethical options for living and traveling with your dog.</p>\n <h3>Ready to keep going?</h3>\n <p>Let’s walk through what responsible Service Dog partnership really looks like—together.</p>", "next": "Let’s get started!" }, { "title": "Standards built by and for the Service Dog community", "intro_title": "Let’s get started!", "content": "<p>The Service Dog Standards Training and Behavior Agreement (SDSTBS) outlines the community-defined training and behavior standards for Service and Assistance Dog teams.</p>\n <p>Whether you're a disabled handler or a trainer, these Standards reflect the responsibility that comes with working with a Service Dog—both during training and in public. They describe how you and your dog are expected to conduct yourselves at all times.</p>\n <h3>This agreement is also educational</h3>\n <p>It is designed to help you understand what’s expected, avoid common mistakes, and uphold the integrity of the Service Dog community.</p>", "next": "Can you be asked about your service dog?" }, { "introduction": "What the ADA allows others to ask", "sub_title": "SDSTBS Article 1/18", "content": "<h3>Can you be asked about your service dog?</h3>\n\n<p>Some people think no one can ask about your Service Dog—<strong>but that’s not true.</strong></p>\n\n<p>Under the ADA, staff in public spaces may ask only <strong>two questions:</strong></p>\n\n<ol>\n <li>Is this a Service Dog required because of a disability?</li>\n <li>What work or task has the dog been trained to perform?</li>\n</ol>\n\n<p><strong>That’s it. You are not required to:</strong></p>\n\n<ul>\n <li>Show paperwork, proof of training, or identification</li>\n <li>Have your dog wear a vest or special gear</li>\n <li>Prove your disability</li>\n</ul>", "next": "Public access doesn’t require proof—but other situations might" }, { "introduction": "Documentation isn’t required—except when it is", "sub_title": "SDSTBS Article 2/18", "content": "<h3>Public access doesn’t require proof—but other situations might</h3>\n\n<p>You are not legally required to carry paperwork or ID to access public spaces with your Service Dog—but there’s more to it.</p>\n\n<p>Under the Americans with Disabilities Act (ADA), people with disabilities have the right to be accompanied by a trained Service Dog in places open to the public—like stores, restaurants, schools, and transportation terminals—without needing to show documentation.</p>\n\n<p>However, this only applies to public access. Other situations are governed by different laws:</p>\n\n<ul>\n <li><strong>Housing</strong> is covered by the <em>Fair Housing Act (FHA)</em></li>\n <li><strong>Air travel</strong> is governed by the <em>Air Carrier Access Act (ACAA)</em></li>\n</ul>\n\n<p>In these contexts, documentation may be requested to verify your need for an assistance animal or confirm that your dog is properly trained.</p>\n\n<p>Even among experienced handlers, there’s often confusion about what’s required. That’s why many Service Dog teams choose to carry ID, use vests, or document their training. These tools can help avoid conflict and make access smoother—especially in unfamiliar environments.</p>\n\n<p>What matters most is that your dog is well-trained, and that <strong>you can clearly describe the work your dog is trained to do.</strong></p>", "next": "How to describe your dog’s trained tasks or work" }, { "introduction": "Communicating clearly about your dog’s role", "sub_title": "SDSTBS Article 3/18", "content": "<h3>How to describe your dog’s trained tasks or work</h3>\n\n<p>You are not required to share your diagnosis—but you must be able to <strong>clearly explain what tasks or work your dog is trained to do.</strong></p>\n\n<p>Keep your answers <strong>specific, simple, and focused</strong> on the trained work—<strong>not your condition.</strong></p>\n\n<p><strong>Examples:</strong></p>\n\n<ul>\n <li>“<strong>My dog is trained to</strong> alert me before an episode.”</li>\n <li>“<strong>My dog is trained to</strong> retrieve medication or essential items when needed.”</li>\n <li>“<strong>My dog is trained to</strong> apply deep pressure when cued or during an episode.”</li>\n <li>“<strong>My dog is trained to</strong> assist with mobility by opening doors or providing balance.”</li>\n <li>“<strong>My dog is trained to</strong> get help or guide me to safety when necessary.”</li>\n</ul>\n\n<p>It’s <strong>your responsibility</strong> as a handler to <strong>communicate this clearly and confidently.</strong></p>\n\n<p><strong>Practice your response</strong> so you’re prepared when asked.</p>", "next": "Your behavior matters just as much as your dog’s" }, { "introduction": "Modeling professionalism in public", "sub_title": "SDSTBS Article 4/18", "content": "<h3>Your behavior matters just as much as your dog’s</h3>\n\n<p>Being a Service Dog team means both you and your dog are responsible for how you show up in public.</p>\n\n<p><strong>Your behavior sets the tone. Your dog follows your lead.</strong></p>\n\n<p><strong>Your dog must:</strong></p>\n\n<ul>\n <li>Be calm and under control</li>\n <li>Not bark, bite, lunge, or growl</li>\n <li>Not sniff people or merchandise</li>\n <li>Not sit on chairs or ride in carts</li>\n <li>Relieve itself only in appropriate places</li>\n</ul>\n\n<p><strong>You must:</strong></p>\n\n<ul>\n <li>Keep your dog clean and well-groomed</li>\n <li>Prevent rude or disruptive behavior</li>\n <li>Stay calm, respectful, and ready to step out if needed</li>\n <li>Be respectful and patient</li>\n <li>Calm, even when you’re judged or misunderstood</li>\n <li>Prepared to explain your dog’s trained role</li>\n</ul>\n\n<p><strong>Your conduct reflects on all Service Dog teams. Lead with professionalism.</strong></p>", "next": "The Public Access Test (PAT)" }, { "introduction": "Evaluating readiness for public access", "sub_title": "SDSTBS Article 5/18", "content": "<h3>The Public Access Test</h3>\n\n<p>The Public Access Test is a <strong>voluntary tool</strong> that helps determine if a Service Dog team is ready for public access.</p>\n\n<p><strong>It focuses on:</strong></p>\n\n<ul>\n <li>Handler control</li>\n <li>Dog behavior in real-world situations</li>\n <li>Team reliability in public settings</li>\n</ul>\n\n<p>The PAT was originally created by <strong>Assistance Dogs International (ADI)</strong> and has since been widely used and adapted across the Service Dog community.</p>\n\n<p><strong>The Service Dog Standards Public Access Test (SDSPAT)</strong> builds on that foundation to offer one of the clearest, most comprehensive options available.</p>\n\n<a href='#' />LINKS TO DOWNLOAD PDF</a> or <a href='#' />VIEW ONLINE</a></p>", "next": "Best practices for documenting your PAT" }, { "introduction": "Keeping a record of your team", "sub_title": "SDSTBS Article 6/18", "content": "<h3>Best practices for documenting your PAT</h3>\n\n<p>Taking a <strong>Public Access Test (PAT)</strong> is <em>not required</em> under the law. However, it is widely recognized as one of the best ways to assess whether a Service Dog team is truly prepared for public spaces.</p>\n\n<p>Courts and agencies often look for:</p>\n\n<ul>\n <li>Proof of <strong>individual training</strong></li>\n <li>Evidence of <strong>public control and appropriate behavior</strong></li>\n <li>Clear descriptions of the dog’s <strong>disability-related tasks</strong></li>\n</ul>\n\n<p><strong>Documenting your Public Access Test</strong> is not legally required—but it may be helpful if your team’s legitimacy is ever challenged, especially in court or during a dispute over housing, transportation, or public access.</p>\n\n<p>You can document your PAT by:</p>\n\n<ul>\n <li><strong>Recording a video</strong> of your team completing the test</li>\n <li><strong>Having a trainer sign off</strong> on your completion</li>\n</ul>\n\n<p><strong>Our Standards include and go beyond the PAT.</strong> We encourage <strong>ongoing training and consistent, excellent behavior</strong>—every day, in every setting.</p>", "next": "Accepting Service Dog Standards shows your commitment to responsible behavior" }, { "introduction": "Demonstrating your commitment", "sub_title": "SDSTBS Article 7/18", "content": "<h3>Accepting Service Dog Standards shows your commitment to responsible behavior</h3>\n\n<p>Choosing to accept these Standards is a <strong>responsible and meaningful decision.</strong> It shows that <strong>you take your responsibility seriously</strong>—not just for yourself, but for the whole community.</p>\n\n<p>You’re committing to:</p>\n\n<ul>\n <li>Ongoing training and responsibility</li>\n <li>Skilled, respectful public behavior</li>\n <li>A clear understanding of your rights and your responsibilities</li>\n</ul>\n\n<p>This agreement reflects your <strong>readiness, professionalism, and shared commitment</strong> to the Service Dog community.</p>\n\n<p><strong>Service Dog Standards is built on trust.</strong><br>\nTogether, we protect access and strengthen public understanding—one excellent impression at a time.</p>", "next": "Having a Service Dog is a privilege, protected under the law for disabled individuals" }, { "introduction": "Privilege granted by law", "sub_title": "SDSTBS Article 8/18", "content": "<h3>Having a Service Dog is a privilege, protected under the law for disabled individuals</h3>\n\n<p>This privilege is <strong>earned and maintained</strong> through:</p>\n\n<ul>\n <li><strong>Your dog’s trained, disability-related tasks</strong></li>\n <li><strong>Your dog’s reliable and respectful public behavior</strong></li>\n <li><strong>Your own conduct and professionalism as a handler</strong></li>\n</ul>\n\n<p><strong>Service Dog Standards can help you understand and meet these expectations.</strong><br>\nThey exist to protect your access—and to support the future of the entire Service Dog community.</p>", "next": "Having a service dog doesn’t always make life easier" }, { "introduction": "Real-world challenges of working with a Service Dog", "sub_title": "SDSTBS Article 9/18", "content": "<h3>Having a service dog doesn’t always make life easier</h3>\n\n<p>While Service Dogs provide real support, they can also add layers of difficulty to your life.</p>\n\n<ul>\n <li><strong>If your disability is invisible, intermittent, or progressive</strong>, others may question whether you “really need” a dog</li>\n <li><strong>You may face judgment or misunderstanding</strong> from strangers, employers, landlords—even other disabled people</li>\n <li><strong>The day-to-day demands</strong> of training, care, costs, and public behavior are constant—and sometimes overwhelming</li>\n</ul>", "next": "Be prepared for extra attention" }, { "introduction": "Why clear standards matter more than ever", "sub_title": "SDSTBS Article 10/18", "content": "<h3>Be prepared for extra attention</h3>\n\n<p>When you're out with a Service Dog, people may be curious—and not always kind.</p>\n\n<p><strong>Do not expect the general public to understand disability rights, the ADA, or even basic courtesy.</strong></p>\n\n<p>Some may ask intrusive questions.</p>\n\n<p>Some may record or challenge you—especially <strong>online</strong>, where they can hide behind a screen without accountability.</p>\n\n<p>It’s unfair—but it’s real.</p>\n\n<p><strong>That’s why your preparation, clarity, and composure matter.</strong></p>\n\n<p>The way you carry yourself helps shift public understanding—and opens doors for the next team who comes after you.</p>\n\n<p>Service Dog Standards helps you prepare for these challenges with <strong>clarity and confidence.</strong></p>", "next": "Service dogs have evolved—so should understanding" }, { "introduction": "Expanding roles, growing understanding", "sub_title": "SDSTBS Article 11/18", "content": "<h3>Service dogs have evolved—so should understanding</h3>\n\n<p>Service dogs began as guide dogs for the blind in the early 20th century.<br>\nFor decades, “seeing eye” dogs were the only kind most people knew.</p>\n\n<p>Today, service dogs support many types of disabilities—<br>\n<strong>mobility, medical needs, psychiatric support, hearing, and more.</strong></p>\n\n<p>As service dogs become more common, people are seeing them more—and that’s a good thing.<br>\nBut anything unfamiliar can bring <strong>confusion, discomfort, or even jealousy.</strong></p>\n\n<p>When people don’t understand something, it can lead to discrimination.</p>\n\n<p>That’s why <strong>clear, community-led standards</strong> are essential. Service Dog Standards helps handlers educate the public, protect access, and reduce conflict—so everyone can move forward with clarity and respect.</p>", "next": "Facing gatekeepers and discrimination" }, { "introduction": "Understanding and addressing gatekeeping and discrimination", "sub_title": "SDSTBS Article 12/18", "content": "<h3>Facing gatekeepers and discrimination</h3>\n\n<p>Discrimination doesn’t always look like outright hostility.<br>\n<strong>More often, it shows up as gatekeeping.</strong></p>\n\n<p><strong>Gatekeeping</strong> is when someone—often well-meaning—tries to question, challenge, or “protect” what they believe a <em>real</em> Service Dog team should look like.</p>\n\n<p>They may not realize it, but their actions cause harm, especially when directed at people with <strong>invisible or nontraditional disabilities.</strong></p>\n\n<p>You might hear some version of:</p>\n\n<ul>\n <li>“<strong>You don’t look disabled.</strong>”</li>\n <li>“<strong>You only use the dog sometimes—you must not really need it.</strong>”</li>\n <li>“<strong>That breed can’t be a Service Dog.</strong>”</li>\n <li>“<strong>Your dog’s too small / too big / too cute.</strong>”</li>\n <li>“<strong>You just want to bring your dog with you.</strong>”</li>\n <li>“<strong>I’ve seen real service dogs—yours doesn’t look like one.</strong>”</li>\n</ul>\n\n<p><strong>These comments are usually framed as concern</strong>—but they create barriers, stigma, and unnecessary scrutiny for legitimate teams.</p>\n\n<p>Service Dog Standards helps you respond with professionalism, self-respect, and confidence—because <strong>you belong.</strong></p>", "next": "Your responsibilities as a handler" }, { "introduction": "Core responsibilities of a handler", "sub_title": "SDSTBS Article 13/18", "content": "<h3>Your responsibilities as a handler</h3>\n\n<p>It’s not just your dog’s behavior that matters—<strong>it starts with you.</strong></p>\n\n<p>As a service dog handler <strong>you are responsible for:</strong></p>\n\n<ul>\n <li><strong>Training</strong> — maintaining clear, consistent, disability-related task work</li>\n <li><strong>Vet care</strong> — regular checkups and treatment</li>\n <li><strong>Grooming</strong> — a clean, healthy appearance</li>\n <li><strong>Behavior</strong> — controlling your dog in all public environments</li>\n <li><strong>Public conduct</strong> — staying calm, clear, and respectful</li>\n <li><strong>Advocacy</strong> — you don’t have to speak for others, but you must know how to speak up for yourself</li>\n</ul>", "next": "What makes a dog a Service Dog" }, { "introduction": "How the ADA defines a Service Dog", "sub_title": "SDSTBS Article 14/18", "content": "<h3>What makes a dog a Service Dog</h3>\n\n<p>The Americans with Disabilities Act (ADA) definition:</p>\n\n<blockquote>\n <p><strong>Service animals are defined as dogs that are individually trained to do work or perform tasks for people with disabilities.</strong></p>\n</blockquote>\n\n<p>This means:</p>\n\n<ul>\n <li>The dog must be <strong>individually trained</strong>—not just well-behaved or naturally helpful.</li>\n <li>The tasks or work must be <strong>directly related to the person’s disability.</strong></li>\n <li>Because the law uses the word <strong>“tasks”</strong> (plural), Service Dog Standards requires <strong>at least two trained tasks</strong> related to your disability.</li>\n <li>The dog must be able to <strong>perform the task reliably on cue</strong> or in response to a situation.</li>\n <li>Providing <strong>emotional support</strong> or companionship alone does not qualify.</li>\n</ul>\n\n<p>Only <strong>dogs</strong> (and in rare cases, <strong>miniature horses</strong>) can be Service Animals under federal law.</p>\n\n<p>The ADA protects your right to have your trained Service Dog with you in public places—but only if your dog meets this definition.</p>", "next": "Service Dogs, Emotional Support Dogs, and Therapy Dogs" }, { "introduction": "Not all working dogs are service dogs", "sub_title": "SDSTBS Article 15/18", "content": "<h3>Service Dogs, Emotional Support Dogs, and Therapy Dogs</h3>\n\n<p><strong>Service Dogs are not the only working dogs—but they are often misunderstood.</strong></p>\n\n<p>Police Dogs, Military Working Dogs, and Search and Rescue Dogs are widely recognized.</p>\n\n<p>But when it comes to <strong>Service Dogs, Emotional Support Animals (ESAs), and Therapy Dogs</strong>, there’s still a lot of confusion.</p>\n\n<p>People often use these terms interchangeably—<strong>but they are not the same.</strong></p>\n\n<p><strong>What’s the difference?</strong></p>\n\n<p>Each plays a valuable role, but they are not the same:</p>\n\n<p><strong>Emotional Support Animals</strong> provide emotional comfort but are not trained to perform specific tasks or work for a disabled person, therefore they are not entitled to public access under the ADA.</p>\n\n<p><strong>Therapy Dogs</strong> help comfort others—not their handler. Therapy Dogs and their handlers often visit places like hospitals, schools, and nursing homes to provide calm, support, and companionship. They are not entitled to public access under the ADA.</p>\n\n<p><stron", "next": "What counts as a task or work?" }, { "introduction": "Defining real Service Dog tasks or work", "sub_title": "SDSTBS Article 16/18", "content": "<h3>What counts as a task or work?</h3>\n\n<p>To qualify as a Service Dog task, a behavior must meet <strong>all three of these criteria:</strong></p>\n\n<ul>\n <li><strong>Individually trained</strong><br>\n Your dog must be intentionally taught the task through a step-by-step process using rewards, practice, and repetition. It’s not something the dog does naturally or learned by accident.</li>\n\n <li><strong>Directly related to your disability</strong><br>\n The task must help with something you have difficulty doing on your own because of your disability.</li>\n\n <li><strong>Performed on cue</strong><br>\n The dog must respond reliably when you give a command or when a specific situation occurs (like a medical alert or panic attack).</li>\n</ul>\n\n<p><strong>Examples of valid tasks:</strong></p>\n\n<ul>\n <li>Retrieving medication</li>\n <li>Opening doors or drawers</li>\n <li>Interrupting panic attacks</li>\n <li>Alerting to allergens</li>\n <li>Providing stability or balance support</li>\n <li>Guiding you out of a crowded or overwhelming space</li>\n</ul>", "next": "What doesn’t count as a task or work?" }, { "introduction": "Defining what is not tasks or work", "sub_title": "SDSTBS Article 17/18", "content": "<h3>What doesn’t count as a task or work?</h3>\n\n<p>The ADA is clear—<strong>these do not</strong> count as trained tasks:</p>\n\n<ul>\n <li>Emotional support or comfort</li>\n <li>Companionship</li>\n <li>Guarding or protecting</li>\n <li>Licking or nuzzling unless specifically trained to do so on cue</li>\n</ul>\n\n<p><strong>Natural behavior</strong>, even if helpful, is not a trained task unless taught to respond to a specific need.</p>\n\n<p><strong>Rule of thumb</strong><br>\nIf you didn’t train your dog to do it, it’s not a task or work.</p>", "next": "Carrying Standards With You" }, { "introduction": "Upholding the Standards in everyday life", "sub_title": "SDSTBS Article 18/18", "content": "<h3>Carrying Standards With You</h3>\n\n<p>By accepting these Standards, you can show that you understand not only your rights—but also <strong>your responsibilities</strong> as a Service Dog handler.</p>\n\n<p><strong>We’ve shown you how to:</strong></p>\n\n<ul>\n <li><strong>Describe your dog’s trained work</strong> clearly and professionally</li>\n <li><strong>Navigate public spaces</strong> with confidence and respect</li>\n <li><strong>Advocate for yourself</strong>—and, when needed, for the community</li>\n</ul>\n\n<p><strong>This Agreement helps:</strong></p>\n\n<ul>\n <li><strong>Protect</strong> access for others</li>\n <li><strong>Build trust</strong> in Service Dog teams</li>\n <li><strong>Uphold a powerful standard</strong> of behavior</li>\n <li>And—above all—<strong>leave nothing but an excellent impression</strong></li>\n</ul>", "next": "Save your agreement and get your team’s SDS number." } ] } } }
28 April 2026