# Configuration Settings

Agent Cake configurations are different for each application. Each app may require different metadata, permissions or setup steps—such as enabling API access, creating a service account or granting admin rights.

There is no centralized configuration panel. Instead, app-specific requirements and instructions are documented in the corresponding [integration guides](broken://pages/oBeKJIOhT0d43FHAQ1sH).

#### **Configuration options**

When configuring Agent Cake, you can control how access is managed throughout the user lifecycle:

**When Access is Granted:**

* **Permissions**: Configure which permissions are automatically assigned
* **App-specific metadata**: Set up default permissions, team assignments, etc.

**When Access is Removed:**

* **Permissions**: Select which permissions should be removed during access removal
* **Deprovisioning strategy**: Agent Cake uses a **full removal** strategy removing user access from all teams, projects and resources in the application
* **Special scenarios**:
  * If a user is the app owner, deprovisioning will be blocked and requires ownership transfer first
  * For apps that prompt for data transfer during user deprovisioning, Agent Cake uses the default option provided by the application to ensure data loss prevention


---

# 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.getcakewalk.io/how-to-guides/auto-provisioning/how-it-works/configuration-settings.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.
