# Labs

The course project is broken up into 8 labs: <https://github.com/full-stack-deep-learning/fsdl-text-recognizer-project>

Feel free to follow along, and submit pull requests to the source repo if you'd like to make changes: <https://github.com/full-stack-deep-learning/fsdl-text-recognizer>

![](/files/-MBoW5KICGpmWzeZFh4R)

## Videos

{% embed url="<https://www.youtube.com/playlist?list=PL1T8fO7ArWlfx84Kc1Ke4a3DTGAzwnApV>" %}
Start watching our Labs playlist.
{% endembed %}


---

# 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://fall2019.fullstackdeeplearning.com/course-content/labs.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.
