Skip to main content

Personal Settings Backup

We have implemented a feature to backup personal settings stored in local storage. This allows you to easily migrate your personal settings when clearing browser data or changing devices.

Covered Personal Settings

The following settings are subject to backup:

  • User prompt templates
  • System prompt templates
  • Favorited use cases

Export Procedure

  1. Log in to AI-Starter
  2. Select "Personal Settings" from "Account" at the bottom of the sidebar
  3. Navigate to the "Settings Export/Import" section on the personal settings screen
  4. Click the "Export" button
  5. Settings will be downloaded as a JSON file
  • Filename: ai-starter-settings-[date].json

Import Procedure

  1. Log in to AI-Starter
  2. Select "Personal Settings" from "Account" at the bottom of the sidebar
  3. Navigate to the "Settings Export/Import" section on the personal settings screen
  4. Click the "Select File" button in "Import Settings"
  5. Select the saved JSON file
  6. Click the "Import" button
  7. If successful, the message "Settings imported successfully" will be displayed

Specifications

Import behavior:

  • Existing data is retained
  • New data is added
  • When the same title/ID exists, existing data is retained

Future Plans

Currently, personal settings are stored in local storage, but we plan to implement a feature to save them to a server-side database in the future. This will allow you to use the same settings when accessing from any device.