> For the complete documentation index, see [llms.txt](https://changelog.sketchnote.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.sketchnote.co/improved-task-modal-and-a-new-changelog.md).

# Improved task modal, and a new changelog!

If you're a longtime user of Sketchnote Boards, you probably remember the evolution of tasks from very rudimentary in the past to a kickass new version in the present. However, one of our more important bits of the task remained stuck—the first time you open it. Well, we're changing it!

{% embed url="<https://www.loom.com/share/21c45d5410c940e2a3aab3fe0412234a>" %}

**Brand new task modal**

You know when you open a task again, you see a markdown editor, task details on the right of the screen and attachments. And we know you love it, based on all the feedback we get! We're now making sure you see the same screen when you first begin a task too, making the task adding and editing experience a lot more uniform. Go ahead and add all the details the first time you're adding a task, instead of later!

![](/files/1BzKJZ5xSEUc3KD67Ls6)

**New changelog, ahoy!**

We love taking a trip down memory lane now and again. And our newest changelog will help you come down that path with us! All our newsletters and updates can now be found on the changelog tab on your dashboard. Find all our older gifs explaining features, Loom explainer videos and a lot more here!

![](/files/grDmjCzCctk5Iwv5Coij)


---

# 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://changelog.sketchnote.co/improved-task-modal-and-a-new-changelog.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.
