Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/apursley2012/rescue-retriever/llms.txt

Use this file to discover all available pages before exploring further.

Disaster rescue and individual tracking dogs perform one of the most cognitively demanding tasks in search-and-rescue work: isolating a specific human scent signature and following it reliably through chaotic, high-stimulation environments. These animals operate in collapsed buildings, disaster rubble, densely populated urban areas, and mass-casualty scenes where visual search is impossible and scent contamination is extreme. Their ability to maintain focus and directional commitment under acute environmental stress sets them apart from general search dogs.

Qualifying Criteria

An animal must satisfy all three of the following criteria to receive a qualifies: true result for the Disaster Rescue program.
CriterionRequired Value
BreedsDoberman Pinscher, German Shepherd, Golden Retriever, Bloodhound, Rottweiler
SexIntact Male
Age20–300 weeks (approximately 5 months to nearly 6 years)
The Disaster Rescue program has the widest age eligibility window of any profile in Rescue Retriever. The extended upper bound — 300 weeks — reflects the long operational careers that highly trained disaster response dogs can sustain. A dog entering the program at 100 weeks and completing the 16–24 month training cycle can maintain active service well into the upper range. The lower bound of 20 weeks (rather than 26) also provides a slightly earlier entry point compared to the Water and Mountain programs. Breed matching uses normalized substring comparison — both the shelter record and the profile breed list are lowercased and stripped of “mixed” and “dog” before the check. See Rescue Program Profiles: Overview for full normalization details.

Scoring Example

The examples below show two Disaster Rescue evaluations for a Bloodhound at two different ages.
// Animal: Bloodhound, Intact Male, 150 weeks → Score: 100 (qualifies)
{
  "programId": "disaster",
  "matchScore": 100,
  "breedMatch": true,
  "sexMatch": true,
  "ageMatch": true,
  "qualifies": true
}

// Animal: Bloodhound, Intact Male, 350 weeks → Score: 80 (age miss)
{
  "programId": "disaster",
  "matchScore": 80,
  "breedMatch": true,
  "sexMatch": true,
  "ageMatch": false,
  "qualifies": false
}
In the second example, the animal is 350 weeks old — beyond the 300-week upper limit. Breed and sex are both matches, so the score is 50 + 25 + 5 = 80. The qualifies field is false because all three criteria must be simultaneously satisfied.

Operational Capabilities

Dogs that complete Disaster Rescue training are certified for the following operational roles:
  • Structural collapse search
  • Individual scent tracking
  • Urban disaster response
  • Mass-casualty triage support
  • Missing persons location

Program Details

DetailValue
Training Duration16–24 months
Training Success Rate91%
Operating EnvironmentUrban rubble, collapsed structures, disaster zones
The Disaster Rescue program has the highest training success rate — 91% — of the three profiles supported by Rescue Retriever. This reflects both the rigorous candidate selection criteria developed for this profile and the highly specialized training pipeline disaster response organizations have refined over decades. The scoring algorithm is designed to surface the strongest candidates for this program first, supporting the high placement standards these organizations require.

Finding Disaster Rescue Candidates

To surface Disaster Rescue candidates from the full shelter dataset, navigate to the Dashboard and click the Disaster Rescue filter button. The table re-ranks all animals by their Disaster Rescue score, with fully qualifying animals — those matching breed, sex, and age simultaneously — at the top. Near-miss animals with partial scores remain visible below, ranked in descending score order. German Shepherd and Rottweiler appear in both the Disaster Rescue and Mountain Rescue breed lists. An Intact Male German Shepherd within the appropriate age range may score at or near 100 for both programs simultaneously. Review scores across both profiles before making a final candidate recommendation.

Build docs developers (and LLMs) love