{% extends 'admin.twig' %} {% set title %}{{ 'CoreAdminHome_MenuGeneralSettings'|translate }}{% endset %} {% block content %} {% set feedbackHelp %}
There are different ways you can get help. There is free support via the Matomo Community and paid support provided by the Matomo team and partners of Matomo. Or maybe do you have a bug to report or want to suggest a new feature?

Learn more
{% endset %} {% if isSuperUser %}
{% if hasQuickLinks or hasSystemSummary %}
{% if hasQuickLinks %}
{% endif %} {% if hasSystemSummary %}
{% endif %}
{% endif %} {% if hasDiagnostics or hasTrackingFailures %}
{% if hasDiagnostics %}
{% endif %} {% if hasTrackingFailures %}
{% endif %}
{% endif %}
{% if isFeedbackEnabled %} {{ feedbackHelp|raw }} {% endif %}
{% elseif isFeedbackEnabled %} {{ feedbackHelp|raw }} {% endif %} {% if hasPremiumFeatures and isMarketplaceEnabled and isInternetEnabled %}
{% endif %} {% if hasNewPlugins and isMarketplaceEnabled and isInternetEnabled %}
{% endif %} {{ postEvent('Template.adminHome') }} {% if hasDonateForm or hasPiwikBlog %}
{% if hasDonateForm %}
{% endif %} {% if hasPiwikBlog and isInternetEnabled %}
{% endif %}
{% endif %} {% endblock %}