{% extends "base.html" %} {% block title %}Spark - Settings{% endblock %} {% block content %} {% if is_locked %}
Enter the password to access settings.
Configure providers, database, and application behaviour.
Changes are saved to config.yaml.
{{ section.description }}
{% for group in section.groups %} {% if section.groups|length > 1 %}Built-in tools available to the AI during conversations. Enable or disable each category and configure access modes.
{% for cat in tool_categories %}{{ cat.description }}
Connect external tool servers via the Model Context Protocol. Supports stdio, HTTP, and SSE transports.