> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/chat-commerce-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/chat-commerce-platform/additional-features-and-services/user-portal.md).

# User Portal

The Clickatell Portal is a central, web-based site where you can access and manage your Clickatell account and all your applications and messaging channels.&#x20;

The image below shows the main sections of the Portal. Depending on your [package](/chat-commerce-platform/platform-packages/connect.md), you'll have access to certain channels and applications and your view might differ slightly.

### My Workspace

This serves as the "main dashboard".  View and manage all channels, applications, numbers, test phones, and API integrations on your Clickatell account.

<figure><img src="/files/4MJcw8MVf7mUFz7c6Amk" alt=""><figcaption><p>The My Workspace tab</p></figcaption></figure>

### **Analytics & Reports**

{% hint style="info" %}
Learn more about Dashboards [here](/chat-commerce-platform/data-and-analytics/dashboards-in-clickatell-portal.md).
{% endhint %}

Get an overview of the activities across your channels and applications. View key metrics and graphical data.

<figure><img src="/files/0j7NYBqCXLfbxRBJPV1K" alt=""><figcaption><p>The Analytics &#x26; Reports tab</p></figcaption></figure>

### Account Settings

The Clickatell User Portal also provides access to:

* [Account Management](/chat-commerce-platform/additional-features-and-services/user-portal/account-management.md)
* [User Management](/chat-commerce-platform/additional-features-and-services/user-portal/user-management.md)
* [Help & Message Center](/chat-commerce-platform/additional-features-and-services/user-portal/help-and-message-center.md)
* [View & Edit API Integrations](/chat-commerce-platform/additional-features-and-services/user-portal/view-and-edit-api-integrations.md)

<figure><img src="/files/JyGBWSPSyw6ObBTRElVY" alt="" width="409"><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://guides.clickatell.com/chat-commerce-platform/additional-features-and-services/user-portal.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.
