> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-en/platform/accounts/details/profile-fields.md).

# My Profile Fields

Reference for the tab fields **Profile**, within **My Profile**.

Some you edit yourself; others are read-only and serve only as reference.

| Field       | Description                                                                                | Editable |
| ----------- | ------------------------------------------------------------------------------------------ | -------- |
| Photo       | Your profile picture. You can remove it with **Delete photo**.                             | Yes      |
| Email       | The email you use to access Plenit. It is your identifier and cannot be changed from here. | No       |
| Last access | Date and time of your last connection, along with the IP address it was made from.         | No       |
| Name        | Your first name.                                                                           | Yes      |
| Last name   | Your last names.                                                                           | Yes      |
| Position    | Your role or function within the organization.                                             | Yes      |
| Phone       | Your contact phone number.                                                                 | Yes      |
| Language    | The language in which the platform is displayed (for example, Spanish (Spain)).            | Yes      |
| Time Zone   | The time zone used to display dates and times (for example, Europe/Madrid).                | Yes      |

### Other contact details

At the end of the Profile tab, you choose where your contact details come from, with two mutually exclusive options:

* **Use the contact details from my main organization** — your contact information is inherited from your main organization.
* **Define specific contact details for my user** — you enter your own details, valid only for your user.

To save any changes in this tab, use the button **Save**.

### Next steps

* Learn how to edit these fields in the [How-to guides.](/docs-en/platform/accounts/how-to.md)
* See the rest of the reference in [Security ](/docs-en/platform/accounts/details/security.md)and [List columns.](/docs-en/platform/accounts/details/lists.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.plenit.com/docs-en/platform/accounts/details/profile-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
