# Getting Started With Isaac for Healthcare

This learning path introduces [NVIDIA Isaac for Healthcare](https://developer.nvidia.com/isaac/healthcare): simulation, synthetic data, and policy training for medical robotics. The two courses below are independent. Choose the one that best matches your goals, or complete both in either order.

## Recommended starting point: Agentic Workflows in Isaac for Healthcare

Start here for the fastest way to understand how Isaac for Healthcare is structured and how its components work together. You use coding agents and the skills provided by [Isaac for Healthcare Agentic Workflows](https://github.com/isaac-for-healthcare/i4h-workflows) to build an end-to-end workflow from plain-language prompts.

The course teaches you how to:

- Create a simulation environment for a healthcare robotics task that you design.
- Use the environment to collect and prepare training data.
- Train a policy on the collected data and deploy it in simulation to achieve task autonomy.
- Build your own workflows and extend the skill library for new applications.

You review every stage, including environment creation, data collection, training, and deployment, so you learn both how to work with the coding agent and how the underlying Isaac for Healthcare workflow fits together.

<figure class="course-highlight_\_media">
  <video autoplay muted loop playsinline preload="metadata"
         poster="agentic-workflows/videos/course_highlight_poster.jpg?v=3"
         aria-label="Highlights from the Agentic Workflows in Isaac for Healthcare course">
    <source src="agentic-workflows/videos/course_highlight.mp4?v=3" type="video/mp4">
    Your browser does not support embedded video.
  </video>
  <figcaption>Describe a task, build the simulation, collect data, train a policy, and validate autonomous behavior.</figcaption>
</figure>

[Start Agentic Workflows in Isaac for Healthcare →](https://docs.nvidia.com/learning/physical-ai/getting-started-with-isaac-for-healthcare/latest/agentic-workflows/index.md)

## Focused deep dive: Training Healthcare Robots From Scratch

This earlier, code-first course provides a more detailed look inside the repositories through one specific application: robotic ultrasound. It is a strong fit if you want deeper implementation insight or are especially interested in:

- Simulating healthcare sensors and specific imaging modalities.
- Bringing patient anatomy and medical data into an Isaac Sim environment.
- Building and teleoperating a robotic ultrasound setup.
- Collecting demonstrations and fine-tuning a vision-language-action policy for that application.

The course was developed before the agentic workflow and does not focus on coding-agent-driven development. You can take it independently; completing it is not a prerequisite for the Agentic Workflows course.

![Teleoperation of a robotic arm holding an ultrasound probe over a phantom in Isaac Sim](training-healthcare-robots-from-scratch/images/teleoperation_with_ultrasound.png)

[Start Training Healthcare Robots From Scratch →](https://docs.nvidia.com/learning/physical-ai/getting-started-with-isaac-for-healthcare/latest/training-healthcare-robots-from-scratch/index.md)
