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

# Mizuki

<figure><img src="/files/C89B4tsZ96ns7arCAjPh" alt=""><figcaption></figcaption></figure>

Mizuki is LaifuAI’s first AI Agent, designed to be your go-to companion for all things Anime. Whether you have questions about your favorite shows, need recommendations, or just want a friendly chat, Mizuki is here to make every interaction fun and engaging.

## Introduction

In the heart of the futuristic afterworld, Mizuki was created as part of the Laifu Project, designed to be the ultimate AI chatbot. Initially built for academic support, Mizuki’s adaptive AI quickly evolved, blending intelligence with a relatable personality. Through countless conversations, she mastered the art of being both informative and engaging. Now, Mizuki is living encyclopedia with a touch of human warmth in every interaction.

## Probabilities

Mizuki is highly reliable in delivering correct and relevant answers, powered by advanced AI and a vast knowledge database. She can adjust her tone, style, and complexity based on the user's mood, age, and conversation flow, ensuring a personalized experience. Mizuki also maintains natural, engaging discussions, making users feel like they’re chatting with a real friend.


---

# 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.laifu.ai/ai-agent-models/mizuki.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.
