> For the complete documentation index, see [llms.txt](https://docs.servoy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.servoy.com/reference/servoy-cloud/cloud-control-center/home/user-profile/my-profile.md).

# My Profile

## Overview

The **My Profile** page in Cloud Control Center is a user-specific area designed for managing personal account information and preferences

{% hint style="info" %}
Remember to save the changes you make
{% endhint %}

### Profile details

In this section of the Cloud Control Center, users have the ability to view and modify various aspects of their user account

#### Profile details:

* First name
* Last name
* Position
* Email
* Mobile phone number
* Company name
* Address
* Post Code/ZIP
* City
* Country
* Phone

Please note that some critical account details are view-only and cannot be edited.

### Profile Picture

Your profile picture in Cloud Control Center is sourced from your [Gravatar](https://gravatar.com) profile. This image appears on the user profile section of the Cloud Control Center's top bar.

#### Changing your Profile Picture

To personalize your profile picture:

1. Create a [Gravatar](https://gravatar.com) profile using the same email address linked to your Servoy Cloud account.
2. Choose your preferred profile picture on [Gravatar](https://gravatar.com).

Once set up, Servoy Cloud Control Center automatically updates your Control Center profile picture to match your [Gravatar](https://gravatar.com) image.

#### No Gravatar Profile

If your email isn't linked to a [Gravatar](https://gravatar.com) profile, the Control Center displays a generic user profile picture.

### Change password

This section enable users to modify their account password within their specific Namespace. To adjust the password, users must generate a new one and validate it by re-entry.

#### Steps to Change Password

1. Generate a new password.
2. Confirm the new password by re-entering it.

{% hint style="warning" %}
**Password Requirements**

A valid password must meet the following criteria:

* Minimum length of 8 characters.
* Includes at least one uppercase character.
* Includes at least one lowercase character.
* Includes at least one special character (e.g., !@#$%^&).
* Includes at least one number.
  {% endhint %}

### Newsletter

In Servoy Cloud Control Center, users can manage their subscription to the Servoy newsletter. You can opt-in or opt-out by toggling a switch, giving you control over receiving updates and information via email.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.servoy.com/reference/servoy-cloud/cloud-control-center/home/user-profile/my-profile.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.
