1. CPU Mining (Beginner)
Now go to the App Menu -> Help -> Debug Window.

And a Window as the following picture should show up:

In the above window you can see how many blocks were synchronized and the date of last block. Now click on console tab. And should see as bellow:

Here you can type commands. Let's start with first command called getmininginfo:

Write getmininginfo and type enter. It will tell you the number of blocks (same as in Debug Window), the current difficulty of mining, and if generate is false that means your wallet is not mining.
Now second command called setgenerate:

You can use this to start or stop mining. To start mining type: setgenerate true 16

To stop mining type: setgenerate false. To find out if you are mining, type getmininginfo if says generate false (not mining), true (mining)

Leave the software mining for as long as you want. Please note when mining your computer uses more CPU and might be slower and less responsive. Also mining costs electricity. Now you understand Suacoins don't exist out of thin air. They need to be mined.
Before you start mining, check the current difficulty to see if it's bellow 50. If above, CPU Mining is not a feasible way to mine suacoins, in that case better use a GPU or ASIC.
Once you manage to mine a block you will see 50 Coins in your Unconfirmed balance. It will be available in your Available Balance once there are 128 new blocks after the block where you mined.