# Welcome

## IECAM Guide for Slackers

Becoming a developer at IECAM? Wanna get up on speed with how the projects work? Worry no further. All you need to know, well, I mean the most, is to read this little PDF document and try to figure it out.

### 0. Get Started

There are a couple of things you would need to know about the projects which we are working on. They are simple, but sometimes it could be annoying if you do not know where to find the proper place for help.

#### 0.1 Web Hosting

Some of the projects, including the new main IECAM website, will be hosted under the c-panel services which are provided by the Technology Services at University of Illinois at Under-Construction. You can find it under:

> [cPanel Web Hosting Service (illinois.edu)](https://web.illinois.edu/)

To get you started on how to work with the Web Hosting service, please visit the [Web Hosting Guide](https://web.illinois.edu/) for more information.

#### 0.2 GitLab

The code for the projects which we have developed typically can be found on the `Webs` drive:

```
smb://ED-ECAPWEB.ad.uillinois.edu/Webs/
```


---

# 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://iecam.noctis.work/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.
