> For the complete documentation index, see [llms.txt](https://docs.launchboard.app/industry-connect-2024/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.launchboard.app/industry-connect-2024/founding-cohort/program-tech-skills-schedule.md).

# Program Tech Skills Schedule

Below is a basic outline for building the technical skills in this program. Each week will also explore professional practices for problem-solving, collaboration, communication, planning, and execution.

<table><thead><tr><th width="102" align="center">Week</th><th>Robotics Track</th><th>Data Analytics Track</th></tr></thead><tbody><tr><td align="center">1</td><td>Introduction</td><td>Introduction</td></tr><tr><td align="center">2</td><td>Thinking in 3D / Point to Point Movement</td><td>Spreadsheets: Working with CSV Files and Creating Charts</td></tr><tr><td align="center">3</td><td>Looping and Logic / Working in Patterns</td><td>Spreadsheets: Functions and Formulas</td></tr><tr><td align="center">4</td><td>Precision and Repeatability / Grabbing and Releasing Objects</td><td>Spreadsheets: Formatting</td></tr><tr><td align="center">5</td><td>Seeing Paths / Subflows and Object Clearance</td><td>Spreadsheets: Summary Tables with Functions</td></tr><tr><td align="center">6</td><td>Adapting to Uncertainty / Landmarking Techniques</td><td>Spreadsheets: Pivot Tables for Aggregation and Grouping</td></tr><tr><td align="center">7</td><td>Vision / Object Recognition</td><td>SQL: SELECT, FROM, ORDER BY</td></tr><tr><td align="center">8</td><td>Review and Assessment</td><td>SQL: WHERE, LIKE, LIMIT</td></tr><tr><td align="center">9</td><td>Working with Pallets and Bin Boxes</td><td>SQL GROUP BY and Functions</td></tr><tr><td align="center">10</td><td>Placement Processes / Fixtures for Repeatable Precision</td><td>SQL: JOIN</td></tr><tr><td align="center">11</td><td>Tending Machines / Working with Other Processes</td><td>Independent Certification Planning, Goals, and Execution</td></tr><tr><td align="center">12</td><td>Team Projects</td><td>Cont.</td></tr><tr><td align="center">13</td><td>Cont.</td><td>Cont.</td></tr><tr><td align="center">14</td><td>Cont.</td><td>Cont.</td></tr><tr><td align="center">15</td><td>Certification</td><td>Cont.</td></tr></tbody></table>


---

# 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://docs.launchboard.app/industry-connect-2024/founding-cohort/program-tech-skills-schedule.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.
