{% extends "setup/base.html" %} {% block title %}You're set up — kairix{% endblock %} {% block card_class %} kx-aha-card{% endblock %} {% block content %}

Your knowledge is ready

kairix has indexed your documents and is ready to answer questions across everything you know.

{{ "{:,}".format(status.chunks_done) }} chunks indexed

Everything from the tour is a tool your agents can call right now, over the MCP connection you set up:

search
find the right documents in plain words
prep
get a compact context pack on any topic
memory_write
save something new — it's findable seconds later
brief
start a session with a summary of recent work
timeline
see what happened in any time period

Add more sources anytime with the kairix CLI.

{% if config_file %}

Your settings are saved in {{ config_file }}.

{% endif %} {% endblock %} {% block actions %} Run the tour again {% endblock %}