# Indicate the execution of a task

Whether for a teacher or a learner, tasks assigned to any user are shown at the bottom left of the projects page under section *My tasks.*

To indicate the successful execution of a task:

* click on an executed task,
* in the project steps list, select the article you want to attach the task to,
* in the resulting screen, fill the task name, a comment and optionally a document,
* click *Save*.

The execution report of the task appears as a comment to the article.

![](/files/-LH9CxxQWF0XhKmOimWf)

*Illustration: Projects – Tasks comments*


---

# 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.chamilo.org/1.11.x/teacher-guide/projects/indicate_the_execution_of_a_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.
