# Claim and Manage Collection

### Claim A Waifu/Husbando

Character will spawn at random time if server chat is active.<br>

<figure><img src="/files/4vvJzsD0wyppcftauXTV" alt=""><figcaption><p>You can claim the spawned character by guessing its name and sending it with <code>.claim</code> command.</p></figcaption></figure>

You can view your last claimed character using `.v -1` or `.latest` command.\
You can view a character you own with its local ID. `.view 0` for example.\
To see a list of all the claimed characters, you can use `.list` command.\
You can learn the filters from [here](https://docs.rimichan.com/commands-help-and-guide/complete-filters-guide).

### Favorite/Tag characters in your list

If you want to favorite a character with, you can simply use `fav` command.\
`fav` command has some extra feature such as favorite multiple character at a time.\
You can favorite a character using its local id, `.fav 1` for example. You can do the same again to unfavorite a character.\
\
By default it will use :heart:emoji. You can also provide a discord emoji at the end of the command, for example `.fav 2` :four\_leaf\_clover: and `.fav 1 2 3 4` :four\_leaf\_clover: for multiple ids at a time.\
\
If you want to favorite your latest/last character in your list, you can use shortcut `-1` for id.\
\
If you want to favorite a specific character using the character id, you can also do so by using `.favc id` for example, `.favc 1` and `.favc 1` :maple\_leaf:. If you dont want to overwrite emoji for local IDs that was favorited already, you can provide `no` after emoji.\
\
\
If you want to favorite a specific series using series id, you can also do so by using `.favs id` for example, `.favs 0` and `.favs 0` :maple\_leaf:. If you want to overwrite emoji for local IDs that was favorited already, you can provide `yes` after emoji.<br>

<figure><img src="/files/6pH2ng3Y7rXIp9erDA80" alt=""><figcaption><p>My Yosuga No Sora characters before using following command.</p></figcaption></figure>

<figure><img src="/files/Xu2G1E1KNVb9lVunkfav" alt=""><figcaption><p>Example of <code>fav</code> <code>favc</code> and <code>favs</code> command.</p></figcaption></figure>

<figure><img src="/files/j1nzXSC3CIXZkbI8eV5v" alt=""><figcaption><p>My Yosgua No Sora characters after using those commands.</p></figcaption></figure>

You can see completion status of a series with `.completion` command, `.comp 0` for example.&#x20;

<figure><img src="/files/JMEm8XRq7ViJZ849vvXk" alt=""><figcaption><p>Example of using <code>completion</code> commands.</p></figcaption></figure>


---

# Agent Instructions: 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.rimichan.com/commands-help-and-guide/claim-and-manage-collection.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.
