# Intro video course

- [Introduction of the Trust Enterprises project \[2:16\]](https://docs.trust.enterprises/intro-video-course/introduction-of-the-trust-enterprises-project.md): This is the first video in the series and focuses on the "Why" of Trust Enterprises.
- [Deployment of your first Serverless client \[6:29\]](https://docs.trust.enterprises/intro-video-course/deployment-of-your-first-serverless-client-6-29.md): This second video focuses on how to deploy your first Serverless Trust Enterprise Client.
- [Using Postman with the Trust Enterprises API \[6:33\]](https://docs.trust.enterprises/intro-video-course/using-postman-with-the-trust-enterprises-api-6-33.md): This third video focuses on basic interaction of your client with Postman.
- [Installation of the Trust Enterprises Laravel package \[7:51\]](https://docs.trust.enterprises/intro-video-course/installation-of-the-trust-enterprises-laravel-package-7-51.md): This fourth video focuses on the installation of the Trust Enterprises laravel package
- [Basic interaction with your client with Laravel. \[10:28\]](https://docs.trust.enterprises/intro-video-course/basic-interaction-with-your-client-with-laravel.-10-28.md): This is the fifth video of the basic introduction, this one focuses on how simple it is to use Laravel with the serverless Trust Enterprise client.


---

# 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://docs.trust.enterprises/intro-video-course.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.
