Question 008

### What are the steps to install a GitHub App from GitHub Marketplace for an organization? > https://docs.github.com/en/apps/using-github-apps/installing-a-github-app-from-github-marketplace-for-your-organizations 1. [x] Browse GitHub Marketplace, select the app, choose a plan, select the organization, and then review and install the app. 1. [ ] Navigate to organization settings, select "Installed apps", then manually add the app's client ID to install it. 1. [ ] Install the app using the GitHub CLI with the `gh app install` command, specifying the organization name. 1. [ ] Clone the app's repository and run the installation script locally to register it with your organization.