# Bot Security and Privacy

Bots on Luffa are treated just like any other user. All conversations between you and a bot are protected with end-to-end encryption (E2EE). Again, only you and the bot can view the content.

Bots have access only to your Luffa username, avatar, and the messages you send to them.&#x20;

However, remember bots should always be treated as strangers. Even if a bot appears friendly or asks politely, never share your password, mnemonic phrase, private key, or any other sensitive information.


---

# 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://userguide.luffa.im/bot/bot-security-and-privacy.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.
