> For the complete documentation index, see [llms.txt](https://docs.emaillabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emaillabs.io/en/analytics-panel/reports/feedback-loop-report/feedback-loop-yahoo.md).

# Feedback Loop Yahoo

### The instructions are intended for individuals who have a personalized DKIM key.

1. If you don't have a Yahoo account, create one.
2. Visit the following website: <http://feedbackloop.yahoo.net/>
3. Proceed to fill out a new CFL application.
4. Complete the form with the following details:
   * Reporting Email: <yahoo@feedbackloop.emaillabs.net.pl>
   * Selector: DKIM key selector
   * Domain: Domain as recorded in the DKIM key as 'D'
   * Contact Email: The email address where Yahoo can send service-related information.

{% hint style="info" %}
You need to have access to the mailbox: postmaster\@yourdomain because registration or any changes to settings require confirmation sent to this address.
{% endhint %}

5. After filling out the form, you should enter the verification code sent to the postmaster\@yourdomain address.
6. Once the code is entered, the service will be activated after a certain period.

**To ensure the accuracy of the entered data, check your DKIM configuration in the EmailLabs panel.**

### Feedback Loop Registration in Practice

#### EmailLabs Key

1. In this case, enter 'emaillabs' in the Selector field, and fill in the Domain field according to your chosen preferences

<figure><img src="/files/MB8JyiQdWL2Z0Z4yzNqK" alt="individual-dkim"><figcaption></figcaption></figure>

2. If you are sending from multiple domains and have selected the 'EmailLabs Key' option, you need to complete the form on the Yahoo page as many times as you have domains for sending, entering a different domain each time in the 'Domain' field.\ <br>

   <figure><img src="/files/qZIvBvOLB9diFkwaB3Qh" alt="individual-dkmim"><figcaption></figcaption></figure>
3. If you selected the 'Your Key' option and entered your domain, you need to do the same in the form on the Yahoo website.<br>

   <figure><img src="/files/hkgGIvlwGt0jwg8cSnFc" alt="dkim-yahoo"><figcaption></figcaption></figure>

#### Individual DKIM Key&#x20;

1. In this case, you should check the selector and the domain that were set during the DKIM key addition process.
2. Next, enter the exact same selector and domain in the form.

{% hint style="info" %}
If you need assistance with configuring the Feedback Loop service, please contact our Customer Support Office at: <support@emaillabs.io>
{% 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.emaillabs.io/en/analytics-panel/reports/feedback-loop-report/feedback-loop-yahoo.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.
