# Scoring Fields

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

Having all the accounts in your market mapped is great but there's only so many accounts that the sales team can engage with at any time. We need to make sure they engage with the best accounts first. That's why we've built the scoring feature in the GoodFit app.

We've designed this feature to be as easy to set up as possible. The score is the sum of rules:

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

Each rule has two components:

* filter - made out of field name, operator and value(s) (i.e. Employee Count >= 50)
* weight (on a scale from -10 to 10, where -10 is very negative impact and 10 very positive impact).

You can create as many rules as you need to truly prioritise your accounts.

Once the scoring is set up, each account in the dataset is assigned a summed score based on the rules they've met. For example:

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

* Company A that is located in the United States, with 100 employees and more $5,000,000 in funding will score **12** (7 + 5).
* Company B that is located in the same country & has same number of employees but no funding on the other hand will only score **4** (7 + 5 - 8).

{% hint style="info" %}
Once the scoring is set up you should see Goodfit Score column populated in the Companies tab. This is like any other column in the GoodFit app - it can be mapped & synced to the CRM (see Mapping Fields) or exported via CSV (see CSV Export)
{% endhint %}

## Preview Screen

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

As you're setting up your scoring we believe it's important that you have feedback in real time. Preview screen allows you to see companies with the highest & lowest score (& it is dynamic meaning whenever you change a scoring rule the preview will be updated).\
\
The preview table also includes each column that is used in the scoring rules so you can easily check the what values highest & lowest scoring companies have.&#x20;

There's 3 areas in preview screen:

* Best fit tab - in this tab you will see a preview of the companies that have the highest score.
* Worst fit tab - here you will see companies that have the lowest score.
* "Search specific companies by domain(s)" search field - you can filter the preview screen by specific companies using their domains (see more in Tips & Tricks).


---

# 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.goodfit.io/goodfit-docs/product/scoring-fields.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.
