> For the complete documentation index, see [llms.txt](https://chi-education.gitbook.io/chi-edge-or-education/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chi-education.gitbook.io/chi-edge-or-education/chi-edge-education/module-i-autonomous-vehicles/for-educators.md).

# FOR EDUCATORS

Every teacher and student is different. It is impossible for every contingency or preference to be accounted for. However, through the Github, which contains all the information in this Gitbook, you can make changes to the md files by downloading them as pdfs and editing them to better suit your class.&#x20;

Some parts of the procedure below may not be relevant to your class because you may want them to build their own cars or not even consider hardware at all. Therefore three pathways are presented below for instructors and classes with different goals.&#x20;

The first pathway, dubbed the **Regular Path**, allows the student to learn about hardware through assembly and driving, edge devices, cloud computing, software/programming, and UNIX. It also has project extensions with example results, an additional assignment, and some extra information.

The second pathway, dubbed the **Classroom Path**, presumes that a TA is present to take care of the edge, cloud, and hardware components of this project, but that the student does everything else found in the Regular Path.

The third pathway, dubbed the **Digital Path**, allows the student to skip hardware altogether and just focus on software. It requires setting up a simulation environment on a local computer.&#x20;

**Next Steps:**

On the Pathways page, you can view a TA Guide for one-page of instructions. The guide is mainly geared towards the Classroom pathway, but is similar even if adapted to the other pathways.&#x20;

Pathways is also where you will find the next steps for this project.

If you are just looking for sample data or resources, they will be in the [**Resources**](/chi-edge-or-education/chi-edge-education/module-i-autonomous-vehicles/resources.md) page. The instructions for utilizing sample data is essentially the same as without, just cutting out some early steps.

If you are looking for academic or referenced material, they will be in the [**References**](/chi-edge-or-education/chi-edge-education/module-i-autonomous-vehicles/references.md) page.&#x20;

If you have any trouble, please look to the [**FAQ**](/chi-edge-or-education/chi-edge-education/module-i-autonomous-vehicles/faq.md) page.


---

# 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:

```
GET https://chi-education.gitbook.io/chi-edge-or-education/chi-edge-education/module-i-autonomous-vehicles/for-educators.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.
