{% extends "base.html" %} {% load static %} {% block title %}Gobii – Support{% endblock %} {% block head_extras %} {{ block.super }} {% endblock %} {% block content %}

Support

We're here to help you with any questions or issues you may have.

Discord Community

Join our Discord community where you'll find Gobii staff ready to help.

{% if settings.PUBLIC_DISCORD_URL %} Join Discord {% endif %}

Send us a message

{% csrf_token %}
{% if settings.TURNSTILE_ENABLED and support_form %}
{{ support_form.turnstile }}
{% endif %}

Frequently Asked Questions

{% endblock %}