# Reviewing AI drafts

When the AI writes a reply and holds it for approval, you can view it in the **AI drafts**.

<figure><img src="/files/cHfcqAayTzGHAFrXLhei" alt=""><figcaption></figcaption></figure>

1. Open the conversation.
2. Read the AI's draft in the AI Draft Box at the bottom.
3. Choose one of these actions:

| Action        | Description                               |
| ------------- | ----------------------------------------- |
| Approve       | Send the draft as-is.                     |
| Edit and Send | Modify the draft, then send your version. |
| Reject        | Discard the draft entirely.               |
| Regenerate    | Ask the AI to write a new draft.          |


---

# 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://docs.scaleflows.net/documentation/documentation-v1.1/workspace/the-inbox/reviewing-ai-drafts.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.
