> For the complete documentation index, see [llms.txt](https://docs.reo.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reo.dev/developers/interpreting-intel-on-the-developer-dashboard.md).

# Interpreting Intel on the Developer Dashboard

Reo.Dev empowers GTM teams with in-depth insights into the developers interacting with your assets. By navigating to the **Developers** tab in the Reo.Dev, you gain access to valuable intel on deanonymized developers. This article will walk you through the various elements of the intel provided for each developer.

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

#### **Developer View Page**

| Intel               | Description                                                                                                                                                                                                                                      |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Developer Name/ID   | Name of the de-anonymized developer                                                                                                                                                                                                              |
| Tags                | <p>Tags associated with the developer. <br><br>New Developer: The developer was added to a segment <br>New Activity: The developer has done a recent activity <br>Buyer: Developer may have authority to make a purchase decision in the org</p> |
| Job Title           | Developers Job title                                                                                                                                                                                                                             |
| Company             | Current company of the developer                                                                                                                                                                                                                 |
| Country (Developer) | Location where the developer is currently active                                                                                                                                                                                                 |
| Country (Company)   | Company Location                                                                                                                                                                                                                                 |
| Employee Range      | Company employee range                                                                                                                                                                                                                           |
| First Activity Date | The developer's first recorded activity                                                                                                                                                                                                          |
| Last Activity Date  | The developer's most recent recorded activity                                                                                                                                                                                                    |
| Contact IDs         | Contact information of the developer: Github ID, LinkedIn, Email ID                                                                                                                                                                              |

#### **Developer Details Page**

When you click on a developer's name, you'll see a detailed profile and their activity log.

The **Developer Profile** provides information such as designation, current company, joining date, location, first and last activity dates, past companies, associated tags, channels they've been active on, and activity score.&#x20;

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

**Developer Activity** gives you a quick overview of the activities (and the count of activities) the developer has done across different sources/channels.&#x20;

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

The **Activity Timeline** shows you a chronological view of all the activities done by the developer.  You can further use the activity filter to narrow down and view specific activities.&#x20;

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

{% hint style="info" %}
Click on **Enable Alerts** to receive Slack notifications whenever the developer does a new activity.
{% endhint %}

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

#### **Develoepr Filters**&#x20;

You can use filters to narrow down/surface developers based on specific attributes.&#x20;

Click on **Add Filter** on the Developers Dashboard.&#x20;

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

**You can filter developer based on the following attributes:**&#x20;

1. Designation - Filter developers based on their seniority level (eg CXO, VP, Director)&#x20;
2. Buyer - Filter developers with decision making/purchase authority&#x20;
3. Developer Location - Filters developers based on their region/country/state/city&#x20;
4. Account Location - Filter developers based on the location of their associated company&#x20;
5. Employee Range - Find developers across companies with specific employee range&#x20;
6. New Developer - Find new developers added in the last 24 hours
7. New Activity - Find developers who've done some new activity in the last 24 hours
8. Status - Filter developers based on status&#x20;
9. Developer Tags - Filter developers based on associated developer tags&#x20;
10. Has Notes - Filter developers with attached notes
11. CRM Account Owner - Filter developers based on account owner&#x20;


---

# 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.reo.dev/developers/interpreting-intel-on-the-developer-dashboard.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.
