# Enhance Your Prompts with AI Assistance

### How to Use Enhance Prompting

1. **Describe Your Component**\
   Write a short, clear description. Example:

   > "I want a product card with title, description and price."
2. **Click the Enhance Icon**\
   Hit the **Enhance (🪄)** icon next to the Attach images icon.\
   Jet Admin rewrites your description into a detailed, build-ready prompt.
3. **Review and Edit (Optional)**\
   Check the enhanced prompt:
   * Adjust or expand if needed.
   * You can edit freely before submitting.
4. **Send to AI Builder**\
   When ready, submit the enhanced prompt to start building!

{% @arcade/embed flowId="aBS9vhL0eiWX9BKEpzOe" url="<https://app.arcade.software/share/aBS9vhL0eiWX9BKEpzOe>" %}

{% hint style="info" %}

### 📋 Best Practices

**Be Specific**: Mention important elements like layout type (card, form) or fields (title, price, image).

**Keep It Simple**: Write like you're explaining to a friend — no technical jargon needed.

**Clarify Special Needs**: If you need dynamic actions (e.g., click to open a modal), mention it in your prompt.
{% endhint %}


---

# 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.jetadmin.io/ai-custom-components/enhance-your-prompts-with-ai-assistance.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.
