# Account Settings

The [**Settings**](https://app.apono.io/settings) page centralizes account-level settings that control how key platform features behave across your organization.

Managed by account admins, these settings enable you to configure and enforce policies for access, security, notifications, and AI capabilities.

***

### Access Request

Configure account-level controls for access request behavior.

{% hint style="info" %}
Unless otherwise noted, click the toggle to **ON** to enable a setting. Clicking the toggle to **OFF** will disable a setting.
{% endhint %}

<table><thead><tr><th width="262.5416259765625">Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Access Request Failure Notifications</strong></td><td>Notifies admins when failures occur in access requests</td></tr><tr><td><strong>Require duration for access request</strong></td><td><p>Requires requestors to specify how long they need access</p><p><br>Learn more about <a href="../access-flows/creating-access-flows-in-apono/access-duration">access duration</a>.</p></td></tr><tr><td><strong>Disable Approver Reason</strong></td><td>Hides the approver reason pop-up window when not required by an access flow</td></tr></tbody></table>

***

### AI

Configure account-level controls for AI capabilities.

{% hint style="info" %}
Unless otherwise noted, click the toggle to **ON** to enable a setting. Clicking the toggle to **OFF** will disable a setting.
{% endhint %}

<table><thead><tr><th width="262.5416259765625">Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Enable AI agent features</strong></td><td><p>Controls whether AI features are available in this account</p><p><br><strong>NOTE</strong>: Individual AI features cannot be enabled or disabled.</p></td></tr><tr><td><strong>Enable MCP-related features</strong></td><td><p>Controls whether MCP features can be used in this account</p><p><br><strong>NOTE</strong>: Individual MCP-related features cannot be enabled or disabled.</p></td></tr></tbody></table>

***

### Security

Manage account-level policies for credential rotation and user lifecycle.

{% hint style="info" %}
Unless otherwise noted, click the toggle to **ON** to enable a setting. Clicking the toggle to **OFF** will disable a setting.
{% endhint %}

<table><thead><tr><th width="262.5416259765625">Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Reset credentials</strong></td><td><p>Number of days after which user credentials are reset on the next access request</p><p>Follow these steps:</p><ol><li>Click the toggle to <strong>ON</strong>.</li><li>In the text field, set the number of days.</li></ol><p><br>Learn more about <a href="credentials-rotation-policy">credentials rotation policy</a>.</p></td></tr><tr><td><strong>User Deletion</strong></td><td><p>Number of days after which inactive users are deleted following access revocation</p><p>Follow these steps:</p><ol><li>Click the toggle to <strong>ON</strong>.</li><li>In the text field, set the number of days.</li></ol><p><br>Learn more about <a href="periodic-user-cleanup-and-deletion">periodic user cleanup and deletion</a>.</p></td></tr></tbody></table>


---

# 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.apono.io/docs/architecture-and-security/account-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.
