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

# Account details

### View and edit account details

You can view and edit your account details under *Account Details* in the Clickatell Portal.&#x20;

<figure><img src="/files/GrbfcApS7yl1IFbTdfMH" alt="" width="222"><figcaption></figcaption></figure>

Update your account details and click *Save*.

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

### Account Package Information&#x20;

You can view the details of the account package you are on.

Select the *Account Package* tab to see what is included in your package and what your current usage is. &#x20;

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

### Close your account

**Account owners** can also close the account from here.

Click the *Close Account* button in the bottom right **(only visible if you are the account owner)** and confirm that you want to close the account.&#x20;

{% hint style="danger" %}
IMPORTANT:

* Once closed, your account cannot be reopened.&#x20;
* All subscriptions and account balances are lost when you close your account.
* Only account owners can close an account.
  {% endhint %}

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


---

# 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://help.clickatell.com/clickatell-user-portal/user-portal/account-management/account-details.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.
