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

# Update Profile

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/OU10XTKbB-9IwiZJ/_assets/ai/develop/node-reference/analytics/update-profile.png?fit=max&auto=format&n=OU10XTKbB-9IwiZJ&q=85&s=33d028c959acf82742639018fde7653f" alt="Update Profile Node configuration panel" style={{ width: 'auto' }} width="464" height="124" data-path="_assets/ai/develop/node-reference/analytics/update-profile.png" />
</Frame>

## Description

This Node updates users' Contact Profiles.
The available Profile Schema fields correspond to all defined fields in the Project's [Profile Schema](/ai/agents/analyze/contact-profiles#profile-schema).
If an invalid field is used, no action is taken.

## Parameters

| Parameter            | Type          | Description                                                                                                                                                                                                                                                                                        |
| -------------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Profile Schema Field | Selector      | Identify the field in the user's Contact Profile that needs to be updated. The predefined Profile Schema fields are described in [Contact Profiles](/ai/agents/analyze/contact-profiles); you can also create a [custom field](/ai/agents/analyze/contact-profiles##customize-the-profile-schema). |
| Value                | CognigyScript | The value of the field.                                                                                                                                                                                                                                                                            |

## More Information

* [Activate Profile](/ai/agents/develop/node-reference/analytics/activate-profile)
* [Deactivate Profile](/ai/agents/develop/node-reference/analytics/deactivate-profile)
* [Delete Profile](/ai/agents/develop/node-reference/analytics/delete-profile)
* [Merge Profile](/ai/agents/develop/node-reference/analytics/merge-profile)
