{% extends "two_column_body.html" %} {% block title %}{% trans %}Help{% endtrans %}{% endblock %} {% block content %}

{% trans %}Help{% endtrans %}

{% if request.user.is_authenticated() %} {% trans username = request.user.username|escape %}Welcome {{username}},{% endtrans %} {% else %} {% trans %}Welcome,{% endtrans %} {% endif %}

{% trans %}Thank you for using {{app_name}}, here is how it works.{% endtrans %}

{% trans %}How questions, answers and comments work{% endtrans %}

{% trans %}This site is for asking and answering questions, not for open-ended discussions.{% endtrans %} {% trans %}We encourage everyone to use “question” space for asking and “answer” for answering.{% endtrans %}

{% trans %}Despite that, each question and answer can be commented – the comments are good for the limited discussions.{% endtrans %}

{% trans %}Please search before asking your questions{% endtrans %}

{% trans %}Type your question in the search bar and see whether a similar question has been asked before{% endtrans %}.

{% trans %}Search has advanced capabilities:{% endtrans %}

{% trans %}In addition, it is possible to click on tags to add them to the search query.{% endtrans %} {% if settings.TAG_SEARCH_INPUT_ENABLED %} {% trans %}Finally, a separate tag search box is available in the side bar of the main page, where the search tags can be entered as well{% endtrans %} {% endif %}

{% trans %}Important!!! All search terms are combined with a logical "AND" expression - to narrow the search by adding new terms.{% endtrans %}

{% trans %}Voting{% endtrans %}

{% trans %}Voting in {{app_name}} helps to select best answers and thank most helpful users.{% endtrans %}

{% trans %}Please vote when you find helpful information, it really helps the {{app_name}} community.{% endtrans %}

{% trans %}Other topics{% endtrans %}

{% trans %}You can @mention users anywhere in the text to point their attention, follow users and conversations and report inappropriate content by flagging it.{% endtrans %}

{% trans %}Enjoy.{% endtrans %}

{% endblock %}