> For the complete documentation index, see [llms.txt](https://artroomai.gitbook.io/tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://artroomai.gitbook.io/tutorials/resources/prompting-tutorials/basic-prompt-structure.md).

# Basic Prompt Structure

Prompts are what makes your generations work. The prompt may look like this:

An oil painting | of a Dwarf warrior, | with (red) hair, holding a sword, | Surrealism, | dark, moddy, | by Rembrant

<figure><img src="/files/sTexJ2pGEABfSqCuewEV" alt="A red haired short woman holding a sword. "><figcaption></figcaption></figure>

Lets break this down.

"An oil painting" is the Art Medium you want.&#x20;

"of a Dwarf Warrior" this is subject of your prompt.

"with (red) hair, holding a sword" are features of your subject. The () increases the weight of red in your prompt.

"surrealism" is the art style.

"dark, moody" are the attributes describing the Art. This can also be stuff like god rays and volumetric lighting.

"by rembrant" is an artist, which style we are trying to copy.

All of these will be explained in the following chapters.&#x20;

{% tabs %}
{% tab title="Euchale's Note" %} <img src="/files/ZbjerFhT9ncWE5AiimiH" alt="" data-size="line"> If you want to see how to create to a prompt kind of like this and see me struggle, you may watch this video: <https://www.youtube.com/watch?v=KCSQcsXgcLk>
{% endtab %}
{% endtabs %}
