# Director

**Director 4.0** is a website management interface for student and activity websites. It was created during the 2019-20 school year and is currently used by many of the web application development classes.

The application was created to provide a secure, beginner friendly, and highly customizable website hosting platform. To achieve this goal, many features, including a web terminal and online editor, were implemented. The project has been completely [student-built](https://director.tjhsst.edu/about), and was the senior research project of Class of 2020 Sysadmins. Director 4.0 was the next iteration of web3, the senior research project of Eric Wang (class of 2017).

See what's new in Director 4.0 [here](https://director.tjhsst.edu/docs/whatsnew-director4/).

The point of contact for Director is [the Director Lead.](/general/sysadmins-list.md#current-leads)

## Technologies Used

* Python
* Django
* Docker

## External Links

* [Director](https://director.tjhsst.edu/)
* [Director Guide](https://director.tjhsst.edu/docs/)
* [Director on GitHub](https://github.com/tjcsl/director)


---

# 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://documentation.tjhsst.edu/services/director.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.
