Softmax classifications

In Softmax how do you compute the multiple classifications using the probabilities computed using Softmax equations. How do you map P(y==1), P(y==2) etc to classifications like number =1, 2, 3 etc.

It is through the assignment of the labels to each example.