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

# Account Settings

## Overview

Your personal account is your individual workspace within Akkio, allowing you to collaborate within your organization and contribute to client projects seamlessly.

***

## Account Setting Details

### General&#x20;

The **General** section of your **Account Settings** allows you to manage personal details and appearance preferences.

🔹 **Profile Details**

* View and update your **first and last name**.
* See the date your account was created.

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

🔹 **Email**

* Displays the email address associated with your account.
* Contact support if you need to update your email.

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

🔹 **Login Management**

* **Sign Out Everywhere** to log out from all browsers and devices for security purposes.

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

🔹 **Delete Account**

* Permanently delete your account, including all **clients, projects, and datasets**.
* This action **cannot be undone**.

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

🔹 **Appearance**

* Toggle between **light mode and dark mode** for your personal interface.
* This does **not** affect shared client-facing pages like **Reports or Chat**.

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

### Security&#x20;

Protect your account with secure password management and authentication settings.

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

### Legal

Review Akkio’s terms, privacy policies, and compliance standards to understand how your data is managed and protected.


---

# 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.akkio.com/akkio-help-center/settings/account-settings.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.
