mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-29 10:09:59 +00:00
docs: update FAQ (#6215)
* Update FAQ.md - Fix "How do I connect to people?" button - Add group roles FAQ - Remove simplex.chat domain FAQ * Update FAQ.md * update --------- Co-authored-by: Narasimha-sc <166327228+Narasimha-sc@users.noreply.github.com>
This commit is contained in:
48
docs/FAQ.md
48
docs/FAQ.md
@@ -1,13 +1,13 @@
|
||||
---
|
||||
title: Frequently Asked Questions
|
||||
permalink: /faq/index.html
|
||||
revision: 23.04.2024
|
||||
revision: 13.08.2025
|
||||
---
|
||||
|
||||
# Frequently Asked Questions
|
||||
|
||||
[How to use it](#how-to-use-it)
|
||||
- [How do I add contacts?](#how-do-i-add-contacts)
|
||||
- [How do I connect to people?](#how-do-i-connect-to-people)
|
||||
- [I have nobody to chat with! Where can I find any groups?](#i-have-nobody-to-chat-with-where-can-i-find-any-groups)
|
||||
- [What is database? What can I do with it?](#what-is-database-what-can-i-do-with-it)
|
||||
- [Can I send files over SimpleX? ](#can-i-send-files-over-simplex)
|
||||
@@ -19,7 +19,8 @@ revision: 23.04.2024
|
||||
- [I want to see when my contacts read my messages](#i-want-to-see-when-my-contacts-read-my-messages)
|
||||
- [Can I use the same profile on desktop? Do messages sync cross-platform?](#can-i-use-the-same-profile-on-desktop-do-messages-sync-cross-platform)
|
||||
- [Why cannot I delete messages I sent from my contact's device?](#why-cannot-i-delete-messages-i-sent-from-my-contacts-device)
|
||||
- [Why invitation links use simplex.chat domain?](#why-invitation-links-use-simplex.chat-domain)
|
||||
- [What do group roles mean?](#what-do-group-roles-mean)
|
||||
- [I don't want to share a web link or a QR code. How can I connect?](#i-dont-want-to-share-a-web-link-or-a-qr-code-how-can-i-connect)
|
||||
|
||||
[Troubleshooting](#troubleshooting)
|
||||
- [I do not receive messages or message notifications](#i-do-not-receive-messages-or-message-notifications)
|
||||
@@ -50,7 +51,7 @@ revision: 23.04.2024
|
||||
|
||||
### How do I connect to people?
|
||||
|
||||
Tap "pencil" button in the right corner, then "Create 1-time link". Share the link with the person you want to connect to. Your contact has to paste the link in the app's search bar. The link will can also be opened via the browser, once the app is installed.
|
||||
Tap "pencil" button in the right corner, then "Create 1-time link". Share the link with the person you want to connect to. Your contact has to paste the link to the app's search bar. The link will can also be opened via the browser, once the app is installed.
|
||||
|
||||
Alternatively, you can show the QR code when meeting in person or in a video call.
|
||||
|
||||
@@ -135,13 +136,44 @@ It is also important to remember, that even if your contact enabled "Delete for
|
||||
|
||||
When "Delete for everyone" is not enabled, you can still mark the sent message as deleted within 24 hours of sending it. In this case the recipient will see it as "deleted message", and will be able to reveal the original message.
|
||||
|
||||
### Why invitation links use simplex.chat domain?
|
||||
### What do group roles mean?
|
||||
|
||||
You can replace `https://simplex.chat/` with `simplex:/` or with any other domain - the app never connect with it, ignoring it completely. It is only used to make it easier to connect for the new users who did not install the app yet.
|
||||
Groups support 5 member roles: owner, admin, moderator, member and observer.
|
||||
|
||||
The invitation links will soon move to servers' domains. The servers already can host the pages that will be used to show QR codes.
|
||||
An observer can:
|
||||
- add reactions
|
||||
- send reports
|
||||
- talk to admins via "Chat with admins"
|
||||
|
||||
The link itself and the key exchange are not hosted anywhere, and the server that hosts the page to show QR code does not observe the actual connection link, because it is in the hash part of the link. The part after hash character (`#`) is not sent over the internet - the server can only see `https://simplex.chat/contact/` and the rest is processed on user's device in the browser, if you open it as a page.
|
||||
A member can:
|
||||
- send messages
|
||||
|
||||
A moderator can:
|
||||
- approve members in review ("knocking")
|
||||
- moderate messages<sup>*</sup>
|
||||
- block members temporarily<sup>*</sup>
|
||||
- participate in "Chats with members"
|
||||
|
||||
An admin can:
|
||||
- add and remove members<sup>*</sup>
|
||||
- change member roles<sup>*</sup>, including their own
|
||||
- create group links (but the new members will join via them, so use links of admins who are always online).
|
||||
|
||||
A group owner can:
|
||||
- edit group profile
|
||||
- delete the group
|
||||
|
||||
Each role can do everything that the previous roles can, except moderators and higher cannot send reports or "Chat with admins".
|
||||
|
||||
<sup>*</sup>Any actions affecting members or their messages can only be applied to members of the same or lower role (so admins can't demote owners or promote anybody to owners, etc., but they can demote other admins and themselves, or make anybody an admin).
|
||||
|
||||
### I don't want to share a web link or a QR code. How can I connect?
|
||||
|
||||
You can replace the server part of the link (e.g., `https://smp18.simplex.im/`) with `simplex:/` and add `?h=smp18.simplex.im` (replace it with server of your link) to the end of the link. Then it will not be possible to use it in a web browser, but it will be recognized by SimpleX Chat app.
|
||||
|
||||
For example, this link: `https://smp18.simplex.im/i#E74vSxMwDnEx6DAvRCZmzBeZwwAseJUD/yVTHjaaH_EzL19DG7fvd46Mjry3IBqYT0UMo5G7l4jQ`
|
||||
|
||||
becomes: `simplex:/i#E74vSxMwDnEx6DAvRCZmzBeZwwAseJUD/yVTHjaaH_EzL19DG7fvd46Mjry3IBqYT0UMo5G7l4jQ?h=smp18.simplex.im`
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user