# MODERN PROJECT

## What is Modern Project

A set of standards on how to write the most up to date modern web application. This project will go over the intricacies of Django, React, important software utilities, modern AWS tooling, and deployment. This guide is a highly opinionated (and rightly so), in hopes of providing the best experience for engineers, their teams, and their users.

Copyright Dylan Stein - 2018


---

# 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://modernproject.gitbook.io/modernproject/master.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.
