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

# Chat with Kumi

Chatting with Kumi is simple — just open a conversation and start talking. Here's what you need to know to get the most out of it.

#### Daily Free Chats

* You get **25 free chats every day**, refreshed daily.
* Once you've used them up, each additional message costs **1 credit**.
* Free chats are the easiest way to explore, experiment, and refine ideas without worrying about cost.

#### Managing Your Chats

Open the **drawer** (side menu) to manage your conversations:

* **Create a new chat** anytime with the "New Chat" button. Use a fresh chat when you're starting a new idea or character — it keeps the context clean.
* **Browse past sessions** in the drawer list. Every conversation is saved, so you can jump back in, continue where you left off, or revisit an old creation.

#### Choose Your Model Checkpoint First

Before you start chatting, **pick a model**. Each model is built for different tasks, so the one you pick decides what Kumi can actually do in that chat.

**SDXL-type models**

* Text-to-image
* Inpaint: edit or replace parts of an existing image

**Z-Image-type models** — for realistic image generation

* Text-to-image

**Seedance-type models** — for video creation

* Text-to-video: turn a description into a short clip
* Image-to-video: use the first frame / last frame to create video
* Reference-to-video: use a reference images and reference viddeo to guide the style or subject of a video
* Extend video: continue an existing clip into a longer scene

#### Tips

* **Start fresh for new ideas.** Don't pile unrelated requests into one chat — a new session keeps Kumi focused.
* **Stay in one chat for refinement.** When you're iterating on the same character or scene, the same chat helps Kumi remember context.
* **Save your credits.** Use free chats for exploration, and lean on credits when you're polishing something you really want to finish.


---

# 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:

```
GET https://docs.dreamerland.ai/kumi/chat-with-kumi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
