> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/creative-suite/image-tools/personalize.md).

# Personalize

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

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

### How to use Image Prompt?

{% stepper %}
{% step %}
**Personalize (Single Image Reference)**

To upload and use a single image for personalization:

* Go to **Image Tools** in the side panel.
* You will be prompted to upload an image. This can be a reference image to personalize with a single character or product.
  {% endstep %}

{% step %}
**Create Character or Product**

For more advanced personalization, you can create characters or products by uploading up to 10 images:

* Click on <mark style="color:purple;">Personalize</mark>
* In the **Personalize new** modal, you will have the option to either **Create Character** or **Create Product**.
* **Create Character**: Upload 1-10 images of a character, give it a unique name (under "Enter Name"), and click **Done** once all images are uploaded successfully.
* **Create Product**: Similarly, you can upload images for a product and customize it as needed.
  {% endstep %}

{% step %}
**Generation Settings**

Within the personalization feature, you have three modes to choose from:

* **Personalize Max**: Prioritizes accurate training/reference.
* **Personalize Ultra**: Prioritizes large, high-resolution output.
* **Personalize Core**: Prioritizes accurate training/reference.

Additionally, you can select the **aspect ratio** and the **number of images** to create in the settings panel.
{% endstep %}

{% step %}
**Using Your Created Characters or Products**

Once you’ve created a character or product:

* **Adding to a prompt**: In the **Add Image** section, click on the **+** button to access your personalized characters and products.
* **Referencing in your prompt**: You can also reference your created characters/products by tagging them with "@" followed by the character name (e.g., `@Character-2`).\\
  {% endstep %}
  {% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.imagine.art/creative-suite/image-tools/personalize.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
