diff --git a/docs/copilot/chat/chat-agent-mode.md b/docs/copilot/chat/chat-agent-mode.md
index 74bf24615a..1c4e29c51e 100644
--- a/docs/copilot/chat/chat-agent-mode.md
+++ b/docs/copilot/chat/chat-agent-mode.md
@@ -324,7 +324,7 @@ To have a better overview of the individual tasks that the agent is working on,
-You can configure the visibility and position of the todo list control with the `setting(chat.todoListWidget.position)` setting.
+You can configure the visibility and position of the todo list control with the `setting(chat.agent.todoList.position)` setting.
## Use instructions to get AI edits that follow your coding style
diff --git a/docs/copilot/reference/copilot-settings.md b/docs/copilot/reference/copilot-settings.md
index cba685f358..d0801c1870 100644
--- a/docs/copilot/reference/copilot-settings.md
+++ b/docs/copilot/reference/copilot-settings.md
@@ -86,7 +86,7 @@ The team is continuously working on improving Copilot in VS Code and adding new
| `setting(chat.tools.global.autoApprove)`
Automatically approve all tools - this setting [disables critical security protections](/docs/copilot/security.md). | `false` |
| `setting(chat.agent.thinkingStyle)` _(Experimental)_
Configure how thinking tokens are presented in chat. | `fixedScrolling` |
| `setting(chat.mcp.autoStart)` _(Experimental)_
Automatically start MCP servers when MCP configuration changes are detected. | `newAndOutdated` |
-| `setting(chat.todoListWidget.position)` _(Experimental)_
Configure the visibility and position of the todo list control in chat. | `false` |
+| `setting(chat.agent.todoList.position)` _(Experimental)_
Configure the visibility and position of the todo list control in chat. | `"default"` |
| `setting(github.copilot.chat.newWorkspaceCreation.enabled)` _(Experimental)_
Enable the agent mode tool for scaffolding a new workspace in chat. | `true` |
| `setting(github.copilot.chat.agent.thinkingTool:true)` _(Experimental)_
Enable the thinking tool in agent mode. | `false` |
| `setting(github.copilot.chat.virtualTools.threshold)` _(Experimental)_
Tool count over which virtual tools should be used. Virtual tools group similar sets of tools together and enable the model to activate them on-demand. Enables you to go beyond the limit of 128 tools for a chat request. | `128` |