Declaring global variables into the C# classes

What’s the starting point to decide for declaring a global variable as static or non static?

If you need to share a particular value across multiple instances then choose static.