# "Web App" Exercise - Further Exploration

## Integrating with a Google Sheets Datastore

Fork this [Starter Web Application w/ Google Sheets Datastore repo](https://github.com/prof-rossetti/web-app-starter-flask-sheets) under your own control and then clone / download it onto your local computer.

Follow the setup instructions to configure your own Google Sheet integration.

Follow the installation and usage instructions to demonstrate your ability to run the app locally in your browser at <http://localhost:5000/>.

Follow the deployment instructions to push your app to a Heroku server, then demonstrate your ability to visit the app via its public URL!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://prof-rossetti.gitbook.io/intro-to-python/exercises/web-app/further.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
