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

# How do I submit my first training job?

After SSH-ing into the login node, use `srun` for interactive jobs and `sbatch` for batch scripts. For a quick smoke test, run `srun -N 1 hostname` to verify the cluster is healthy. To submit a multi-node training script, run `sbatch train.sh`.

For a full walkthrough, see [Submit your first training job](/products/sunk/tutorials/train-on-sunk/2-submit-simple-job). When you are ready for a more realistic workload, see [Submit a more complex training job](/products/sunk/tutorials/train-on-sunk/3-submit-a-training-job).

***

<Badge stroke shape="pill" color="blue" size="md">[Workload Scheduling](/support/sunk/tags/workload-scheduling)</Badge>
