# Understanding Operation Modes

We recommend integrating your cloud resources to Sedai with read-write access. Sound scary? Understandable. However, Sedai was specially engineered to prioritize safety with rigorous checks to ensure it only intervenes if it can guarantee success.

Additionally, **you remain in complete control**. When you integrate your cloud resources, you define how Sedai manages them through one of the following operation modes. You can pick a mode for an entire account, custom group ([learn more](https://docs.sedai.io/onboarding/manage-sedai/groups)), resource type, as well as for individual resources.

<table><thead><tr><th width="196">Mode</th><th width="206">Access Type</th><th>Description</th></tr></thead><tbody><tr><td><strong>Datapilot</strong> (Default)</td><td>View</td><td>Analyzes monitoring data only</td></tr><tr><td><strong>Copilot</strong></td><td>Controlled execution</td><td>Your team reviews and chooses which recommendations it wants Sedai to execute; Sedai uses reinforcement learning to analyze results</td></tr><tr><td><strong>Autopilot</strong></td><td>Autonomous execution</td><td>Sedai uses reinforcement learning to independently, continuously, and safely analyze/execute on your resources</td></tr></tbody></table>

{% hint style="info" %}
Keep in mind that autonomous is a journey, and these modes are designed help you explore a Crawl-Walk-Run approach. You can always upgrade access when you're ready.

Learn more about updating settings [here](/get-started/platform/settings/features.md#setting).
{% endhint %}

Copilot and Autopilot modes both utilize reinforcement learning. However, in Copilot mode the system will always ask for permission to execute an operation. Autopilot mode automatically grants permission, allowing the system to independenlty make changes on your behalf.

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

We recommend setting up read-write access during onboarding so that if and when you want to try out Copilot and Autopilot modes, you can do so without delay. If you opt for read-only access, you will need to re-integrate your cloud resources to try out Sedai's full capabilities.

View details about Sedai's access [here](/get-started/onboarding/autonomous-cloud-management.md).


---

# 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.sedai.io/get-started/onboarding/readme/understanding-operation-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.
