> For the complete documentation index, see [llms.txt](https://visualnovel.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://visualnovel.gitbook.io/guide/play-chat/player-setting.md).

# Player Setting

## Start Player Setting

To start Player Setting, click the gear icon in the top navigation bar.

<figure><img src="/files/vAeeoXbpwlpVbVPyI5CX" alt="Create Character Button Screenshot"><figcaption><p>It is the button for Player Setting</p></figcaption></figure>

***

## **1.** My Information

The 'My Information' setting lets you easily customize your player identity during conversations. By adjusting your name and self-introduction, you can take on different roles freely.

In this article, we’ll explore the 'My Information' feature from multiple angles: how to set it up, how to use it effectively, and how to update it when needed.

{% hint style="info" %}
&#x20;**Tip:** Please use a proper noun that is not ambiguous as the character's name (e.g., not 'Sky') and ensure the character and player names are different.
{% endhint %}

<figure><img src="/files/2O3KjmdP2YrSYIlDXOnm" alt="Create Character Button Screenshot"><figcaption><p>My Information</p></figcaption></figure>

## 2. AI Chat Model

&#x20;You can continue the conversation even if the model is switched during the chat.

<figure><img src="/files/1eWtrvnOEQ6YjxVdNqZl" alt="Create Character Button Screenshot"><figcaption><p>AI Chat Model</p></figcaption></figure>

#### **AI Chat list**

<table data-full-width="false"><thead><tr><th align="center">Model Name</th><th width="491">Description</th><th align="center">Credits</th></tr></thead><tbody><tr><td align="center">GPT-4o</td><td>A high-performance, extra-large language model from VisualNovel’s advanced LLM technology. This model delivers exceptional accuracy and fluency for both simple and complex natural language tasks.</td><td align="center">80</td></tr><tr><td align="center">GPT-4o-mini</td><td>A compact yet robust version of VisualNovel’s next-generation LLM, offering high-quality language understanding and generation at a reduced computational cost.</td><td align="center">10</td></tr><tr><td align="center">GPT-3.5-turbo</td><td>Provides excellent value for money and adapts to a wide range of use cases, from everyday conversations to more specialized topics.</td><td align="center">15</td></tr><tr><td align="center">Claude 3.5 sonnet</td><td>Boasts enhanced expressiveness and intelligence compared to the previous generation of VisualNovel models, enabling more nuanced and context-aware interactions.</td><td align="center">100</td></tr><tr><td align="center">Claude 3.5 haiku</td><td>A lightweight and fast model with the distinctive storytelling flair unique to the VisualNovel LLM lineup. Highly recommended for rapid prototyping and immersive narratives.</td><td align="center">30</td></tr><tr><td align="center">Claude 3.7 sonnet</td><td>The newest release of the much-loved Sonnet model, boasting sophisticated context recognition and seamless conversational capabilities.</td><td align="center">100</td></tr></tbody></table>

## **3.** Long-term Memory

Using the Long-term Memory helps the character remember the conversation. You can create multiple long-term memory elements and toggle them on or off whenever you need.

<figure><img src="/files/sXzawS2euUsJiWu5ObLd" alt="Create Character Button Screenshot"><figcaption><p>Long-term Memory</p></figcaption></figure>

## **4.** Voice

You can choose from various voice options to let your character speak in a voice that suits them.\
If you don't want to use voice features, you can toggle them on or off with the switch.

<figure><img src="/files/eACFBSu6rEJCUYFUVUVn" alt="Create Character Button Screenshot"><figcaption><p>Voice</p></figcaption></figure>

## **5.** Play Language

Choose your preferred response language to personalize your conversations. This setting helps ensure the character replies in the language you’re most comfortable with, enabling seamless interactions across language differences. Note that supported languages may vary depending on the model.

<figure><img src="/files/6Q7CXW4KPtSyfFF1Jv8A" alt="Create Character Button Screenshot"><figcaption><p>Play Language</p></figcaption></figure>

<br>


---

# 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://visualnovel.gitbook.io/guide/play-chat/player-setting.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.
