# What We Will Build

We are going to start with the absolute basics, walk through the code together, and show how certain pieces fit together. Eventually we will look at how the following webpage is crafted and what tricks are used so we don't have to build every piece by itself.

<figure><img src="https://428739234-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrW5HKeF2snMego5OCKNW%2Fuploads%2FymHwl9YLJKhouhh31Fk5%2FCapture2.JPG?alt=media&#x26;token=81286057-817c-454c-9404-bb517d4ad0d8" alt=""><figcaption></figcaption></figure>

## Working with Web Design Resources like:

* [ ] Visual Studio Code (VSCode)
* [ ] Castoro Font
* [ ] Public Sans Font
* [ ] Iconmonstr
* [ ] GLightbox
* [ ] MoveTo JS
* [ ] GitHub and git


---

# 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://shsbt.gitbook.io/hack-the-web/getting-started/what-we-will-build.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.
