# AI Assistant

Ask ChatGPT to create any kind of card you would like, from an expense card that needs approval to a notification that needs to be sent to a manager.

#### Where?

Click on the **Help** menu from the [Card Toolbar](/adaptive-cards/building-adaptive-cards.md#card-toolbar). Then select AI Assistant.&#x20;

#### What do I ask?

Ask anything relating to adaptive cards, if you are missing information out from your prompt then ChatGPT will ask for more information.

{% hint style="info" %}
Note: This model of ChatGPT explicitly works to create Adaptive Cards and will only respond in relation to this topic.
{% endhint %}

### Using ChatGPT Designed Cards

If Looply recognizes an Adaptive Card has been sent back from ChatGPT then Looply will render it within the chat panel. Below the card will feature a button that will either display **"Use Card in Designer"** if you are currently working in the Adaptive Card Designer or **"Create a new card**" if you're in the Card Vault/Adaptive Card Designer Overview screen.

You can continue to refine an Adaptive Card by continually prompting ChatGPT with changes you wish to make.

#### [**Check out our Adaptive Cards with AI tutorial!**](/tutorials/adaptive-cards-with-ai.md)


---

# 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/ai-assistant.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.
