# Task object

Only available within a task, the `task` object contains attributes describing the current task itself.

## How to access it

* Use `{{ task.id }}` in a task [code](/core/tasks/code.md)

## What it contains

This object is always a hash, containing the following keys:

* `"id"` – string
* `"created_at"` – string

This object is most useful for scheduling follow-up work for itself, using the "task\_ids" option in [the "event" action](/core/actions/event.md).


---

# 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://learn.mechanic.dev/platform/liquid/objects/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.
