# Tutorials

- [Creating MS Teams Apps](https://academy.looply.ai/tutorials/creating-ms-teams-apps.md): Learn how to create, manage, deploy and delete a Teams app with Looply
- [Designing Workflows](https://academy.looply.ai/tutorials/designing-workflows.md): Learn how to create and design a simple workflow in Looply
- [Building Adaptive Cards](https://academy.looply.ai/tutorials/building-adaptive-cards.md): Create beautiful data driven Adaptive Cards with Looply
- [Adaptive Cards with AI](https://academy.looply.ai/tutorials/adaptive-cards-with-ai.md): Step-by-step guide to creating and refining AI-generated Adaptive Cards.
- [Examining Workflow Executions](https://academy.looply.ai/tutorials/examining-workflow-executions.md): Get an in-depth view into how well a Workflow has executed.


---

# 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://academy.looply.ai/tutorials.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.
