> For the complete documentation index, see [llms.txt](https://docs.developers.symphony.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developers.symphony.com/admin-guide/change-log/client-2.0-apis/archives/client-2.0-20.9.md).

# Client 2.0 - 20.9

This page describes the features introduced on Client 2.0 (20.9) version

* Extension APIs:
  * Main functionalities of Extension Applications are supported in the version 20.9 in the Client 2.0.
  * Fixed missing refresh when a module is popped out
  * Fixed permission to allow again Applications to propose download of files to the end users
* New features for Symphony Elements:
  * Expandable card: new Expandable card with updated display. The card can have three different states, that can be set by the developer: collapsed, expanded but cropped, fully expanded. *See how to use the `expandable-card` tag in* [*Content Grouping*](/bots/messages/overview-of-messageml/messageml-basic-format-tags/content-grouping.md) *specifications.*
  * Label: it is now possible to set a Label associated with an element (text-field, masked text-field, textarea, dropdown, person selector) so the user can understand better the field meaning. This way the placeholder can focus on providing a hint of the expected format. *See more details on how to use it in the documentation for specific elements supporting the `label` attribute under the* [*Interactive Elements Forms*](/bots/messages/overview-of-messageml/symphony-elements-1.md) *section.*
  * Tooltip: it is now possible to add a hint associated with an element (for text-field, masked text-field, textarea, dropdown, person selector) to provide more detailed information to the user on the meaning or expected value of an Element. *See more details on how to use it in the documentation for specific elements supporting the `title` attribute under the* [*Interactive Elements Forms*](/bots/messages/overview-of-messageml/symphony-elements-1.md) *section.*
* Fixed display bug for Elements Buttons with a long text
* Fixed display of the placeholder for Elements Dropdown
* Fixed display bug for Cards
* Fixed display when Elements are focused in Client 2.0


---

# 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.developers.symphony.com/admin-guide/change-log/client-2.0-apis/archives/client-2.0-20.9.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.
