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

# Auto-approve settings

> Control which actions SoloEnt can take without asking for your approval each time

By default, SoloEnt asks you to approve every action it takes—reading files, saving content, browsing the web. Auto-approve lets you skip those confirmation prompts for actions you trust.

<img src="https://mintcdn.com/soloent/5L9WxA69eDjQqPG_/assets/images/approve.png?fit=max&auto=format&n=5L9WxA69eDjQqPG_&q=85&s=ffcde2026b31154d683a3884b093b7c3" alt="Auto-approve settings panel showing checkboxes for Read project files, Edit project files, Execute safe commands, Execute all commands, Use the browser, Use MCP servers, and Enable notifications" style={{ width: '70%' }} width="908" height="976" data-path="assets/images/approve.png" />

## Recommended setup for writers

Most writers do well with this baseline:

<CardGroup cols={2}>
  <Card title="Always enable" icon="circle-check">
    **Read project files** — lets SoloEnt read your chapters, outlines, and character sheets without asking each time
  </Card>

  <Card title="Enable if you want SoloEnt to save" icon="floppy-disk">
    **Edit project files** — lets SoloEnt write content directly to your files, so nothing gets lost
  </Card>

  <Card title="Enable for workflows" icon="terminal">
    **Execute safe commands** — workflows rely on commands to run and save their reports automatically
  </Card>

  <Card title="Enable for research" icon="globe">
    **Use the browser** — lets SoloEnt look up facts, names, or references while you write
  </Card>
</CardGroup>

<Note>
  **Execute all commands** and **Use MCP servers** are not needed for writing work — leave them off.
</Note>

## What each permission does

| Permission                | What it means for writers                                                                             |
| ------------------------- | ----------------------------------------------------------------------------------------------------- |
| **Read project files**    | SoloEnt can read your chapters, outlines, and character sheets as context                             |
| Read all files            | SoloEnt can read files outside your project folder                                                    |
| **Edit project files**    | SoloEnt saves generated content directly to your files                                                |
| Edit all files            | SoloEnt can edit files outside your project folder                                                    |
| **Execute safe commands** | Powers workflows — reads project files, runs the workflow, and saves reports to the required location |
| Execute all commands      | Runs any system command — not needed for writing                                                      |
| **Use the browser**       | SoloEnt can look up information online while helping you write                                        |
| Use MCP servers           | Advanced tool integrations — not needed for most writers                                              |
| Enable notifications      | Sends an alert when a long-running task finishes                                                      |

<Note>
  "Read all files" and "Edit all files" only extend access outside your project folder. If the base toggle is off, these sub-options have no effect.
</Note>

## Common writing scenarios

<Accordion title="I want to use workflows">
  Enable **Execute safe commands**. SoloEnt's built-in workflows (like `/review` for chapter quality checks and `/marketing` for publishing strategy) need this permission to read your project files, run the workflow, and save reports to the `notes/` folder. Without it, every step pauses for manual confirmation.
</Accordion>

<Accordion title="I'm worried about losing content after a long generation">
  Enable **Edit project files**. SoloEnt saves content directly to your files as it generates—you won't lose work if you close the window or something interrupts the session.

  <Warning>
    With edit access enabled, SoloEnt can overwrite existing content. Review changes carefully, and use the chat history to recover anything unexpected.
  </Warning>
</Accordion>

<Accordion title="I want SoloEnt to research while I write">
  Enable **Use the browser**. SoloEnt can look up historical facts, place names, terminology, or any reference material without you having to switch tabs.
</Accordion>

<Accordion title="I just want to chat and brainstorm without any file access">
  Leave everything off. SoloEnt can still talk through ideas, suggest plot directions, and help you think—it just won't read or touch your files unless you paste content directly into the chat.
</Accordion>

<Accordion title="I want SoloEnt to work through a long task while I step away">
  Enable **Enable notifications**. You'll get an alert when the task finishes, so you don't have to keep checking back.
</Accordion>

## Next steps

<CardGroup cols={2}>
  <Card title="Interface overview" icon="grid-2" href="./interface">
    Learn the three-panel workspace
  </Card>

  <Card title="API configuration" icon="key" href="./api-configuration">
    Set up your API keys
  </Card>
</CardGroup>
