1. To build a Facebook Messenger bot using Flask and Google App Engine, setup the local development environment with Google Cloud SDK and create a Google Cloud project. Save the App Engine URL for later.
2. Configure the Facebook Messenger API by creating an app and page, and use the App Engine URL as the webhook URL.
3. The bot code handles GET and POST requests, with POST requests processing messages from Facebook where the core bot functionality is defined.