# Add and update your custom fields

Custom fields let you add extra details to tasks and projects, making it easier to categorize, filter, and manage work across your workspace.

### Add a Custom Field

{% hint style="info" %}
**When to use:** Use this method when you want to track new types of information.
{% endhint %}

1. Click the **⚙️ Settings** icon in the top-left corner of your Wonderly screen.
2. Click the **arrow** button to expand the secondary sidebar.
3. Click **Projects** on the secondary sidebar.
4. Go to the **Workspaces** tab.
5. Open the workspace where you want to add a custom field.
6. Click the **Custom Fields** tab.
7. Click **+ Add custom field**.
8. Enter a **name** for your field.
9. Select a **field type**.
   1. Text
   2. Multi Select
   3. Number
   4. Person
   5. Multi Person
   6. Select
   7. URL
   8. Date.
10. Click **Save**.

{% embed url="<https://app.supademo.com/demo/cmohfnwn92vmzza2ihj38nuea>" %}

**Expected outcome: T**he new custom field is available for all tasks and projects in the selected workspace.

***

### Edit or Update a Custom Field

{% hint style="info" %}
**When to use:** Use this method to edit a custom field or change its field type for better tracking of information.
{% endhint %}

1. Click the **⚙️ Settings** icon in the top-left corner of your Wonderly screen.
2. Click the **arrow** button to expand the secondary sidebar.
3. Click **Projects** on the secondary sidebar.
4. Go to the **Workspaces** tab.
5. Open the workspace where you want to edit a custom field.
6. Click the **Custom Fields** tab.
7. Click **Edit** on the custom field you want to update.
8. Make the necessary changes.
9. Click **Save** to apply your updates.

{% embed url="<https://app.supademo.com/demo/cmohfv6uv2w0mza2i84vie27u>" %}

**Expected outcome:** The updated custom field applies to all tasks and projects in the selected workspace.

***

### Duplicate or Delete a Custom Field

{% hint style="info" %}
**When to use:** Use this method to duplicate or remove a custom field that is no longer needed.
{% endhint %}

1. Click the **⚙️ Settings** icon in the top-left corner of your Wonderly screen.
2. Click the **arrow** button to expand the secondary sidebar.
3. Click **Projects** on the secondary sidebar.
4. Go to the **Workspaces** tab.
5. Open the workspace where your custom field lives.
6. Click the **Custom Fields** tab.
7. Click **Duplicate** next to the field you want to copy, or click the **🗑️ trash icon** to delete a field.
   1. If duplicating, select the workspace where you want to add this duplicated custom field.
      1. Click **Duplicate custom field** to confirm.
   2. If deleting, type **DELETE** in the validation field.
      1. Click **Delete field** to confirm.

{% embed url="<https://app.supademo.com/demo/cmohfv6uv2w0mza2i84vie27u>" %}

**Expected outcome:** The workspace reflects the duplicated or deleted custom field across all tasks.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.wonderly.com/help/work-hub/workspaces-overview/customization/add-and-update-your-custom-fields.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
