{% extends "setup/base.html" %} {% block title %}Choose a source — kairix setup{% endblock %} {% block content %}

Choose a source

Pick where your knowledge lives. A folder works right away; the connected sources sign in with the account you already use.

{% for option in options %} {% if option.oauth %}
{{ option.label }}
{{ option.description }}
{% else %}
{{ option.label }}
{{ option.description }}
{% endif %} {% endfor %}
{% endblock %} {% block actions %} Back {% endblock %}