> For the complete documentation index, see [llms.txt](https://benjohansen.gitbook.io/musictech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://benjohansen.gitbook.io/musictech/2022_spring/projects/website.md).

# 1. Class Projects Portfolio Website

{% hint style="danger" %}
Your projects will be graded by viewing this website.
{% endhint %}

### **Where**

* use <https://sites.google.com> and begin with a completely blank site (\*not\* a template)
* add your URL to [Canvas](https://www.baylor.edu/canvas/)
  * when you first "publish" your site, you will be given an option to create a domain name or add a custom domain name (a URL you have purchased) ... **add whatever domain you use for the site to the list on** [**Canvas**](https://www.baylor.edu/canvas/) **under "Pages"** ... note: you can copy your published site's URL at the top by clicking on the link icon

    ![](/files/jzgrhP7MUMd6zYslpFHo)

### Requirements

* embed all your projects in the body of the homepage of the site in order labeled with "title" size text with the project number and name as listed in your syllabus - each project embedded if at all possible (it is better to embed than provide a hyperlink that leaves the site)
  * heres an example = <https://sites.google.com/view/johansen1331/>
* add a professional portrait photo taken with the class mirrorless camera by a colleague in the class to the header of the site

## Using Box.com to store files

* create direct links to files, then use as if stored on an ftp server

![](/files/-MkeO7eNmPGIFDXsNXMD)

## Optional

1. purchase a domain through [domains.google.com](https://domains.google.com/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://benjohansen.gitbook.io/musictech/2022_spring/projects/website.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
