# Style Transfer App Tips

### **Experiment with Style Transformations**:

Try converting between realistic and cartoon styles, or any two styles with a significant difference. Both directions can yield interesting results.

### **Use "Stroke" for Detail Preservation**:

Utilize the "Stroke" feature to preserve the outline details of your placeholder image (uploaded by the user).

### **Refine Character Appearance with "Character Fix"**:

Employ the "Character Fix" feature to make the final output resemble the character in the placeholder image more closely (uploaded by the user).

<figure><img src="/files/tMwkDgD0pEwB6r78zx2J" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/EYcZc3FVNa1D8MSM96sc" alt=""><figcaption></figcaption></figure>


---

# 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.a1.art/app-build/app-building-skills/style-transfer-app-tips.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.
