# Task

When you track your work in SmartTask, everybody is clear on their responsibilities and accountability. Here are a few quick ways to start collaborating and tracking your work with your team:

* [**Creating a task**](/fundamentals/task/creating-a-task.md) — The simplest way to create a task is by clicking on the "Add Task" button. One can also create a task from Email directly.
* **Assign a task** — Collaborating for a task essentially means assigning tasks to yourself *and* your teammates. Give it a try and assign a task to a member in your team (even if they aren’t using SmartTask yet.) Provide details and information they need to complete the task.
* **Add a follower** — Add stakeholders pertaining to a task as the followers so they can see any work on the task, communicate about it, and get notified about any related progress. You can add/remove followers at the right corner of the pane at the bottom of the task page. Try adding someone as a follower on one of the tasks you have just created.
* **Comment on a task** — You can comment on a task to ask questions, respond to teammates, or offer extra information and insight. Comment on a task you created to give an update about it.


---

# 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://guide.smarttask.io/fundamentals/task.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.
