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

# Permissions and Safety

> Understand how MiniMax Code handles permission prompts for local files, commands, and external actions.

<div className="code-docs">
  MiniMax Code asks for confirmation before sensitive actions so you stay in control of local files, commands, and external side effects.

  ## Actions That May Require Approval

  * Reading files outside the workspace
  * Editing or deleting files
  * Running commands
  * Using tools with external side effects
  * Handling actions requested through Remote Control or messaging channels

  ## Recommendations

  * Start conservatively when using a new project.
  * Reduce confirmation frequency only for trusted, low-risk routines.
  * Keep manual approval for delete, overwrite, upload, and outbound messaging actions.

  <Note>
    Permission prompts are designed to give you control over what can run automatically and what needs review first.
  </Note>
</div>
