# Custom Styles

## Default Styles

In Nzym Studio, the default style applied to your creations depends on how the algorithm infer a style from the terms you use in your prompts.

Here is one example: let's say we want to generatea portrait of a woman. See how the algorithm behaves depending on the use of the word "portrait" or the word "photo", all other parameters remaining the same.

The word "portrait" can be a reference to both photography and painting, this is why you get the style presented in this image:

<figure><img src="/files/2nqffhGCzN3BnuBk0prN" alt=""><figcaption><p>Prompt: "portrait of a woman"</p></figcaption></figure>

The word "photo", however, cannot be mistaken with paintings. And you can get this type of result:

<figure><img src="/files/mBbVGQSpbqAHuFQDgDeg" alt=""><figcaption><p>Prompt: "photo of a woman"</p></figcaption></figure>

Finally, here is the result when we try with the word "selfie":

<figure><img src="/files/hU6yIUnDmU6CJSGEBQYB" alt=""><figcaption><p>Prompt: "selfie of a woman"</p></figcaption></figure>

Do play with words and synonym to test different approaches.

## Style Picker

If you want to pick a specific style you can choose one or more in the Custom Styles panel:

<figure><img src="/files/9JeTR1i7RPavE3K7CGEb" alt=""><figcaption></figcaption></figure>

Here are some examples of the prompt "*an asian fighter, wearing a ninja outfit, in a figthing pose on the ground, with a forest in the background*" with different customer styles:

<figure><img src="/files/erTv2FcX6etcg9XNmD47" alt=""><figcaption><p>Anime Version</p></figcaption></figure>

<figure><img src="/files/fMMpr026sNMk5ofLG8RE" alt=""><figcaption><p>Robotic version</p></figcaption></figure>

<figure><img src="/files/MSOg6SOZaxF6VgXMkU7H" alt=""><figcaption><p>Digital Art version</p></figcaption></figure>

<figure><img src="/files/WoHwEdFCBh2v5eyXU0ro" alt=""><figcaption><p>Photorealism version</p></figcaption></figure>

You can combine multiple custom styles if you want, but in such case we could advise to increase the AI Creativity level to let the algorithm make the most of all of these constraints.


---

# 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://doc.nzym.io/nzym-studio/prompting-parameters/custom-styles.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.
