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

# Accessibility

> Atomscale's commitment to accessible design

Atomscale is committed to making our platform accessible to all users. This document describes our accessibility features, compliance status, and guidance for accessible use.

## Commitment

We believe that scientific tools should be usable by everyone. Atomscale is designed to be:

* Perceivable by users with visual impairments
* Operable by users with motor impairments
* Understandable by users with cognitive differences
* Robust across assistive technologies

## Compliance

### WCAG Conformance

Atomscale targets **WCAG 2.1 Level AA** conformance:

| Principle      | Status     | Notes                                       |
| -------------- | ---------- | ------------------------------------------- |
| Perceivable    | Conformant | Alt text, color contrast, resizable text    |
| Operable       | Conformant | Keyboard navigation, focus management       |
| Understandable | Conformant | Consistent navigation, error identification |
| Robust         | Conformant | Valid markup, ARIA support                  |

### VPAT

A Voluntary Product Accessibility Template (VPAT) is available upon request. Contact [accessibility@atomscale.ai](mailto:accessibility@atomscale.ai).

## Accessibility Features

### Visual

<CardGroup cols={2}>
  <Card title="Scalable Interface" icon="text-height">
    UI scales with browser zoom up to 200%.
  </Card>

  <Card title="Color Independence" icon="palette">
    Information not conveyed by color alone.
  </Card>

  <Card title="Screen Reader Support" icon="headphones">
    Support for major screen readers.
  </Card>
</CardGroup>

### Keyboard Navigation

All functionality is available via keyboard:

| Action                    | Shortcut            |
| ------------------------- | ------------------- |
| Navigate between elements | `Tab` / `Shift+Tab` |
| Activate buttons/links    | `Enter` or `Space`  |
| Open dropdowns            | `Enter` or `Space`  |
| Navigate dropdown items   | `Arrow keys`        |
| Close dialogs             | `Escape`            |
| Navigate tabs             | `Arrow keys`        |

Skip links are available to bypass repetitive content.

### Screen Reader Compatibility

All interactive elements have appropriate:

* ARIA labels
* Role definitions
* State announcements
* Live region updates

## Reporting Issues

Found an accessibility barrier? We want to know.

### How to Report

1. Email [accessibility@atomscale.ai](mailto:accessibility@atomscale.ai)
2. Include:
   * Description of the barrier
   * What you were trying to do
   * Assistive technology used (if any)
   * Browser and operating system
3. We'll respond within 2 business days

### Feedback Process

1. **Acknowledgment**: We confirm receipt of your report
2. **Investigation**: We reproduce and assess the issue
3. **Resolution**: We fix the issue or provide a workaround
4. **Verification**: We confirm the fix addresses your need

## Resources

### Training

* Keyboard shortcuts: Contact support for the full reference
* Screen reader quick start: Contact [accessibility@atomscale.ai](mailto:accessibility@atomscale.ai)

### External Resources

* [WebAIM WCAG Checklist](https://webaim.org/standards/wcag/checklist)
* [A11y Project](https://www.a11yproject.com/)

## Contact

For accessibility questions or assistance:

* Email: [accessibility@atomscale.ai](mailto:accessibility@atomscale.ai)
* Phone: Available upon request for accessibility support
