{% extends "library/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "knowledge" %} {% block title %}Knowledge - {{ brand.name }}{% endblock %} {% block heading %}Knowledge{% endblock %} {% block library_content %}

{{ t("Knowledge bases are collections of documents, images and saved web pages. Keep them separate — one per subject, project or client — and a chat can be pointed at just the ones it should draw on. Sharing happens here too: share a base and everything in it comes with it.") }}

{# Links rather than a form, so a filtered view is a URL you can keep. #}
All bases Shared with me
{% if error %}
{{ icon("warning", "alert__icon") }} {{ error }}
{% endif %} {% if bases %} {% else %}
{{ icon("archive", "empty__mark") }}

{{ t("No knowledge bases yet") }}

{{ t("Make one below, then put documents in it. A chat with no base attached searches everything you have; a chat pointed at one searches only that.") }}

{% endif %}

{{ t("New knowledge base") }}

{% endblock %}