> For the complete documentation index, see [llms.txt](https://learn.getsparrow.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.getsparrow.co/features/tasks/detail-pages.md).

# Detail Pages

Anywhere that you see a task in Sparrow, clicking into it will show the task details page. Here you will find detailed information about the task.

**Details Tab**

* **Status** - Displays if the task has an "In Progress" or "Done" status.
* **Task** - The task title and associated show
* **Due** - Due date
* **Details** - This contains key *editable* details about the task. To edit any of these sections *click the Edit button in the top right corner.*
  * *Title* - The name of the task (without the associated show)
  * *Description* - Detailed information about the show. Can include rich text (e.g. links, bold/italics, checkboxes, etc)
  * *Category* - The category associated with the task (for filtering and additional options)
  * *Show* - The show associated with the task (if any)

{% hint style="info" %}
The "Edit" button in the top right allows you to edit fields within the "Details" section.
{% endhint %}

**Settings Menu**

This expandable menu contains additional settings you can edit, such as changing due dates or deleting the task.

**Chat Tab**

Allows you to leave notes on the task, tag team members and upload files. Clicking follow allows you to be notified when the chat gets updated.


---

# 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://learn.getsparrow.co/features/tasks/detail-pages.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.
