> For the complete documentation index, see [llms.txt](https://docs.startdeliver.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.startdeliver.io/changelog/changelog.md).

# Changelog

{% updates format="full" %}
{% update date="2026-05-22" %}

## MCP now works with ChatGPT and Claude

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

Startdeliver now connects to OpenAI ChatGPT and Anthropic Claude via MCP (Model Context Protocol).

Work with your customer data, tasks, and projects directly inside the AI tools you already use.

***

#### What you can do

* Query your customer portfolio, health signals, and tasks from inside ChatGPT or Claude.
* Ask questions about your customers and get answers grounded in your real data.

<a href="/spaces/ttka6LKL3bc1LsaDzuI5/pages/NxmZh5OdDoXzuR2Q6sCz" class="button primary">Read more</a>
{% endupdate %}

{% update date="2026-05-08" %}

## Flexible email automations

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

Automated emails now support more flexible delivery.

* Add **TO**, **CC**, and **BCC** beyond the primary recipient.
* Send from the customer's assigned team member.
* If no one is assigned, Startdeliver falls back automatically.
* Mass emails can now be sent to multiple recipients in a single email

<a href="/pages/PYmT3mSQu4fl4urbmMrw" class="button primary">Read more</a>

***

#### More precise access control

<figure><img src="/files/2nOs3H8vEAz0AlLrvgSK" alt=""><figcaption></figcaption></figure>

Permissions now support narrower scoping.

* Filter permissions across entities.
* Filter permissions across general objects.
* Whitelist one specific object, like a single project template for a partner.

<a href="/pages/0180627e1893f3de92d923595e201aede814db57" class="button primary">Read more</a>

***

#### Dashboard widget updates

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

Widgets now give you more control and better readability.

* Set custom bar colors in multi chart widgets.
* Get improved drilldown highlighting in multi chart and history chart widgets.
* Group grouped data widgets by text fields.

<a href="/pages/028ae005bbf15e1ae3026cdae69af6f7bef20c60" class="button primary">Read more</a>
{% endupdate %}

{% update date="2026-04-17" %}

## AI Health Assessments

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

Jecta now reads the full picture of every customer — usage, support, feedback, revenue, and interactions — and produces a plain-language assessment of where they stand and what to do next.

The assessment updates **automatically** when new data comes in. No triggers, no forms.

***

#### Make it yours

Add your own **instructions** so assessments reflect what health actually means for your business.

Find it in **Settings → AI → Overview**.

***

#### Credits

AI assessments run on credits. Every account includes credits to get started.

Top up anytime in **Settings**.

***

<a href="/pages/HFF4wLSxNtheJhV0rsRY" class="button primary">Read more</a>
{% endupdate %}
{% endupdates %}


---

# 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.startdeliver.io/changelog/changelog.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.
