> ## Documentation Index
> Fetch the complete documentation index at: https://docs.frankieone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Download Test Data

> These test datasets are designed for development and testing purposes. They contain synthetic data that simulates real-world scenarios while maintaining privacy and security.

## Available Datasets

<CardGroup cols={3}>
  <Card title="KYC Test Data" icon="user-check" href="https://docs.google.com/spreadsheets/d/1y2QKLEvUJP3Ga3NIRuMPa-HCYUdeQb8b/edit?gid=1370610991#gid=1370610991">
    Know Your Customer verification test records
  </Card>

  <Card title="KYB Test Data (AUS)" icon="building-shield" href="https://docs.google.com/spreadsheets/d/1CFXluVn9ZDetelrrEsvpbWIn0y5Njho3il1SRtsbzhM/edit?usp=sharing">
    Know Your Business verification test records for Australian entities
  </Card>

  <Card title="KYB Test Data (Global)" icon="globe" href="https://docs.google.com/spreadsheets/d/18kYHr0yQY6BiBmLKgxppLsw23yc5ll7U1DC6ylhLVIs/edit?usp=drive_link">
    Know Your Business verification test records for non-Australian entities
  </Card>
</CardGroup>

## Usage Guidelines

<AccordionGroup>
  <Accordion title="Data Disclaimer">
    Please note the following important points about these test datasets:

    * Data is synthetic and designed for testing purposes only
    * Don't use the data structure to infer validation rules or UI requirements
    * All personal information is fictional - any resemblance to real individuals is coincidental
    * Datasets are regularly updated to maintain quality and relevance
  </Accordion>

  <Accordion title="Recent Updates">
    <Callout icon="bell" color="#FFCA16" iconType="regular">
      ##### August 2022 Data Refresh

      A major data refresh was implemented in August 2022:

      * Removed duplicate test cases
      * Updated unrealistic data scenarios
      * Cleaned up and optimized existing records
    </Callout>

    ### Action Required

    If you're using this data in your test suites:

    1. Update your test cases to reflect the latest dataset
    2. Verify that your test scenarios still match the intended use cases
    3. Check that referenced rows still meet your testing prerequisites
  </Accordion>
</AccordionGroup>

<Callout icon="star" color="#3DD892" iconType="regular">
  ##### Best Practices

  We recommend regularly syncing your test suites with the latest dataset
  versions to ensure consistent and reliable testing outcomes.
</Callout>
