> ## 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.

# Custom Objects

> Create objects for your business-specific data

## Overview

Custom objects let you track data that doesn't fit into Quivly's core objects. Common examples include implementation projects, success plans, or training sessions.

***

## Creating a Custom Object

<Steps>
  <Step title="Go to Object Settings">
    Navigate to **Settings** → **Objects**
  </Step>

  <Step title="Create Object">
    Click **Add Custom Object** and fill in:

    * **Name** - Display name (e.g., "Implementation Project")
    * **Description** - What this object represents
    * **Icon** - Visual identifier
  </Step>

  <Step title="Add Fields">
    After creating the object, add fields to capture your data. See [Custom Fields](/data-models/custom-fields) for field types.
  </Step>
</Steps>

***

## Editing Custom Objects

Click on any custom object to edit:

* Name and description
* Icon
* Field definitions

<Note>
  The object's API name (entity type) cannot be changed after creation.
</Note>

***

## Archiving Custom Objects

To archive a custom object you no longer need:

1. Open the object settings
2. Click **Archive**
3. Provide a reason

Archived objects are hidden but data is retained.
