> For the complete documentation index, see [llms.txt](https://helpdesk.getfly.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.getfly.vn/app/user-guide/task-management.md).

# Task Management

## 1. Benefits

The Getfly CRM app provides essential task management features to help businesses streamline work processes, including:

Create and Track Tasks: Easily create and monitor tasks in real time. Track progress, exchange updates, and receive automated notifications upon task completion.

Assign Tasks Effectively: Assign tasks to individuals or groups with just a few taps. Monitor task progress across team members or departments.

Create and Manage Projects: Quickly create projects and track their progress. Add notes, assign team members, and receive completion alerts.

## 2. Creating, Editing, and Deleting Tasks

### 2.1 Create a New Task

To create a new task, tap the Task icon, then tap the ➕ button.

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

**Enter the following fields:**

**(1) Task Name:** Use a clear naming convention to differentiate tasks.

**(2) Content:** Describe the task details or add relevant notes.

**(3) Project**: Assign the task to an existing project.

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

**(4) Task Type:** Select the appropriate task type.

**(5) Color:** Use color coding to categorize tasks.

**(6) Workload:** Estimate workload based on task complexity.

**(7) Assigned To (Task Performer):** Choose the main person responsible for the task.

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

**(8) Related Users:** Add related members or collaborators. You can tap the icon next to this field and select the users to be added.

**(9) Execution Time:** Set the start and end dates for the task. The system will send morning reminders for tasks starting or ending that day

**(10)Related Customer:** If the task is customer-related, select the customer and their contact person.

**(11) Attachments:** Upload relevant images or documents (image upload is currently supported).

After filling in the required fields, tap Save to create the task.

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

### 2.2 Create a Task from the Customer Details Screen

Tap the Customer icon → Open the details of a specific customer

Go to the Information tab → Tap Appointments

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

Tap the “+” icon to create a new task

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

Fill in the task details and tap Save

### 2.3 Task Details

The Task Details screen displays all task-related content and actions.

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

**Quick Actions:**

🔗: Copy the task link.

✏️: Edit task details.

📍: Check in at the task location (useful for offsite meetings)

⭐: Mark task as important.

✅: Mark as completed.

❌: Cancel the task.

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

💬: Add an emoji to express your feelings about the task.

↕️: Drag and drop to update task progress.

Exchange Section: This section logs all discussions and updates related to the task.

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

To add a comment, type in the reply box. Use @username to tag other users. You can edit or delete your own comments (within 2 hours). Only task assignees and related users can comment on the task.

## 3. Task Management

From the main screen, tap the Task icon to access the task management dashboard.

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

* **My Tasks:** All tasks assigned to you
* **Overdue Tasks**:All tasks that are behind schedule.
* **New Updates:** Tasks with unread comments.
* **Related Tasks:** Tasks you’re involved in (but not directly assigned).
* **Priority Tasks:** Tasks marked as high priority.
* **Delayed Tasks:** Tasks that are overdue.

Tapping any category shows the related task list.

<figure><img src="/files/464w7Ct41OIXayXs0N9x" alt=""><figcaption></figcaption></figure>

**Notes:**

* Overdue or incomplete tasks are highlighted in red.
* By default, tasks are assigned to yourself, which is useful for personal scheduling.
* Adding related customers to a task is optional. However, when a customer is linked to a task, all involved users will have immediate access to customer information, making it easier to manage. Additionally, the task will be stored in the customer’s task history for future reference.
* Only the task assignee, their supervisor, or the highest-ranking person in the department has the authority to confirm task completion, edit, or delete the task.
* Tasks assigned to you or those in which you are involved will appear in the task notification section. Tasks you are assigned to complete or tasks with your name tagged will appear in the important notifications section.

<figure><img src="/files/5bIGarHgZID3foPu4ym9" 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://helpdesk.getfly.vn/app/user-guide/task-management.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.
