# Presentations / Videos

| Topic                                         | Video                                                  | Slides                                                                                                                      | Code Lab                                                                                                                                               |
| --------------------------------------------- | ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Spring Boot with App Engine Java 11           | [YouTube](https://www.youtube.com/watch?v=qx_T6-EKkBE) | N/A                                                                                                                         | [Short](https://codelabs.developers.google.com/codelabs/cloud-app-engine-springboot/index.html?index=..%2F..spring#4)                                  |
| Cloud Native Java with Spring Boot and GCP    | [YouTube](https://www.youtube.com/watch?v=g9qqEnhU_uU) | N/A                                                                                                                         | [Short](https://gcplab.me/spring) / [Long](http://bit.ly/spring-gcp-lab)                                                                               |
| Spring Boot with Kubernetes                   | [YouTube](https://www.youtube.com/watch?v=kT1vmK0r184) | [Speaker Deck](https://speakerdeck.com/saturnism/2017-jfokus-managing-cloud-native-applications-with-kubernetes-end-to-end) | [Short](https://codelabs.developers.google.com/codelabs/cloud-springboot-kubernetes/index.html?index=..%2F..spring#4) / [Long](https://bit.ly/k8s-lab) |
| Spring Boot with Istio                        | [YouTube](https://www.youtube.com/watch?v=AGztKw580yQ) | [Speaker Deck](https://speakerdeck.com/saturnism/making-microservices-micro-with-istio-service-mesh)                        | [Long](http://bit.ly/istio-lab)                                                                                                                        |
| Debugging and Troubleshooting with Kubernetes | [YouTube](https://www.youtube.com/watch?v=2hxTTyc6IH8) | [Speaker Deck](https://speakerdeck.com/saturnism/debugging-and-troubleshooting-microservices-in-kubernetes-and-stackdriver) | N/A                                                                                                                                                    |


---

# 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://spring-gcp.saturnism.me/additional-resources/presentations-videos.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.
