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

# Favorites

## 1. Overview

By adding your favorite characters to your favorites list, you can manage and access frequently used characters in one place. Easily view characters you liked to make your AI chat experience smoother and more immersive.

***

## 2. How It Works

* Favorited characters are collected in a dedicated menu for quick access.
* You can also easily check their conversation history.

***

## 3. **How to use**

* Search for a character or open their profile and click the heart icon.

<div><figure><img src="/files/90lf9EuwZk8sE2vZEZvM" alt="" width="506"><figcaption><p>Home Page</p></figcaption></figure> <figure><img src="/files/54Zu5FLADBVLjtCCkHCa" alt="" width="395"><figcaption><p>Character Profile Page</p></figcaption></figure></div>

* View and manage your list from the Favorites menu

<figure><img src="/files/dE5mHVv70PmnONAGYPNx" alt=""><figcaption><p>Favorites Page</p></figcaption></figure>

***

## 4. FAQ

<mark style="color:green;">**Q: How many characters can I add to favorites?**</mark>\
A: There’s no limit — add as many as you like.

<mark style="color:green;">**Q: Will deleting a character from favorites also delete the chat history?**</mark>\
A: No, chat history is stored separately and won’t be lost.

<mark style="color:green;">**Q: Can I receive notifications for favorited characters?**</mark>\
A: Currently, the favorites feature doesn’t include notifications. You’ll need to check the Favorites menu manually.


---

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