> For the complete documentation index, see [llms.txt](https://docs.tibero.com/sysmasterdb.en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tibero.com/sysmasterdb.en/8.3_manual/settings/my-account.md).

# My Account

This page is accessible to any user with a SysmasterDB account, allowing them to view and edit their personal information, group information, and more.

If the users are not part of any group, nothing will be displayed in the Group section.

#### Case 1. **Not belonging to a group**

<figure><img src="/files/p2PO6IbTP4DAFapwxrbv" alt=""><figcaption></figcaption></figure>

#### Case 2. Belonging to a group

<figure><img src="/files/sEkcNnz4QlUNLq3Qf6eX" alt=""><figcaption></figcaption></figure>

### User Info

<table><thead><tr><th valign="bottom">Field</th><th valign="bottom">Description</th></tr></thead><tbody><tr><td valign="bottom">User ID</td><td valign="bottom">User ID</td></tr><tr><td valign="bottom">Create Date</td><td valign="bottom">User account creation date</td></tr><tr><td valign="bottom">Mail Address</td><td valign="bottom">User Email Address</td></tr><tr><td valign="bottom">Date Format</td><td valign="bottom">Date format to be displayed on the user's service screen</td></tr><tr><td valign="bottom">Phone Number</td><td valign="bottom">User's mobile phone number</td></tr></tbody></table>

### Group

<table><thead><tr><th valign="bottom">Item</th><th valign="bottom">Description</th></tr></thead><tbody><tr><td valign="bottom">Group</td><td valign="bottom">Group name</td></tr><tr><td valign="bottom">Role</td><td valign="bottom">User's group role</td></tr><tr><td valign="bottom">Instance</td><td valign="bottom">List of instances assigned to the group that the user has access to</td></tr><tr><td valign="bottom">Create Date</td><td valign="bottom">The date the group was created</td></tr><tr><td valign="bottom">Description</td><td valign="bottom">Group description</td></tr></tbody></table>

###


---

# 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.tibero.com/sysmasterdb.en/8.3_manual/settings/my-account.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.
