# See it in action You can test out this extension right away! Visit the following URL: ${function:greetTheWorld.url} # Using the extension When triggered by an HTTP request, this extension responds with the following specified greeting: "${param:GREETING} World from ${param:EXT_INSTANCE_ID}". To learn more about HTTP functions, visit the [functions documentation](https://firebase.google.com/docs/functions/http-events). # Monitoring As a best practice, you can [monitor the activity](https://firebase.google.com/docs/extensions/manage-installed-extensions#monitor) of your installed extension, including checks on its health, usage, and logs.