--- title: Project Settings --- # Project Settings Project Settings give you full control over a project's configuration, membership, access policies, and usage data. To open Project Settings, click the **Settings** (gear) icon next to the project in the Projects section. Project Settings are organized into five tabs: | Tab | Purpose | |-----|---------| | **General** | Update project details or delete the project | | **Members** | Manage project members and their roles | | **Resource Usage** | View usage metrics for project resources | | **Activity Timeline** | Review a chronological log of project activity | | **Policies** | Create and manage access policies for TIR services | --- ## General — Update or Delete Project 1. Go to the **General** tab. 2. Edit the project name or description and click **Update** to save. To permanently remove the project, click **Delete**. :::warning Deleting a project is permanent. All project members will lose access and associated resources will be unlinked from this project. ::: --- ## Members — Add Project Member Project members can be added in two ways: | Type | Description | |------|-------------| | **Existing Member** | Already in the account but not yet in this project. | | **New Member** | Not yet registered — an invitation email will be sent. | Click **Add Project Member** to begin. ### Adding an Existing Member 1. Select the user from the existing members list. 2. Select the appropriate **role** and **policy**, then click **Add Project Member**. ### Adding a New Member 1. Enter the new member's email, select their **role** and **policy**, then click **Add Project Member**. Invitation status can be monitored from the **Invited Users** section of the [IAM Panel](/docs/tir/GettingStarted/iam/iam_panel/). :::info Assigning a **policy** is required when the role is **Member**. Policies define which TIR services the member can access. See [Policies](#policies) below. ::: --- ## Edit Project Member To update a member's role or policy: 1. Click **Update User Access** in the Actions column. 2. Update the role or policy as needed, then click **Update Member Access**. --- ## Remove Project Member To remove a member from the project: 1. Click **Remove Project Member** in the Actions column. 2. Check the confirmation checkbox and click **Delete**. --- ## Resource Usage The Resource Usage tab shows consumption data for all resources allocated within this project. 1. Click the **Resource Usage** tab. 2. Select the resource type and time interval to filter the view. --- ## Activity Timeline The Activity Timeline provides a chronological record of all actions taken within the project. 1. Click the **Activity Timeline** tab. 2. Select the service and time interval to filter the timeline. --- ## Policies Policies define what TIR services and operations a **Member** is allowed to use within the project. Every Member must be assigned a policy. To manage policies, click the **Policies** tab. ### Create Policy 1. Click **Create Policy**. 2. Enter a name and description for the policy. 3. Select the TIR services to include and configure the permitted operations for each. 4. Click **Create**. ### Edit Policy 1. Click **Edit Policy** in the Actions column for the policy you want to modify. 2. Make the necessary changes and click **Update**. ### Delete Policy 1. Click the **Delete** icon in the Actions column for the policy. 2. Check the confirmation checkbox and click **Delete**. :::warning Deleting a policy that is assigned to active members will revoke their service access. Reassign a new policy to those members before deleting. ::: ---