Prompt
البرومبت (Prompt)
GLS-000167
Definition
The text instruction given to an AI model to guide its output — the input that shapes everything the model generates.
تعليمة نصية تُعطى لنموذج ذكاء اصطناعي لتوجيه مخرجاته — المدخل الذي يُشكّل كل ما يُولّده النموذج.
Why It Matters
Prompts are the primary interface between developers and AI models. A poorly written prompt produces vague, hallucinated, or off-topic responses. A well-engineered prompt produces structured, accurate, and reusable outputs — making the difference between a toy and a production-grade AI feature.
البرومبتات هي الواجهة الأساسية بين المطورين ونماذج الذكاء الاصطناعي. البرومبت المكتوب بشكل سيئ يُنتج ردودًا مبهمة أو مُخترَعة أو خارج الموضوع. البرومبت المُهندَس جيدًا يُنتج مخرجات منظّمة ودقيقة وقابلة لإعادة الاستخدام — مما يُحدث الفرق بين ميزة تجريبية وميزة ذكاء اصطناعي جاهزة للإنتاج.
Full Definition
Example Usage
“System: 'You are an Arabic-first tech educator. Always respond in the user's language.' User: 'Explain what a JWT is in one sentence.' — This two-part structure is a standard prompt pattern.”
“النظام: 'أنت معلم تقني يُقدِّم العربية. أجب دائمًا بلغة المستخدم.' المستخدم: 'اشرح ما هو JWT في جملة واحدة.' — هذا الهيكل الثنائي هو نمط برومبت قياسي.”
AI Builder Tips
Avoid these mistakes when using Prompt:
Writing prompts that are too vague — 'help me with code' tells the model nothing useful
Forgetting the system prompt — without role context, the model applies generic defaults
Not using delimiters (XML tags, triple backticks) to separate instructions from dynamic content
Sign in to unlock guided AI explanations from AI Teacher.
Generate a Prompt
Copy this prompt and use it directly with any AI model — no setup needed.
Help me build a project using Prompt. Explain: 1. What is Prompt and why it matters 2. The core architecture and required tools 3. Step-by-step implementation plan 4. Common mistakes to avoid: Writing prompts that are too vague — 'help me with code' tells the model nothing useful, Forgetting the system prompt — without role context, the model applies generic defaults, Not using delimiters (XML tags, triple backticks) to separate instructions from dynamic content 5. Best practices and production tips