> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/settings/account.md).

# Account

The **Accounts** page in the Marketplace allows account administrators to view key account details, including the account name and ID, creation date, and company information.&#x20;

Administrators can also view the modules enabled for the account and edit certain account details.

To open the **Accounts** page, select the main menu, then choose **Settings** > **Accounts**.

### Update account details

You can update account information, including the account name and logo, company information, preferred language, and headquarters address.

{% hint style="info" %}
Only account administrators can update these settings. To update your individual profile, see [Manage your profile](/marketplace-platform/getting-started/manage-profile.md).
{% endhint %}

To update your account details:

1. Go to **Settings** > **Account**.
2. Select **Edit**.

<div data-with-frame="true"><figure><img src="/files/C31vKsYzrPSUCqvelSME" alt=""><figcaption><p>Use <strong>Edit</strong> to update your account details.</p></figcaption></figure></div>

3. Complete the following steps in the **Edit account** flow:
   1. **General**
      1. **Logo** – Update the account logo. You can upload an image by selecting **Select file** or by dragging an image into the upload area.
      2. **Client name** – Update the account name.
   2. **Additional data**
      1. **Company website** – Enter your company’s website URL.
      2. **Preferred language** – Select the preferred language for email messages and notifications. The default is English.
      3. **Technical support email** – Enter the email address used for technical support.
      4. **Company description** – Enter a description of your company.
   3. **Headquarters address**
      1. **Address line 1** – Enter the first line of the address.
      2. **Address line 2** – Enter additional address details.
      3. **City** – Enter the city.
      4. **Country** – Select the country.
      5. **State/region** – Select the state or region.
      6. **ZIP/postcode** - Enter the ZIP or postal code.
4. Select **Save**. A confirmation message appears indicating that your account settings have been updated.


---

# 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.platform.softwareone.com/modules-and-features/settings/account.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.
