{% extends "base.html" %} {% block title %}Settings - QuantVAT{% endblock %} {% block description %}Hey fellow trader / analyst, welcome to settings page. Update your account or factory reset it. {% endblock %} {% block og_title %}Settings - QuantVAT{% endblock %} {% block og_description %}Hey fellow trader / analyst, welcome to settings page. Update your account or factory reset it.{% endblock %} {% block keywords %}register, secure access, crypto dashboard, cryptovat, trading tools{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ '✅' if category == 'success' else '⚠️' }} {{ message }}
{% endfor %} {% endif %} {% endwith %} {% if success %}
✅ {{ success }}
{% endif %}

🛠️ Settings

Manage your API configuration and account settings

API Configuration

Update your API keys anytime

AI Auditor Config

Provide your Google Gemini Flash API key to enable deep, blunt and honest analysis of your selected trading journal.

Get Key ↗

Cloud Storage

Manage your Google Drive connection for automated Trading Journal syncing.

{% if drive_linked %}
{% else %} CONNECT GOOGLE DRIVE {% endif %}

⚠️ Danger Zone

This will delete all your saved API keys and VTMR URL, returning you to the Setup Wizard.

{% endblock %}