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

# AI Fields

> Customer fields computed by AI from each customer's data — on a schedule or on demand — with testing, versioning, and segment targeting.

AI fields are custom fields whose values the AI computes from each customer's data. Instead of a CSM writing an "account summary" or judging "expansion readiness" by hand, the field fills itself in — for every customer, on a schedule.

Create one from any customer field list: **Add field → AI-powered**. AI fields are currently available on customers.

## Configuring

The editor has four tabs — **Setup, Test, Runs, Versions**:

* **Setup** — write the instructions yourself, copy them from a [skill](/product/skills), or describe your intent and let AI generate the prompt. Pick the tools the field may read, and optionally limit the audience to a segment (with a live count of matched customers).
* **Test** — run the draft on one customer and watch the AI's steps, then see the value, its reasoning, and the tools used. A batch test dry-runs up to 50 customers with no writes.
* **Runs** — history of computations, plus **Run all** to recompute every targeted customer on demand.
* **Versions** — every publish saves a snapshot.

Output types: Markdown (default), text, number, yes/no, single select, or JSON. The type is fixed at creation.

## Refresh schedule

Daily, weekly (Mondays), every 15 days, monthly, or **manual only**. Scheduled runs fire at 9:00 AM in the field's timezone.

## FAQ

<AccordionGroup>
  <Accordion title="Do AI field values overwrite anything my team typed?">
    AI fields are their own fields, computed by AI — they don't write into your standard or synced fields.
  </Accordion>

  <Accordion title="What does publishing require?">
    Non-empty instructions and at least one tool. Until you publish, the field only runs in tests.
  </Accordion>

  <Accordion title="Can I see why the AI chose a value?">
    Yes — test runs show the value alongside the AI's reasoning and which tools it read.
  </Accordion>
</AccordionGroup>
