# Custom field workflows The custom field APIs use [chained workflows](/spotnana/chained_workflows) to accomplish specific tasks (e.g., creating a custom field and enabling it for a company). The following are the workflows used to manage custom fields on the Spotnana platform. - [Creating a custom field](/spotnana/custom_field_create_workflow) - [Listing custom fields](/spotnana/custom_field_list_workflow) - [Updating a custom field](/spotnana/custom_field_update_workflow) - [Updating a custom field arm](/spotnana/custom_field_arm_update_workflow) - [Updating options for a custom field arm](/spotnana/custom_field_options_workflow) Be sure to review [custom field API parameters](/spotnana/basic_custom_field_concepts#custom-field-api-parameters) to familiarize yourself with the important parameters used in these workflows.