Application Settings

Anki-Connect Configuration
Set the URL for your local Anki-Connect service. This allows AnkiAgentic to communicate with your Anki desktop application.
Google Cloud Storage (GCS) Configuration
Settings for GCS, used for processing complex file uploads (PDFs, DOCX, etc.).

If set, this overrides the server's `GCS_BUCKET_NAME` environment variable for uploads from this browser. Leave empty to use server default.


Configured via server environment variables (e.g., GOOGLE_APPLICATION_CREDENTIALS). Not directly overridable by UI for server-side operations.
This is set via the `GOOGLE_APPLICATION_CREDENTIALS` environment variable on the server where AnkiAgentic is hosted.

The server needs these credentials to authenticate and upload files to GCS. This UI does not directly manage or override the credential path used by the server.

Gemini API Configuration
Settings for the Google Gemini API, used for AI-powered text extraction and card generation.

API Key/Authentication: Managed by Genkit backend (typically via GOOGLE_API_KEY environment variable or Application Default Credentials). Not directly overridable by UI for server-side flows.
This is typically configured on the server/backend environment where Genkit runs (e.g., via `GOOGLE_API_KEY` environment variable or Application Default Credentials).

The Genkit AI flows use these server-side credentials. This UI does not directly manage or override the API key used by the backend.