Best way to distinguish two instances of the same Plugin under same DAW?

My plugin finally allows multiple instances, and I wanted to know if there's a way to distinguish one instance from another (same DAW).

Thanks!

How do you mean? - You could, simply, have a parameter that returns a specific Id value (e.g. 1,2,3 ) - and assign each one a value, set its Id, and use that.