# Google

If you are using Google's cloud platform, you can integrate with SendGrid. Navigate to the [GCP Marketplace](https://console.cloud.google.com/marketplace/details/sendgrid-app/sendgrid-email), locate the [SendGrid add-on](https://console.cloud.google.com/marketplace/details/sendgrid-app/sendgrid-email), select the appropriate plan, and get ready to start sending.

Using Google's App Engine or Compute Engine? Here are a few examples of how to implement SendGrid to help improve deliverability and provide analytics for your projects.

## App Engine Examples

1. [Python](https://cloud.google.com/appengine/docs/standard/python/mail/sendgrid)
2. [Java](https://cloud.google.com/appengine/docs/standard/java/mail/sendgrid)
3. [PHP](https://cloud.google.com/appengine/docs/standard/php/mail/sendgrid)
4. [Go](https://cloud.google.com/appengine/docs/standard/go/mail/sendgrid)
5. [Node.js](https://cloud.google.com/appengine/docs/standard/nodejs/sending-emails-with-sendgrid)

## Compute Engine

If you're using Google's Compute Engine, click [here](https://cloud.google.com/compute/docs/tutorials/sending-mail/using-sendgrid)

Check out [our blog](https://sendgrid.com/blog/partnership-includes-google-compute-engine/) for more information on how to make Google and SendGrid work together.
