> For the complete documentation index, see [llms.txt](https://docs.cleartax.in/product-help-and-support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cleartax.in/product-help-and-support/for-large-businesses/account-setup-and-settings/generate-authentication-tokens-for-erp-integration.md).

# Generate Authentication Tokens for ERP Integration

In this tutorial, you'll learn how to create an authentication or access token for product-level integration in Clear Finance Cloud. This token is essential for securely connecting your ERP system with Clear Finance Cloud products like **E Invoicing** and **GST**. Follow these steps to complete the process.

{% embed url="<https://youtu.be/JeuKyg2mH3A?si=A1zzrEx1Bpc-2iyM>" %}

{% stepper %}
{% step %}
Go to **Settings** in Clear Finance Cloud. This is where you'll find all the configuration options for your account.

![](/files/aFywRA5lqd0Afa1YS2tZ)
{% endstep %}

{% step %}
Under **Settings**, locate the **Integration** folder within the **Global Setting** section. This folder contains all the tools for integrating external systems.

![](/files/VZI9fvuuJxea9FYRGjII)
{% endstep %}

{% step %}
Click on **API Clients**. You'll see a list of API clients that have already been created. This is where you manage existing clients or create new ones.

![](/files/rk8O2zWaWIuYMfmsCcwY)
{% endstep %}

{% step %}
To create a new API client, click **Create API Client**. The workspace ID will automatically populate based on your account details.

![](/files/BthELLGXBeKKzkGcOcK4)

![](/files/6A26Sb2DoyFgOqZlWxiz)
{% endstep %}

{% step %}
Enter a label for the API client. Use a descriptive name, such as your ERP system's name, to make it easily identifiable later.

![](/files/AReC31hbY7PtXY0Uc1uf)
{% endstep %}

{% step %}
Select the products you want to integrate with your ERP. For example, choose **E Invoicing** and **GST** if those are the products you need.

![](/files/kCIvaVKKxRTDlWWWU1DP)
{% endstep %}

{% step %}
Set the expiration for the API client. Choose an expiration option that fits your integration needs. For instance, select **Never Expires** if you want the token to remain valid indefinitely.

![](/files/tvFzwn2BiN5fKfOXOPbg)
{% endstep %}

{% step %}
Provide a notification email ID. This ensures your team gets notified whenever a new authentication token is created or if there are updates related to the API client.

![](/files/R9tjWrrZqrKOzNCWdR22)
{% endstep %}

{% step %}
Click **Create** to finalize the API client setup.

![](/files/EPGbeFajwntfl7u9BH1C)
{% endstep %}

{% step %}
After creating the API client, you'll see the client secret details. Make sure to note these details securely, as they'll be required for generating the token.

![](/files/Qt5jKDrkCpH8B11sFjrr)
{% endstep %}

{% step %}
Click **Generate Access Token** to create the authentication token. This token is what your ERP system will use to communicate with Clear Finance Cloud.

![](/files/oansbWIgCCDulNf1DCPp)
{% endstep %}

{% step %}
Your authentication or access token is now ready. This token is unique and should be handled securely.

![](/files/I6TP6YZaVP76pBeglExc)
{% endstep %}

{% step %}
Click **Copy** to copy the token. Share it with your ERP team so they can update the respective fields in your ERP system and start the product integration.

![](/files/5ZuPy5FzjoiIjNT63ffG)
{% endstep %}
{% endstepper %}

That's it! You've successfully created an authentication or access token for product-level integration in Clear Finance Cloud. This token ensures a secure and seamless connection between your ERP system and Clear Finance Cloud products.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cleartax.in/product-help-and-support/for-large-businesses/account-setup-and-settings/generate-authentication-tokens-for-erp-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
