> For the complete documentation index, see [llms.txt](https://docs.arthajobboard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arthajobboard.com/admin/manage-data/view-job-alerts.md).

# View Job Alerts

## **How to manage Job Alerts?**

Navigate to **Manage Data ➝ Job Alerts Section,** There will be a a table with all the job alerts.

Here's the tutorial video followed by detailed steps:

{% embed url="<https://youtu.be/KqMye19bhQg>" %}

## **1. Job Alert Table**:

* Displays all job alerts along with their associated email addresses.
* Email addresses in these tables may appear multiple times, reflecting different job alerts tied to the same email.

<figure><img src="/files/EKWoAsROsWYC8NRtqAfE" alt=""><figcaption><p><strong>Job Alerts</strong></p></figcaption></figure>

* **List of Preferences**: Email, Frequency, Job Type, Categories, Locations.

<figure><img src="/files/ZcieK1PqivipcM3milvL" alt=""><figcaption><p><strong>Job Alert Table</strong> </p></figcaption></figure>

## **2. Export:**

<figure><img src="/files/IESj5yTDVINAhvGsruS0" alt=""><figcaption><p><strong>Export &#x26; Filter</strong></p></figcaption></figure>

* **Export Option**: Admins can export the full list of job alerts in **XLSX format**.

## 3. Filter:

* **Filter Option**: Filters allow admins to narrow down results by, Date Range & Status.
* **Date Range**: Filter by a specific Date range (e.g., last 30 days, last 6 months).

<figure><img src="/files/6KAMRia5FusMFBMJnhP9" alt=""><figcaption><p><strong>Filter</strong></p></figcaption></figure>

* **Status**: The Status field includes two distinct states:
  1. **Active**: If you click on active, it indicates that the job alert is currently subscribed and is actively sending notifications to the user.
  2. **Inactive**: If you click Inactive, It indicates that the job alert has been unsubscribed or is not sending notifications.

<figure><img src="/files/k3dV5ZuhsaHUXJBe3fTe" alt=""><figcaption><p><strong>Status</strong></p></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.arthajobboard.com/admin/manage-data/view-job-alerts.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.
