# Policies

The Policies section under Account Management provides a comprehensive framework for managing user permissions and access control across your Angoor.ai workspace. Policies define what actions users can perform within specific modules and features.

## All Policy

The main dashboard displays all access policies with their scope and module assignments:

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

## Policy Logs

The Logs tab provides an audit trail of policy assignments and changes with filtering options:

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

## Policy Configuration

Click on select resource to access detailed configuration options.

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

### Permission Types

Each module supports four standard permission levels:

* **View:** Add new items or content.
* **Add:** Read-only access to existing content.
* **Change:** Modify existing items.
* **Delete:** Remove items permanently.

### Conditional Logic

Instead of maintaining dozens of separate policies for every possible user scenario, conditional logic consolidates complex permission structures into single, adaptive rules.&#x20;

**Examples:** A sales team policy can automatically grant campaign creation rights only during business hours, restrict budget approvals to senior members, and limit client data access based on territory assignments all within one unified policy.

> Each module can have independent permission settings and conditional access rules.


---

# 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://angoor-ai.gitbook.io/angoor-ai/basics/images-and-media/policies.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.
