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

# Service Information

- [Service Policies and Operations Guide](https://help.fixfolio.ai/en/service/policy.md)
- [Features Coming Soon](https://help.fixfolio.ai/en/service/upcoming-features.md): FIXFOLIO is continuously preparing new features to provide a faster and higher-quality ad production experience. The features introduced below will be updated gradually.
- [Announcements](https://help.fixfolio.ai/en/service/notice.md): You can check the latest news and service operation updates for FIXFOLIO. Important information needed to use the service, such as events, update and maintenance notices, feature improvement news, and Help Center operation announcements, will be provided through announcements.
- [\[Update\] GPT Image 2 Model Added](https://help.fixfolio.ai/en/service/notice/update-gpt-image-2-model-added.md): Hello, this is the FIXFOLIO Team. Following the previously available NanoBanana 2 model, the GPT Image 2 model has now been newly added to better support a wider range of styles and production purposes. You can now directly select a model according to the style of output you want and the purpose of production to create banners. Please refer to the information below and use it appropriately for each situation.
- [\[Update\] Improved Reference Recommendation Screen](https://help.fixfolio.ai/en/service/notice/update-improved-reference-recommendation-screen.md): Hello, this is the FIXFOLIO Team. The reference recommendation screen has been newly improved so you can explore various references more easily and conveniently.
- [\[Update\] Quick Banner Creation Feature Added](https://help.fixfolio.ai/en/service/notice/update-quick-banner-creation-feature-added.md): Hello, this is the FIXFOLIO Team. To help you create ads faster and more efficiently, the new 'Quick Banner Creation' feature has been added, allowing you to skip brand analysis and create banners right away. If your logo, images, references, and copy ideas are ready, try creating a banner immediately without the analysis process.
- [\[Update\] Mobile Creation Support](https://help.fixfolio.ai/en/service/notice/update-mobile-creation-support.md): Hello, this is the FIXFOLIO Team. To make advertising easier and more efficient, you can now create banners on mobile as well. Even if you're not on a PC, make and edit banners right away whenever inspiration strikes.
- [\[Update\] Banner Language Settings and Banner Upload Feature Added](https://help.fixfolio.ai/en/service/notice/update_260316.md): Hello, this is the FIXFOLIO Team. New features have been added to help you create ads more easily and efficiently. You can now create banner copy in the language of the country you are advertising in, and directly upload your existing banner images to quickly edit them or create variations in different sizes.
- [\[Event\] (Ended) FIXFOLIO Open Commemoration Event Guide](https://help.fixfolio.ai/en/service/notice/event01.md): To celebrate the launch of FIXFOLIO, we are offering 100 credits free for new sign-ups. Use the credits to create banners yourself and experience FIXFOLIO.


---

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