> For the complete documentation index, see [llms.txt](https://master-of-knights.gitbook.io/master-of-knights/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://master-of-knights.gitbook.io/master-of-knights/guides/community/whisper-feature.md).

# Whisper Feature

By tapping on the chat located in the upper right of the main screen, you can access the \[Whisper] tab. \
Here, you can search for usernames or send a private "whisper" message to someone you're chatting with in the main chat.

Simply touch a user's name and choose \[Send Whisper] to initiate a private conversation. \
However, if you've blocked someone, you won't be able to send them a whisper. \
To see or manage the list of those you've blocked, visit the \[Block List] section.

Within the Whisper list, tapping the X button will allow you to delete that conversation. \
Please note that once deleted, it cannot be restored. \
Deleting a chat on your end doesn't delete it for the other person.

If someone has blocked you, you might still see the option to send them a whisper or try to initiate a chat, but they won't receive or see your messages.

If you send a whisper to someone who's currently offline, they'll be able to see it once they log in. Be cautious as sending messages indiscriminately could result in temporary restrictions.

Pop-up Notes: \
If the username doesn't match any existing users or no text is entered: \
"There is no user that matches the search word." \
If you've blocked someone's messages: \
"Cannot whisper to this user." \
If you try to send a whisper to yourself: \
"You cannot whisper to yourself."


---

# 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:

```
GET https://master-of-knights.gitbook.io/master-of-knights/guides/community/whisper-feature.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.
