# Permission Modes

Permission modes control how much freedom AI has when editing your page.

## Available modes

### Allow Edits (default)

AI makes changes directly. When you send "change the headline," AI updates immediately.

**Best for:** Quick editing, drafting, experimenting with ideas.

### Suggest Only

AI proposes changes but waits for approval. Each change appears as an approval card.

**Best for:** Fine-tuning published pages, reviewing every change before it applies.

## Switching modes

1. Look at the left side of the chat input toolbar
2. Click the permission mode selector
3. Choose **Allow Edits** or **Suggest Only**

| Scenario                              | Recommended mode |
| ------------------------------------- | ---------------- |
| Initial page creation and drafting    | Allow Edits      |
| Fine-tuning a published page          | Suggest Only     |
| Experimenting with ideas              | Allow Edits      |
| Making changes to a high-traffic page | Suggest Only     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.pagefly.io/smart-pages/editing-with-ai-chat/permission-modes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
