> For the complete documentation index, see [llms.txt](https://help.transform.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.transform.ai/general/feature-overview.md).

# Feature Overview

## Platform Features

### Dashboards & Analytics

Transform allows for robust Dashboarding and Analytics. **Explorer** is our Analytics engine that supports highly customizable Views, including List, Board, Gantt, and Calendar views; Pivots; and Charts, including Bar, Line, Area, Tree, Scatter, Radial, Pie, and more.

Dashboards are made up of **Widgets** that can be added, removed, and configured to display specific configured Explorers or ad-hoc Explorers specific to the Widget itself. Though you can use the UI to configure explorers and dashboards, you can also use Console to build analytics for you with AI.

Read more about [Dashboards](/analytics/dashboards.md).

### Console & Threads

**Console** is the name of our agentic AI natural language interface. Each conversation with Console is referred to as a **thread.** Users can open Console anywhere throughout Transform as a **side-panel** alongside the Transform application UI or go **full screen** for a natural language first experience where preferred.

Console is agentic. It can leverage a variety of tools to retrieve data and take action across the Transform platform. It can also delegate specialized tasks to subagents within a thread. Console can also interface with external MCP servers once connected and authenticated, enabling execution across your application stack.

Wondering what Console can do for you and how to get the most out of it? Just ask Console and it will guide you!&#x20;

{% hint style="info" %}
Note: *Customizable skills are coming soon for improved consistency and quality of responses and actions by Console.*
{% endhint %}

Read more about [Console](/ai/console.md).

### Meetings & Notetaker

Integrate with your Google, Outlook, or Zoom Calendar to sync meetings with Transform. [Scope](/general/access-hierarchy.md) the meetings to an Organization and/or Project to build the knowledge base for each, or keep them at the Account level.&#x20;

Have the [meeting notetaker](/ai/meeting-notetaker.md) join meetings automatically or on demand to capture the recording, transcript, AI summary, and generate Insights to streamline updates to your Organization and Project details, including requirements, risks, tasks, and much more.  &#x20;

Read more about [Meetings](/ai/meeting-notetaker.md).


---

# 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.transform.ai/general/feature-overview.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.
