# Tasks

Sentry's **Tasks** feature provides a view of all security-related action items across your organization, ensuring nothing falls through the cracks.

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

## What Are Tasks?

Tasks in Sentry represent actionable security items that require attention, including:

**Security Guide Items**\
Incomplete items from your W3OS security guides, automatically prioritized by risk and impact.

**Alert Follow-ups**\
Security alerts that require investigation or remediation, such as:

* Unresolved breach alerts
* Domain content changes requiring verification
* GitHub security vulnerabilities needing patches
* Endpoint security web3 threat policy violations

**Compliance Actions**\
Required steps to maintain or improve security compliance:

* Scheduled security reviews
* Policy updates
* Access control audits
* Team member security training

**Scheduled Security Activities**\
Recurring security tasks like:

* Password rotation reminders
* Access permission reviews
* Backup verification
* Security posture assessments

## Task Management Features

### Intelligent Prioritization

Tasks are automatically sorted by:

* **Severity**: Critical security issues appear first
* **Age**: Older unresolved items are highlighted
* **Impact**: Higher-impact security measures are prioritized
* **Dependencies**: Tasks that unblock others are surfaced

### Assignment and Delegation

* Assign tasks to specific team members based on roles and responsibilities
* Track who's responsible for each security action
* Receive notifications when tasks are assigned to you
* View team-wide task completion metrics

### Progress Tracking

* Monitor overall task completion rate
* View individual and team task backlogs
* Track time-to-resolution for security issues
* Identify bottlenecks in security workflow

### Integration with Monitoring

Tasks are automatically created from:

* Active security alerts requiring response
* Failed security header checks
* Detected credential breaches
* GitHub vulnerabilities and dependency alerts
* Endpoint policy violations

## Using the Tasks Interface

**View All Tasks**\
Access the Tasks page to see all outstanding security actions across your organization.

**Filter and Search**

* Filter by severity, type, assignee, or status
* Search for specific security issues
* Group by category or deadline

**Take Action**

* Mark tasks as complete when resolved
* Add notes about remediation steps taken
* Defer low-priority tasks with explanations
* Create custom tasks for organization-specific security needs

**Track Metrics**

* View completion rates over time
* Identify recurring security issues
* Generate reports for security reviews
* Measure security team productivity

{% hint style="info" %}
**Best Practice**: Schedule a weekly security task review with your team to ensure continuous progress on security improvements and timely response to threats.
{% endhint %}

## Task Categories

**Immediate Action Required**\
Critical security issues demanding immediate attention (active breaches, critical vulnerabilities).

**High Priority**\
Important security gaps that should be addressed within days.

**Standard Priority**\
Routine security improvements and compliance items.

**Low Priority**\
Nice-to-have security enhancements that can be scheduled flexibly.

**Scheduled**\
Recurring security tasks with defined schedules.

## Task Automation

Sentry automatically manages task lifecycle:

* **Creation**: New tasks generated from alerts and monitoring
* **Updates**: Task status synced with underlying security issues
* **Resolution**: Tasks marked complete when security issues are fixed
* **Archival**: Completed tasks archived for audit trails


---

# 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.sentry.auditware.io/compliance/tasks.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.
