> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/release-notes/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/release-notes/release-notes-archive/2023-release-notes/q3-2023/other-enhancements-and-improvements/27-july-2023.md).

# 27 July 2023

## Enhancements 🚀

* **New Account Package tab under Account Details:** A Clickatell package client is now able to see what is included in their package by navigating to the profile dropdown and selecting *Account Details*. On the Account Package tab, they'll see information about their package allocation and usage.&#x20;
  * Enterprise clients will now also be able to see when the message bundle runs out and an out-of-bundle will be charged.

<figure><img src="/files/BTgia0yfPSbajM7Fok3E" alt=""><figcaption><p>Enteprise Account Package Description</p></figcaption></figure>

* **Chat Desk and Chat Flow Product Subscription Boxes Removed:** A client on an Interact or Transact package will no longer see the *Subscription Details* box on the Chat Desk and Chat Flow product pages since these applications are already included in the respective packages.&#x20;
* **SMS Channel Provisioning Changes:** All pages relating to the purchasing of SMS numbers were removed for clients that are on any package (Connect, Interact, Transact) as a number is included in the package price.&#x20;
* &#x20;**WhatsApp Channel Provisioning Changes:** When purchasing a WhatsApp number, clients that are on any package (Connect, Interact, Transact) will see an updated subscription page indicating that the number is already included in the package price. All pages relating to the purchasing of WhatsApp numbers were also removed.
* **Update Category of Chat 2 Pay templates to Utility:** Meta has recently introduced [new WhatsApp message template categories](broken://pages/oYg9EcaSYEHcELxm4lt0). All Chat 2 Pay templates in the Clickatell Portal were migrated to a *Utility* category as the current categories assigned to them are no longer supported.&#x20;
* **Changes to the Portal view for Connect Lite clients:**
  * After creating an account via Clickatell.com, clients land on the *My Workspace* page.&#x20;
  * On the *My Workspace* page, clients only see the products, channels, and other functionality relevant to them as Connect Lite clients.
  * A label can be seen in the top right corner of the Clickatell Portal indicating that the client is Connect Lite. &#x20;
  * The current balance indication is no longer visible in the top bar and can be found in the profile drop-down.
  * In the profile drop-down, we've added an *Upgrade Package* button and a *Top Up Balance* button.&#x20;
  * We have simplified the *Account Details* page with the following changes:
    * Added the First Name and Last Name fields to the Account section.
    * Removed the Account Admin, Support Contact, and Technical Contact sections.&#x20;
    * Add a “Connect Lite Account” label at the top of the page.&#x20;

## Bugs 🐞

The following **bugs** were addressed in this release:

* Incorrectly displays account package tab for non-enterprise clients.
* Unable to add account details.
* WACH/On-Prem: Unable to select subscription plan.
* Unable to test WA API - templates not showing in drop-down.
* Incorrect wording on WhatsApp Subscription plan page.


---

# 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/release-notes/release-notes-archive/2023-release-notes/q3-2023/other-enhancements-and-improvements/27-july-2023.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.
