# Introduction

![](/files/-LAU8vZnKC6tfXrDoZAs)

Welcome to the Eleven Fifty .NET Cohort! We're excited to have you with us. We've got a lot of fun work planned for you, and we hope you enjoy your experience as a whole.

## Fundamentals

something something something about this gitbook/fundamentals

## Gitbooks

For each portion of the course, we'll provide you with a GitBook. You'll get a new one every 1-2 weeks, depending on the phase of our course. We've designed and written these GitBooks with you as the students in mind. They are intended to supplement your learning and provide a means for you to review the material that we cover during class time. Throughout this book, source material, and other documentation, you will notice formatting and jargon that may be unfamiliar to you. It is important to learn vocabulary that refers to concepts or constructs in programming. You may find this "learning a language so that you can learn a language" to be challenging, but rest assured that the terminology will come with time and associating the words with concepts. In this book **bolded** or *italicized* text indicates something that you should pay special attention to. `Text that looks like this is used to indicate code you'll be writing. This may also be used to clarify a folder structure or show what commands executed on the command line should appear as.` [Links](/dotnet-101-csharpfundamentals/master.md) will be found periodically in this book. These links may connect you to an outside resource, or send you to a tool that may be needed to perform a task. If you see a link, please assume it's something we believe to be valuable to your success and **follow it**.

## Getting Started

Without saying too much more, let's get started by setting up folders and projects. Click [here](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-0-solution-setup/1.0-solution-setup) to get started.


---

# 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://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/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.
