> For the complete documentation index, see [llms.txt](https://academy.looply.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.looply.ai/adaptive-cards.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://academy.looply.ai/adaptive-cards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
