{% extends "help/base.html" %} {% load i18n %} {% block help_con %}
{% trans "Creating a group is a convenient way to share files to many people. In Seafile, you can create and manage a group easily." %}
{% trans "Here is how groups work in Seafile:" %}
{% blocktrans %}Click on the "Shared with groups" tab on the left panel, and you'll see all the groups you're in. Clicking into any group, you'll see the libraries shared into this group.{% endblocktrans %}
{% blocktrans %}To create a new group, click on the "Shared with groups" tab on the left panel. Then click on "All Groups". In the page, you can click the "New Group" button to create a group.{% endblocktrans %}
{% blocktrans %}See sharing files and folders about how to share libraries or folders to a group.{% endblocktrans %}
{% endblock %}