> For the complete documentation index, see [llms.txt](https://prof-rossetti.gitbook.io/intro-to-python/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prof-rossetti.gitbook.io/intro-to-python/exercises/web-service/further.md).

# "Web Service" Exercise - Further Exploration

## New User Registration

Create a Google Form to capture new user registrations, including their email address, zip code, etc.

Then ensure this user data is being stored in a corresponding Google Sheet.

Leverage [the `gspread` package](/intro-to-python/notes/python/packages/gspread.md) to read user data from the Google Sheet, and update the application's functionality to send a daily briefing email to all registered users!

Talk to your users to gather feedback and see how much they'd pay for new features! :smiley\_cat:
