> For the complete documentation index, see [llms.txt](https://docs.tokimake.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tokimake.app/guide.md).

# AI Studio Guide

AI Studio is a creative tool for producing and publishing content such as illustrations and vertical-scroll manga.

From Creative Home, you can currently choose **Illustration Generation** or **Vertical-Scroll Manga**. Support for one-panel, two-panel, four-panel, horizontal manga, and other formats is planned for the future.

{% hint style="info" %}
**System requirements**: The Service is designed for use on PC (Windows / macOS) with the latest version of Google Chrome, Safari, or Microsoft Edge. Smartphones and tablets are not currently supported.
{% endhint %}

### When You Get Stuck

* Check any red badges or warnings
* Make sure all required fields have been completed
* After generation, wait a moment before re-checking lists or button states
* Check your remaining Stella and the simultaneous-generation limit

***

### 1. Creative Home

Creative Home is where you choose the type of content you want to make.

#### Available now

* **Illustration Generation**: Generate, edit, and publish illustrations
* **Vertical-Scroll Manga**: Create a vertical-scroll manga from a novel or story concept

Only the Mythic plan can create vertical-scroll manga projects.

#### Planned

* One-panel manga
* Two-panel manga
* Four-panel manga
* Horizontal manga

***

### 2. Illustration Generation

Illustration Generation has two modes: **Preset** and **Custom**. Generated images are saved in the gallery below the generation area.

#### Preset

Preset mode lets you select an image made by another user as an example and create a new image from it with Image-to-Image.

1. Select **Preset**
2. Choose an example you like
3. Review the settings and generate

You can begin creating from an example without entering a prompt.

> Examples for Preset mode are currently being prepared, so the list may be empty.

#### Custom

Custom mode lets you generate images freely using text and optional reference images.

1. Select **Custom**
2. Describe the visual you want to create
3. If needed, select **Add Material** to add a reference image
4. Review settings such as model, style, aspect ratio, and number of outputs
5. Select **Generate**

Without a reference image, this works as Text-to-Image. With a reference image, it works as Image-to-Image.

#### Add a reference image

Select **Add Material** to prepare a reference image in either of these ways:

* **Upload Image**: Upload an image you already have
* **Generate Material Image**: Enter a description and generate a reference image directly

Use only images you own or have permission to use.

***

### 3. Illustration Gallery

Generated illustrations appear in the gallery.

#### What you can do

* Review generated results
* Open illustration details
* Edit an illustration
* Publish an illustration
* Check whether an illustration is public

Published works display a **Published** status.

***

### 4. Edit an Illustration

Select **Edit** from the gallery to open the illustration editor.

#### Currently available

* Add mosaic censorship
* Adjust mosaic and brush sizes
* Undo and redo
* Reset edits
* Apply and save edits

After you save an edit, you cannot restore the original illustration. Review the result before saving.

#### Mosaic requirements for R18 works

Before publishing an R18 work depicting genitals or intimate areas, you must apply mosaic censorship in the illustration editor. Works without the required censorship may be removed.

***

### 5. Publish an Illustration

Select **Publish** from the gallery to open Illustration Publishing Settings.

#### Set or confirm the following

* **Title**: Required
* **Description**: Optional
* **Tags**: Optional; separate tags with spaces or commas
* **Age restriction**: Mark the work R18 if it contains sexual expression
* **Rights confirmation**: Confirm that the work is your own or that you may post it under the rights holder's authorization, applicable guidelines, or similar permission

After completing the required fields and confirmations, select **Publish**.

#### Display of R18 works

R18 works are visible only to users who meet both conditions:

* They are at least 18 years old
* They have enabled the display of R18 works in their settings

***

### 6. Share a Published Illustration

The Share button appears only on published illustrations.

1. Open the details of a published illustration
2. Select the Share button
3. Copy the public link or share it on X

Unpublished illustrations do not display a Share button.

***

### 7. Browse Illustrations

Public illustrations can be viewed from the Illustrations page.

#### What you can do

* Browse by newest or ranking
* Discover works through styles and trending tags
* Search by keyword
* Review titles, descriptions, tags, and other details

R18 works appear only when the viewer meets the age and display-setting requirements.

***

### 8. Vertical-Scroll Manga Creation

The basic vertical-scroll manga flow is:

```
Create Project
→ Review Source
→ Characters
→ Scenario
→ Artwork
→ Series Management and Publishing
```

#### Create a project

* **Import Novel**: Start with the text of a completed novel
* **Story Concept**: Start by entering a protagonist, synopsis, ending, and other story elements

For novel imports, at least five chapters and approximately 1,000–14,000 characters per chapter are recommended.

#### Characters

Review characters extracted from the source, adjust their visual and description text, and generate their images.

#### Scenario

Generate the manga scenario for each chapter and manage which chapters are ready for artwork.

#### Artwork

Review the art prompt and generate the manga. Dialogue, speech bubbles, panel images, and backgrounds can be edited individually.

#### Series management and publishing

After artwork is complete, set the title, synopsis, cover image, genre, and other publishing information, then publish the episode.

***

### 9. Stella, Free Generation, and Generation Wait

#### What can happen

* An insufficient-Stella warning appears
* You reach the simultaneous-generation limit and must wait
* A pricing-plan prompt appears

#### What to do

* Check your remaining Stella
* Review pricing plans or additional Stella if needed
* Wait a moment, then try again

#### Free generation

* On Legendary and Mythic, image generation does not consume Stella when the aspect ratio is **1:1 / 3:2 / 2:3** and the output count is set to **one image**
* The above free generation on Legendary and Mythic is limited to 1,000 images per day

#### Vertical-scroll manga

* Only the Mythic plan can create vertical-scroll manga projects

***

### 10. When to Contact Us

* A problem occurs even though you operated the Service correctly
* You need assistance with published content
* You want to share improvement feedback

The following information helps us review your inquiry:

* User ID
* Registered email address
* Project or illustration name
* The screen and details of the issue
* A screenshot showing the situation

Email: <info-inquiry@tokimake.app>


---

# 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://docs.tokimake.app/guide.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.
