> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/ai-custom-components/enhance-your-prompts-with-ai-assistance.md).

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