# Working with AI prompts

<figure><img src="/files/7KBkHaxpuZanKTE2SC6n" alt=""><figcaption></figcaption></figure>

### What is a *prompt*?

A **prompt** is simply the instruction or message you give to a LLM to tell it what you want it to do. Think of it as a question, command, or request you type in, and the AI responds based on that input.

### How prompts work?

* When you use a generative AI tool, you start by entering a prompt.
* The AI reads your prompt, interprets what you’re asking, and generates a relevant response.
* The quality and clarity of your prompt directly affect the quality of the AI’s answer.

#### Examples of prompts

* **Simple prompt:**\
  “Write a summary of today’s weather in London.”
* **Instructional prompt:**\
  “Explain how photosynthesis works in simple terms.”
* **Creative prompt:**\
  “Write a funny story about a cat who learns to play chess.”

{% hint style="info" %}
**In summary**

A **prompt** is the way you communicate with an AI-like giving it directions. The better your prompt, the better the AI’s response will be. In your generative AI solution, you’ll use prompts to get the AI to perform tasks, answer questions, or create content tailored to your needs.
{% 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://help.kyloepartners.com/kyloe-ai-assist/getting-started/working-with-ai-prompts.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.
