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

# Add-ons

<details>

<summary>NLP on text</summary>

Gain deeper insights from text data using Natural Language Processing (NLP). This add-on allows Churned to analyze customer feedback, support tickets, or other text inputs to detect sentiment, key topics, and trends, helping you understand customer sentiment at scale and influence the health score.

</details>

<details>

<summary>Journey builder</summary>

Automate customer success processes with a flexible workflow builder. This feature lets you design custom workflows that trigger actions based on customer behaviour, lifecycle stage, or predictive insights—ensuring the right steps are taken at the right time.

&#x20;

</details>

<details>

<summary>Task management</summary>

Efficiently track and manage tasks within your customer success workflows. Assign follow-ups, set deadlines, and collaborate within Churned to streamline your operations and stay on top of key customer interactions.

</details>

<details>

<summary>User level segmentation</summary>

Unlock granular customer insights with user-level segmentation. Go beyond standard group-based analytics and identify behavioural patterns, risk factors, and opportunities at an individual user level—allowing for highly targeted engagement strategies.

</details>

<details>

<summary>Reactivation model</summary>

Win back inactive customers with AI-driven reactivation strategies. This module analyses churned or dormant users and recommends personalized outreach tactics to increase re-engagement and retention.

</details>

<details>

<summary>Non-subscription model</summary>

Designed for businesses without traditional subscription models, this module enables customer retention and engagement strategies tailored for one-time purchase and repeat-purchase businesses, ensuring Churned adapts to different revenue models.

</details>


---

# 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.churned.io/churned-docs/extras/add-ons.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.
