# Adaptive Cards

- [Building Adaptive Cards](https://academy.looply.ai/adaptive-cards/building-adaptive-cards.md): Adaptive Cards are a platform-agnostic and customisable way to create interactive and data driven messages that are actioned upon using Microsoft Teams.
- [Container Elements](https://academy.looply.ai/adaptive-cards/building-adaptive-cards/container-elements.md): Adaptive Card elements used to configure and organise an Adaptive Cards layout.
- [Content Elements](https://academy.looply.ai/adaptive-cards/building-adaptive-cards/content-elements.md): Add content to your Adaptive Cards in the form of Text, Images, Videos and Buttons
- [Input Elements](https://academy.looply.ai/adaptive-cards/building-adaptive-cards/input-elements.md): Adaptive Cards that act as Forms to retrieve data from an end user.
- [Actions](https://academy.looply.ai/adaptive-cards/building-adaptive-cards/actions.md): Adaptive Cards have a wide range of actions that can be triggered in a few different ways.
- [Data Binding](https://academy.looply.ai/adaptive-cards/data-binding.md): Bind data from your Looply Workflow directly into your Adaptive Card.
- [Conditional Rendering](https://academy.looply.ai/adaptive-cards/conditional-rendering.md): Render select elements depending on the cards current data payload.
- [AI Assistant](https://academy.looply.ai/adaptive-cards/ai-assistant.md): Harness the power of ChatGPT to quickly create Adaptive Cards.
- [Inline Functions](https://academy.looply.ai/adaptive-cards/inline-functions.md): The Adaptive Card Designer has a large selection of functions for inline formatting of data.


---

# 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/adaptive-cards.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.
