> 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/dashboard-and-features/churned-per-page/customer-page/donors-page.md).

# Donors page

**Structural** → donors that have a subscription with your NGO.

**Non-structural** → donors that have made single donations towards your NGO.

## Structural

<figure><img src="/files/7DS97xLuEviGBTXhxUXP" alt=""><figcaption></figcaption></figure>

***

## Non-structural

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

{% hint style="info" %}
The **Non-structural** page is based on donors that have made individual donations.
{% endhint %}

***

### Segment

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

{% hint style="info" %}
The **segment** column puts the donors in a specific segment based on their RFM score.
{% endhint %}

***

### ID

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

{% hint style="info" %}
The **ID** column is used to display a donors id number or a different kind of number/name which links the information to them.&#x20;
{% endhint %}

***

### Last Order At

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

{% hint style="info" %}
The **last order** column displays the date when the donor has last made a donation.
{% endhint %}

***

### Order count

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

{% hint style="info" %}
The **order count** column shows the total amount of donations a donor has made.
{% endhint %}

***

### ADV

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

{% hint style="info" %}
The **average donation value** is the average amount of donations a donor has made.&#x20;

If someone has only made one donation their average will be the same value as their donation.
{% endhint %}

***

### Total order value

<figure><img src="/files/0B8gxuL01gSmM5TYrzm3" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The **total order value** *(total donation value)* is the total amount of money a donor has donated.&#x20;
{% endhint %}

***


---

# 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/dashboard-and-features/churned-per-page/customer-page/donors-page.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.
