> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dorafiles.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Mode

<Frame>
  <img src="https://mintcdn.com/dora-2843f18f/Z6fH-Z81CiNttIVI/assets/images/dora/chat/agent-mode.png?fit=max&auto=format&n=Z6fH-Z81CiNttIVI&q=85&s=886142a58383c3b07da12c277da63f75" width="392" height="497" data-path="assets/images/dora/chat/agent-mode.png" />
</Frame>

Agent-Mode is Dora's automated agent. When `Agent-Mode` is turned on, Dora is able to perform file operations on your behalf.
`Agent-Mode` is disabled by default. To enable it whenever you want, simply click on the `Agent-Mode` toggle in your chat input box.

<Note>Dora will never delete files on Agent-Mode.</Note>

## Available Actions

<Accordion title="Folder Creation">
  Let's you create a folder.
  Example prompt: "create a folder called 'pics' in my Vacations folder.
</Accordion>

<Accordion title="Moving/Renaming Files and Folders">
  Move or rename files and folder.
  Example prompt: "Move my the meeting notes to my Meetings folder".
</Accordion>

<Accordion title="Copying Files and Folders">
  Copy files and folders.
  Example prompt: "Duplicate my to-do and save it as to-do-v2".
</Accordion>

<Accordion title="File Creation">
  Create files.
  Example prompt: "Summarize this text and save it as a file called 'summary-may.md' at my base directory".
</Accordion>

<Accordion title="Navigating to a Folder">
  Navigate the explorer to a specific folder.
  Example prompt: "Can you go to my reports folder".
</Accordion>
