> For the complete documentation index, see [llms.txt](https://help.guestreply.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.guestreply.ai/readme/user-manual/ai-agent/co-pilot-mode.md).

# Co-pilot Mode

Co-Pilot Mode is a semi-automated approach to guest communication that combines the efficiency of AI with human oversight.

In this mode, the AI generates draft responses for every guest inquiry, which appear in your unified inbox for review. You can edit, approve, or completely rewrite these drafts before sending them to the guest.

### How to Enable Co-Pilot Mode

⚡ **Note:** Co-Pilot Mode is active whenever Autopilot is **disabled** &#x20;

#### Step 1: Navigate to Automation Settings

Go to [**AI Agent → Automation**](https://app.guestreply.ai/automation)

#### Step 2: Disable Autopilot

1. Under **`Selection of apartments for autopilot`**, select **`Disabled`**
2. Save changes

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

#### Step 3: Verify Co-Pilot Mode

1. Navigate to [**Inbox**](https://app.guestreply.ai/inbox)&#x20;
2. Select any conversation
3. Check the robot icon (top right corner):
4. 🟠 Orange icon = Co-Pilot Mode is active

   AI generates draft messages for your review.&#x20;

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

### How to Review AI-Generated Draft Messages

1. Navigate to [**Inbox**](https://app.guestreply.ai/inbox)&#x20;
2. Select the conversation you want to review
3. Review the AI-generated draft message
4. Edit the draft if needed, then send the message

<figure><img src="/files/3DgUtl4NmFp6MrXgXCTB" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.guestreply.ai/readme/user-manual/ai-agent/co-pilot-mode.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.
