> ## Documentation Index
> Fetch the complete documentation index at: https://manuals.cobo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Set up governance policies in Cobo Portal to define approval requirements for organizational operations.

## Overview

Governance policies determine the approval rules under which an operation will be approved or rejected. Approval rules include auto rejection, auto approval, approval quorum, and customized workflow. Governance policies are categorized into five types: Members, Organizations, Wallets, Developers, and User Roles.

## Available governance policies

To see the full list of available governance policies, log into [Cobo Portal](https://portal.cobo.com/login), click your profile avatar in the top-right corner, and choose **Organization**. Then, click the **Governance Policies** tab, and click either of the **Members**, **User Roles**, **Organization**, **Wallets**, or **Developers** tabs to view the associated governance policies.

<Note>The default approval rule for all governance policies requires approval from at least 50% of the organization's Admin users. You can [modify these approval requirements](/en/portal/organization/governance-edit) to better suit your organization's needs.</Note>

## Crucial operations

The following table lists crucial operations in Cobo Portal, and it is recommended to configure two or more [Admins](/en/portal/organization/roles-and-permissions) for their approval.

<table class="six-columns">
  <tr>
    <th>Category</th>
    <th>Operation</th>
    <th>Description</th>
  </tr>

  <tr>
    <td rowspan="2">Members</td>
    <td>Invite Members</td>
    <td>Invite new members to your organization.</td>
  </tr>

  <tr>
    <td>Change Members' User Roles</td>
    <td>Add or remove members' user roles.<br />For more details, refer to [User roles and permissions](/en/portal/organization/roles-and-permissions).</td>
  </tr>

  <tr>
    <td rowspan="5">Organization</td>
    <td>Edit Governance Policies</td>
    <td>Edit governance policies for organizations.</td>
  </tr>

  <tr>
    <td>Authorize App</td>
    <td>Authorize Cobo Portal Apps.<br />For more details, refer to step 5 in [Browse and install apps](/en/apps/browse-and-install).</td>
  </tr>

  <tr>
    <td>Change App Permissions</td>
    <td>Change Cobo Portal Apps' Permissions.<br />For more details, refer to [Update app settings](/en/apps/app-settings).</td>
  </tr>

  <tr>
    <td>Change App Workflow</td>
    <td>Change Cobo Portal Apps' Workflow.<br />For more details, refer to [View and update approval workflows](/en/apps/workflow).</td>
  </tr>

  <tr>
    <td>Perform Security Confirmation</td>
    <td>Perform security confirmation when an operation triggers Cobo's internal risk control rules.<br />For more details, refer to [Security confirmation configuration](/en/portal/risk-controls/security-confirmation).</td>
  </tr>

  <tr>
    <td rowspan="3">Wallets</td>
    <td>Manage Transaction Policies</td>
    <td>Create, delete, or modify transaction policies to safeguard critical transactions.<br />For more details, refer to [Introduction to transaction policies](/en/portal/risk-controls/tx-policies-overview).</td>
  </tr>

  <tr>
    <td>Manage Addresses in Address List</td>
    <td>Add or delete addresses in Address List. Examples of Address List include customized lists such as "whitelist" that you can select from when creating transaction policies.<br />For more details, refer to [Address list](/en/portal/risk-controls/address-list).</td>
  </tr>

  <tr>
    <td>MPC Wallet Key Operations</td>
    <td>• Create Signing Keys<br />• Create Recovery Keys<br />• Recreate Main Keys<br />• Create new MPC Keys (except the first one, for advanced MPC Vaults)</td>
  </tr>

  <tr>
    <td>Developers</td>
    <td>Manage API Keys</td>
    <td>Add or delete API keys or modify the IP whitelists for the API keys.<br />For more details, refer to [Manage API keys](/en/portal/developer-console/manage-api-key).</td>
  </tr>
</table>
