> 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/banner.md).

# 배너 제작하기

- [개요](https://help.fixfolio.ai/banner/overview.md): 픽스폴리오는 브랜드/제품 정보를 입력하면 분석부터 디자인 제작까지의 과정을 자동으로 수행하는 AI 기반 광고 크리에이티브 제작 서비스입니다.
- [브랜드 분석](https://help.fixfolio.ai/banner/brand-analysis.md): 배너 제작에 앞서 브랜드와 제품을 분석하고, 제작에 활용될 핵심 인사이트를 도출하는 단계입니다.
- [배너 제작](https://help.fixfolio.ai/banner/create-banner.md): 배너 제작 단계에서는 광고 목적과 디자인 방향을 설정하고 배너 생성에 필요한 요소를 입력합니다. 해당 정보를 기반으로 픽스폴리오 AI가 광고 배너를 생성합니다.
- [결과물 수정 및 베리에이션](https://help.fixfolio.ai/banner/edit-variation.md): 배너 제작이 완료되면 생성된 결과물을 확인한 후, 필요에 따라 수정하거나 다양한 버전으로 확장 제작할 수 있습니다. 픽스폴리오는 제작된 배너를 기반으로 빠른 수정은 물론, 스타일 확장 및 베리에이션 생성을 효율적으로 진행할 수 있습니다.


---

# 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/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.
