> For the complete documentation index, see [llms.txt](https://fall2019.fullstackdeeplearning.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fall2019.fullstackdeeplearning.com/course-content/testing-and-deployment.md).

# Testing and Deployment

![It's useful to break down the different systems and tests necessary for a successful ML project.](/files/-MBb2Kyq_K1D4jswqBhI)

{% hint style="info" %}
As always, please [submit a pull request](https://github.com/full-stack-deep-learning/course-gitbook) if any information is out of date!&#x20;
{% endhint %}

## Slides

{% embed url="<https://www.slideshare.net/sergeykarayev/testing-and-deployment-full-stack-deep-learning>" %}

## Videos

{% content-ref url="/pages/-M9yt9cq-R-ZnAizNpOv" %}
[Project Structure](/course-content/testing-and-deployment/project-structure.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9ytAHEnqM0Pr4bRPS-" %}
[ML Test Score](/course-content/testing-and-deployment/ml-test-score.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9ytBpSomitnv65R2gx" %}
[CI / Testing](/course-content/testing-and-deployment/ci-testing.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9ytBP77AXRr8xLA3w2" %}
[Docker](/course-content/testing-and-deployment/docker.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9ytCKCSDK8KXQQFmdp" %}
[Web Deployment](/course-content/testing-and-deployment/web-deployment.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9ytAyukMg0EvjLU69G" %}
[Monitoring](/course-content/testing-and-deployment/monitoring.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9ytAbutC7BgS\_kF3ql" %}
[Hardware/Mobile](/course-content/testing-and-deployment/hardware-mobile.md)
{% endcontent-ref %}


---

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