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

# How to add a new API Client

<Note>
  Users need to have the *Manage API Credentials* permission to have access to configure integration details.
</Note>

<Steps>
  <Step>Navigate to the **Account Settings** page</Step>
  <Step>Select **Integrations**</Step>
  <Step>Select **Add new API Client**</Step>
  <Step>Enter the **API Client name** and select **Save API Client**</Step>

  <Step>
    The Client Id and Client Secret are generated. <span style={{color: 'red'}}>Copy both of these and save them</span>. The Client Secret is only viewed on creation so if you lose the secret, delete the API Client and create a new one.
  </Step>

  <Step>
    The Client Id and Client Secret can now be input into the appropriate configuration for the API integration.
  </Step>
</Steps>
