# Understudy

A separate server is given to [Understudies](/general/understudies.md) for their testing purposes. The Understudies are responsible for setting up and configuring both the server and the Ethernet switch to which it is connected.

## Why an Understudy Server?

Understudies receive this server as their place to explore technologies and get their hands dirty with some of the work that the Sysadmins do. As CSL production machines host many services that are critical to school operation, it wouldn't be a good idea to experiment on them. The understudy servers will be configured to mimick the strucutre of the servers in the syslab. For example, it will have a virtual machine to mimick the ion production server to test in. It will also have its own PostgreSQL database along with a DNS thing.&#x20;


---

# 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/machines/understudy.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.
