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

# Control agent behavior

Use the agent behavior controls when you want to change when the agent wakes or what it may do without a direct request.

## Choose an autonomy level

Open **Settings**, then **Agent behavior**.

You can configure your agent's autonomy. Autonomy describes what the agent can do without your explicit permission and how much it can do on its own.

* **Low** waits for you to ask for a change. The agent may edit after an inline directive such as `[[ add a citation ]]`, feedback on selected text, a Chat request, or a reply in a comment thread. It may also fix an obvious problem such as a typo. Otherwise, it leaves the draft alone.
* **Medium** includes everything in Low. The agent may also comment on something you wrote by opening one new comment thread during a turn. It can point out an unclear sentence or ask about a missing step, but it does not edit the text unless you ask.
* **High** includes everything in Medium. The agent may also propose a focused edit when it can name a specific problem, such as a repeated point, unclear reference, or broken transition. It should tighten the affected passage rather than rewrite the draft.

In all three levels, every edit appears as a diff that you can accept or reject.

<Frame>
  <img src="https://mintcdn.com/ucberkeley-8d9be701/ef6IVci_M0EKLAWE/images/agent-behavior-panel.png?fit=max&auto=format&n=ef6IVci_M0EKLAWE&q=85&s=b28221606038401932918e6ca7cf469e" alt="The Agent behavior panel with Low, Medium, and High autonomy settings" width="1400" height="900" data-path="images/agent-behavior-panel.png" />
</Frame>

## Pause or resume the agent

Double click the agent pill to pause or resume. When you pause, you cancel the current run, clear queued messages, and block automatic and manual requests until you resume.

<Frame>
  <img src="https://mintcdn.com/ucberkeley-8d9be701/v3Rddkad7zEz0_aI/images/agent-paused-pill.png?fit=max&auto=format&n=v3Rddkad7zEz0_aI&q=85&s=7dddc58644debb0cf05763f8b4add56b" alt="The collapsed agent pill in the paused state" width="1400" height="900" data-path="images/agent-paused-pill.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/ucberkeley-8d9be701/v3Rddkad7zEz0_aI/images/agent-paused.png?fit=max&auto=format&n=v3Rddkad7zEz0_aI&q=85&s=0a4d3b3cafc08abafef4b890e760304b" alt="The expanded agent dock in the paused state" width="1400" height="900" data-path="images/agent-paused.png" />
</Frame>

## Cancel the current run

Click the active agent pill once to cancel the current run and clear its queued messages. The document changes you already accepted remain.

## Hide proposed changes

Use the bell control to hide proposal layers while the agent continues working. The pending reviews remain in the document, and you can show them again later.

Hiding proposals does not accept or reject them. You cannot turn review off for edits to an existing document.

<Frame caption="Hide proposal layers, then show them again.">
  <video autoPlay muted loop playsInline poster="/images/agent-behavior-panel.png" className="w-full rounded-xl">
    <source src="https://mintcdn.com/ucberkeley-8d9be701/_cooIo6pWvrP0otR/images/mute-proposals.mp4?fit=max&auto=format&n=_cooIo6pWvrP0otR&q=85&s=8f33b1c4ae7d262df94df7440f94beb9" type="video/mp4" data-path="images/mute-proposals.mp4" />

    <source src="https://mintcdn.com/ucberkeley-8d9be701/_cooIo6pWvrP0otR/images/mute-proposals.webm?fit=max&auto=format&n=_cooIo6pWvrP0otR&q=85&s=77d95b7d60b91b19afcb4deba4569f23" type="video/webm" data-path="images/mute-proposals.webm" />

    Your browser does not support embedded video.
  </video>
</Frame>
