> ## 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

**Read first:** [**How to setup a User Developer Permission**](/hc/en-us/articles/24260838673175-How-to-setup-a-User-Developer-Permission). Users need to have the Developer permission to have access to configure integration details. Creating an API Client will provide the integration details to successfully integrate CamoAg and other platforms. 

<Steps>
  <Step>
    Navigate to the **Account Settings** page

    <Frame>
      ![](https://assets.camo.ag/tillable-assets/docs/user-guides/image-21.png)
    </Frame>
  </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.

    <Frame>
      ![](https://assets.camo.ag/tillable-assets/docs/user-guides/image-22.png)
    </Frame>
  </Step>

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

**Example:** For an AgWare integration, follow the [AgWare setup docs](https://www.uaar.net/2023/maven-release-2023-2-42-3237/)
