# Contact Listing

## Columns & Information Displayed

For each contact listed, the following information is displayed in columns:

1. **Company:** The name of the company or organization that the contact belongs to.
2. **Title:** The job title or position of the contact within their company.
3. **Status**: Indicates the current status of the contact:

* Not Active: This contact information is saved in the Company detail page but hasn't been invited to the Client contacts of any job.
* Pending: The contact has been invited to a job but hasn't yet accepted the invitation.
* Active: The contact has been added to a job and has accepted the invitation, allowing access to Hireforce.

4. **Created At**: The date the contact was added to the system.
5. **Last Activity:** The date of the most recent interaction with the contact

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

## Contact Searching

The Contact Searching feature enables agencies to efficiently find and filter contacts in the system using various search criteria and filters. This tool enhances the management experience by allowing quick access to relevant company information.

**Users can search for companies using keywords in the following fields:**

1. **Name**: Enter the full or partial name of the contact to locate specific entries.
2. **Email**: Search by the email address associated with the contact.
3. **Phone**: Search by the phone number associated with the contact.
4. **Title**: Search for contacts by their title.

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

## Filter Options

1. **Company:** Filter by the company or organization that the contact belongs to.
2. **Status:** Filter by the current status (Active, Pending, Not Active).

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


---

# 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://help.hireforce.io/product-guides/contact-management/contact-listing.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.
