# Edit to-dos

We imagined to-dos as constantly evolving tasks that can be passed back and forth between multiple people in a clinic. Each to-do should be editable and will log all the activity that happens on it -- including all the people who have ownership on it and the changes they've made.

## Edit a to-do

**To edit a to-do:**

1. Navigate to the To-Dos on the left-hand navigation pane
2. Click on the desired to-do
3. Edit directly into the right-hand side of the to-dos pane, changing any of the fields (except the Creator field)
4. Click "Save Changes"

**To assign a to-do to a different person:**

1. Simply change the "Owner" to another clinician within the clinic
2. Click "Save Changes"

The to-do should now pop up in their To-Dos modal under the "Owned by you" section -- and the number on the To-Dos link at the top of their portal should increase by one.&#x20;

{% hint style="info" %}
All changes made on any to-do are logged in the "All Activity" section under "Filter Activity"
{% endhint %}


---

# 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.juniperplatform.com/to-dos/edit-to-dos.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.
