> ## Documentation Index
> Fetch the complete documentation index at: https://promptify.one/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Settings

> Inspect and export your assistant specification.

The **Settings** page surfaces account‑level information and your current assistant specification.

## Account section

Shows:

* Your **email**
* Your current **plan** label (e.g. “Pro Plan”)

This is informational only and mirrors what’s stored in Supabase auth metadata.

## Assistant specification

When an assistant exists, Settings shows:

* **Name** – internal display name of the assistant
* **Model** – base model used before fine‑tuning (e.g. `gpt-4o`)
* **Description** – human‑readable summary of what the assistant does
* **System prompt** – the canonical instruction block used for both UI and API calls
* **Created at** – timestamp of when the assistant was created

You can also:

* **View JSON** – see the raw assistant row as JSON
* **Export** – download a `*_spec.json` file for backup or version control

These values are critical when you’re iterating on how your assistant behaves. Update them through **Onboarding** and then re‑run fine‑tuning from the **Dashboard**.
