> For the complete documentation index, see [llms.txt](https://help.fixfolio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fixfolio.ai/en/quick-menu/banner.md).

# Quick Banner Creation

## 1. Enter banner assets

1. From the left menu **\[Quick Banner Creation]** Click
2. **\[Quick Banner Creation]** Click the button
3. Enter the assets needed for creation
   * **Logo / product image / reference:** Upload image elements to use in banner creation.
   * **Select size ratio:** Choose the desired banner ratio among 1:1, 16:9, and 9:16.
   * **Copy (main/sub/button)**
   * **Additional requests:** Feel free to enter anything else you want reflected in the banner creation. If you enter desired tasks in natural language, such as changing the background color, adding elements, or modifying the style, they will be reflected in the generated result. *(e.g., “for a summer vibe,” “brighten the background,” etc.)*
4. After selecting the number of generated items **\[Quick Banner Creation]** Click the button

<figure><img src="/files/242d7b47f59c23d232f3e38df8bb8f2513f340ea" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Edit by attaching an image**

You can also make image-based edit requests by attaching one image in the prompt input area.

*(e.g.,*

*Attach a decorative element image (such as a sticker/icon)*\
*→ “Please add this image as a decorative element to the banner” )*
{% endhint %}

{% hint style="danger" %}
**If you upload an image, please check portrait rights and usage rights. Images of people or copyrighted images can only be used if commercial use is allowed.**
{% endhint %}

## 2. Banner list

Once banner creation is complete, the generated materials will be displayed in the banner list.

1. **Banner list:** You can view all generated banners and select a banner to move to the detail screen.
2. **Pin to top (unpin):** You can pin the selected banner to the top of the list for easy viewing, and unpin it if needed.
3. **Banner upload:** In the banner list, you can manage not only banners created in Pixfolio, but also banners you uploaded yourself. You can quickly edit and expand uploaded banners using detailed editing and variation features. For more details, please refer to \[Learn more | Banner Upload].
4. **View as gallery:** You can view all banners in the banner list in a gallery format.
5. **Download all:** You can download all banners in the banner list at once.
6. **Quick banner creation:** You can create additional banners by reselecting assets and creation options.

<figure><img src="/files/16a3ac80a60a518a72b0fd1454133d62f8ee37a1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Selecting a banner will take you to the detail screen. For more information about the detailed editing and variation features available on that screen, please refer to [**\[Banner detail page\]**](/en/banner/edit-variation.md#id-3), [**\[Detailed editing page\]**](/en/banner/edit-variation.md#id-4), [**\[Variation page\]**](/en/banner/edit-variation.md#id-5).
{% endhint %}

## 3. Banner assets

You can view and manage the assets used for banner creation. Gather the elements used in creation, such as logos, product images, and references, in one place, and add or delete them as needed.

1. **Banner asset list:** Click \[Banner assets] in the top menu to move to the asset management page, where you can see at a glance the logos, images, and references used in banner creation.
2. **Add and delete assets:** You can add new assets by clicking the \[+] button in each area, and manage existing assets easily through the delete function that appears when hovering the mouse.

<figure><img src="/files/4f5b86fdf1a45adc7722fa8fdfab22960f381500" alt=""><figcaption></figcaption></figure>


---

# 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.fixfolio.ai/en/quick-menu/banner.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.
