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

# Installation

# Required Roles for Degreed Installation

The required roles for the Degreed installation are:

* **Degreed Admin**: A user with administrative privileges who can manage
  integrations, create API keys, and create and manage Groups.
* **Customer Contact with TechWolf**: A designated representative who
  coordinates with TechWolf's team to facilitate the integration process,
  provide necessary information, and ensure successful integration of the
  TechWolf Skill Assistant in your Degreed environment.

# Required API Key Scopes

The API Key that will be used for the integration with the TechWolf Skill
Assistant requires the following Scopes:

* Users: read
* Skill\_suggestions: write
* groups: read

# Installation steps

The installation consists of several steps, which are described in detail below.

<Steps>
  <Step title="Make sure the Degreed Skill Sync is configured and working.">
    Make sure the Degreed Skill Sync is configured and working. You can find
    more information on the Degreed Skill Sync
    [here](https://developers.techwolf.ai/integrations/degreed-skill-sync-integration/installation-employees).
  </Step>

  <Step title="Share your API Key credentials with TechWolf.">
    Create a new API Key with the correct
    [Scopes](#required-api-key-scopes). Make sure to copy the Client Secret
    and save it somewhere safe. Share the **Client Id**, **Client Secret**,
    **Auth URL** and **API URL** of the new API Key with TechWolf. You can
    find a guide to create an API Key [in this Degreed
    Documentation](https://developer.degreed.com/docs/authentication).
  </Step>

  <Step title="Create a new Group">
    Create a new **Administrative Group** with the name `TechWolf Skill
                Assistant`. It is very important that you copy this exact Group name.
    Only users that are part of this Group will receive Skill Suggestions
    from TechWolf. You can find a guide to create a Group [in this Degreed
    Documentation](https://degreed.zendesk.com/hc/en-us/articles/5063217502876-Create-a-New-Group).
  </Step>

  <Step title="Add People to the new Group">
    People that should receive Skill Suggestions from TechWolf, should be
    added to the newly created Group. You can find a guide to add people to
    a Group [in this Degreed
    Documentation](https://degreed.zendesk.com/hc/en-us/articles/5063250744476-Edit-an-Existing-Group).
  </Step>
</Steps>
