Connecting Arduino Mega 2560 with WiFi shield 101

I am a newbie and I want to connect Arduino Mega with Arduino WiFi shield 101 to send data to a web server. I went through the WiFi shield 101 manual but I don't know how to connect(pin connection) the two modules together. Could someone please share information?

Could someone please help me out? I couldn't find any information on the net.

Hi,

Match the marked wifi101 pins to the mega pins and push the two together.

Install the wif101 library from GitHub - arduino-libraries/WiFi101: Wifi library for the Arduino WiFi 101 Shield

The library contains examples.
wifiwebclient should get you started.

David