# Disclaimer

This instructional guide is part of a demonstration used for “*Econometric Pedagogy and Cloud Computing: Training the Next Generation of Economists and Data Scientists*” by  [Danielle V. Handel](https://www.daniellehandel.org), [Anson T. Y. Ho](http://www.atyho.info/), [Kim P. Huynh](https://www.bankofcanada.ca/profile/kim-huynh/), [David T. Jacho-Chávez](https://www.davidjachochavez.org/), and [Carson H. Rea](https://www.carsonrea.org). There is no guarantee this methodology works for others or using a different cloud service vendor. For specific needs or troubleshooting, independent research may be necessary.

[**AWS**](https://aws.amazon.com/) and corresponding services are trademark of [**Amazon Web Services**](https://aws.amazon.com/)**.**

[**Stata**](https://www.stata.com/) is trademark of [**Stata Corporation**](https://www.stata.com/company)**.**

[**Google Domains**](https://domains.google/) is trademark of [**Google**](https://www.google.com/)**.**

[**Python**](https://www.python.org/) is developed on an open source license distributed by the [**Python Software Foundation**](https://www.python.org/psf/)**.**

[**R**](https://www.r-project.org/) is offered on an open source license distributed by the [**R Foundation**](https://www.r-project.org/foundation/)**.**

[**JupyterHub**](https://jupyterhub.readthedocs.io/en/stable/) is an open source platform developed and maintained by [**Project Jupyter**](https://jupyter.org/)**.**


---

# 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://docs-jupyter.davidjachochavez.org/disclaimer.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.
