``` body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: #f9f9f9; margin: 0; padding: 0; } nav { background-color: #fff; border-bottom: 1px solid #e5e5e5; position: sticky; top: 0; z-index: 1000; } nav ul { list-style: none; padding: 1rem; display: flex; justify-content: center; } nav a { color: #0071e6; text-decoration: none; margin: 0 1rem; transition: color 0.3s; } nav a:hover { color: #0368f2; } .hero { background: #eee; text-align: center; padding: 4rem 2rem; } .hero a { padding: 0.5rem 1.5rem; background-color: #0071e6; color: white; text-decoration: none; margin-top: 2rem; border-radius: 4px; } .content { max-width: 800px; margin: 2rem auto; padding: 1rem; } .section { margin-bottom: 2rem; } .sections a { display: block; margin-bottom: 0.5rem; color: #0071e5; } .accordion { border: 1px solid #ccc; border-radius: 5px; overflow: hidden; } .accordion-header { cursor: pointer; padding: 1rem; background-color: #f3f3f3; } .accordion-content { display: none; padding: 1rem; border-top: 1px solid #ccc; } .content a { color: #004080; text-decoration: underline; } ```

Apple Watch Support

Explore support resources for your Apple Watch

Get Started

Explore Support Topics

Setting up your Apple Watch Troubleshooting and Issues Using Your Watch Features Using Watch Accessories Software Updates Health & Safety Connecting with Accessories

Frequently Asked Questions

How do I charge my Apple Watch?
Use the magnetic charging cable or a compatible Qi-enabled charging pad to charge your Apple Watch when the battery is low.
What features are available on my Apple Watch.
Apple Watch supports a wide variety of features including: Heart Rate Monitor, Fitness Tracking, and Emergency SOS features.
```