# Collect Learnings from your experiments

This feature is in the early adoption phase. To benefit from it, please get in touch with your CSM.

<figure><img src="/files/Szb0SI8IJRy2mzTwY7TL" alt="" width="314"><figcaption></figcaption></figure>

### Creating a learning from a finishing experiment

{% hint style="success" %}
The Learning creation option is available as soon as the campaign reaches Analysis status. To start collecting Learnings during analysis, please read [Creating a learning from a past experiment or an experiment in Analysis](#creating-a-learning-from-a-past-experiment-or-an-experiment-in-analysis) section, or wait to reach the **Ended** status.
{% endhint %}

As soon as a [campaign status](/web-experimentation-and-personalization/campaign-creation-and-dashboard/campaign-statuses.md) moves **Ended** or **Archived**, a window opens to prompt you to submit a learning.

{% stepper %}
{% step %}
Select the **impact** of the campaign (Positive, Neutral, Negative, Unconclusive).
{% endstep %}

{% step %}
Select the **value** of the campaign (Surprising, Expected, Undefined, Biased, Push further, No impact).
{% endstep %}

{% step %}
Optionally, add detailed feedback (up to 4000 characters).
{% endstep %}

{% step %}
Click **Save learning** to submit.

The learning will be stored and linked to the campaign.
{% endstep %}
{% endstepper %}

{% hint style="info" %}

1. All submitted learnings are available in the Learning Library, where you can view, organize, and reference them for future optimizations. [Read our dedicated article to learn how to manage your learning](/learnings/manage-your-learnings.md).
2. A bar chart will then be displayed to have an overview of all the learnings you took.

<p align="center"><img src="/files/p2KOQHW5hxyRaOK60xuQ" alt=""></p>
{% endhint %}

If you missed the opportunity, you can still do it from the report view.

### Creating a learning from a past experiment or an experiment in Analysis

{% hint style="warning" %}
The option is not available for campaigns that already have a learning attached—only one learning per campaign is allowed unless the previous learning is deleted
{% endhint %}

{% stepper %}
{% step %}
**Access the Campaign Report**

If the campaign is eligible, you will see a **Create learning** button in the left navigation bar.

{% hint style="info" %}
If a learning already exists, the button will change to "See learning", which lets you view the existing entry.
{% endhint %}
{% endstep %}

{% step %}
Click the **Create learning** button.

A modal will appear where you can:

* Select the **impact** of the campaign (Positive, Neutral, Negative, Unconclusive).
* Select the **value** of the campaign (Surprising, Expected, Undefined, Biased, Push further, No impact).
* Optionally, add detailed feedback (up to 4000 characters).
  {% endstep %}

{% step %}
Click **Save learning** to submit.

The learning will be stored and linked to the campaign.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.abtasty.com/learnings/collect-learnings-from-your-experiments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
