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

# Follow

## 1. Overview

{% hint style="info" %}
The Creator Follow feature helps you stay connected with your favorite creators more easily and closely.
{% endhint %}

**What you get by following a creator:**

* Quick access to their latest updates, activities, and conversations with new characters
* A personalized content library that grows over time

> Following creators allows you to dive deeper into their creative world and enjoy a richer AI chat experience.

***

## 2. How to Follow

* Visit the creator’s profile page and click the **\[Follow]** button

<div><figure><img src="/files/pqtG6fK77m9MEwwYkZ4N" alt=""><figcaption><p>Character Profile Page</p></figcaption></figure> <figure><img src="/files/GHT4b8teJQUTpvcyuE9Q" alt=""><figcaption><p>Creator’s Profile Page</p></figcaption></figure></div>

* You can view and manage the creators you follow in the \[Following] tab on My Page.

<div><figure><img src="/files/VdZGGxA726oSA5yyxc3x" alt=""><figcaption><p>My Page Page</p></figcaption></figure> <figure><img src="/files/hZsBA0MKhSjtxP6JdRfd" alt=""><figcaption><p>Following Page</p></figcaption></figure></div>

{% hint style="info" %}
**Tip:** Interact with Creators

* Leave comments on profile or character pages
* Suggest improvements and share feedback
* Exchange ideas for new character concepts
  {% endhint %}

***

## 3. FAQ

<mark style="color:green;">**Q: How many creators can I follow at once?**</mark>\
A: There’s no limit—you can follow as many as you like.

<mark style="color:green;">**Q: Will I lose access to a creator’s characters if I unfollow them?**</mark>\
A: No, even if you unfollow, you can still access their characters.

<mark style="color:green;">**Q: What’s the difference between following a creator and favoriting a character?**</mark>\
A: Following a creator lets you track their activity and new releases.\
Favoriting a character helps you manage the ones you frequently chat with.\
Use both features together to enjoy AI content more effectively.

***

{% hint style="success" %}
&#x20;Follow your favorite creators now and explore a richer AI universe!
{% endhint %}


---

# 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/pt/follow.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.
