{% extends "base_config.html" %} {% block content %}

Profile

Profile Name

Name

Content

Notion

Notion Configured

Sync your Notion pages

{% if current_model_state.notion %} Update {% elif notion_oauth_url %} Connect {% else %} Setup {% endif %}
Language

Language

Features

Chat

Chat

{% if (not billing_enabled) or (subscription_state != 'unsubscribed' and subscription_state != 'expired') %} {% else %} {% endif %}
{% if not anonymous_mode or is_twilio_enabled %}

Clients

{% if not anonymous_mode %}
API Key

API Keys

Manage access from your client apps to Khoj

Name Key Actions
{% endif %} {% if is_twilio_enabled %}
WhatsApp icon

WhatsApp

Your number is connected. You can now chat with Khoj on WhatsApp at +1-848-800-4242. Learn more about the integration here.

Connect your number to chat with Khoj on WhatsApp. Learn more about the integration here.

{% if phone_number %} {% else %} {% endif %}
{% endif %}
{% endif %} {% if billing_enabled %}

Billing

Credit Card

Subscription Configured

Subscribe to Khoj Cloud. See pricing for details.

You are subscribed to Khoj Cloud. Subscription will renew on {{ subscription_renewal_date }}

You are subscribed to Khoj Cloud. Subscription will expire on {{ subscription_renewal_date }}

Subscribe to Khoj Cloud. Subscription expired on {{ subscription_renewal_date }}

Subscribe
{% endif %}
{% endblock %}