> 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/accounts/find-more-prospects.md).

# Find More Prospects

The **Find More Prospects** feature helps you discover new buyers and developers within your **active accounts** who haven’t engaged with your tracked assets. This enables you to multi-thread relevant developer and buyers within accounts already showing activity.

Here’s a step-by-step guide on how to find more prospects within an account:

Step 1: Start by clicking on any account in the accounts dashboard.

Step 2: Within the selected account, click on the **‘More Prospects**’ tab.

<figure><img src="/files/5IFj2tMeMbMOMYzbNOB0" alt=""><figcaption></figcaption></figure>

Here you will find the following 3 sections - **ReoDB, CRM Prospects and Revealed.**

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

#### **ReoDB**

1. Under the **ReoDB** section, you’ll see a list of Reo recommended prospects. To expand your search beyond the recommended prospects, you can adjust filters for location, seniority, tech function and tech skills. Or you can also create a persona or choose from an existing pre-defined persona.
2. Once you’ve identified relevant buyers - you can click on them and then click on **‘Reveal’** to access their contact IDs.

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

{% hint style="info" %}
Note: Revealing prospects consumes credits. 2 credits/contact are consumed for revealing LinkedIn and business email ID. In case either 1 contact (LinkedIn or business email ID) is available - 1 credit/contact is consumed.&#x20;
{% endhint %}

#### **CRM Prospects**

Under the CRM prospects tab - you can see a list of all your prospects that are present in your CRM.

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

{% hint style="info" %}
Note: In the ReoDB and CRM prospects tab - you will only see prospects that haven’t shown any activity yet on your tracked assets. All active developers or buyers can be viewed under the ‘Active developers’ tab.
{% endhint %}

#### **Revealed**

All prospects added can be viewed under the **‘Revealed’** tab. You can choose to send these prospects directly to your CRM or even enrol them in email sequences on Apollo, Outreach, and Salesloft.

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

*


---

# 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/accounts/find-more-prospects.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.
