# Generate Access Token

Access tokens allows you to securely integrate your applications with Fincart. This token ensures that your API calls are authenticated and linked to your merchant account. Use this guide to generate or retrieve your access token.

## Steps to Generate or Retrieve Your Access Token

* **Log in to the** [**Merchant Portal**](https://fincart.io/login)

<figure><img src="/files/cBRMs07HmbKFEH7cO48A" alt=""><figcaption></figcaption></figure>

* **Access the Token Management Page**
  * From the top-right corner of the page, click on the profile dropdown menu.
  * Select **Access Token** from the menu options.

<figure><img src="/files/eSgqebXOH5zrjd0FMl0f" alt=""><figcaption></figcaption></figure>

* **Check for an Existing Token**
  * If a token already exists, you will see it displayed on the Access Token page.
  * Click the **Copy** button to copy the token to your clipboard for use in integrations.
* **Generate a New Token (If None Exists)**
  * If no token is available, you will see a **Generate Token** button.
  * Click the button to generate a new access token.
  * The page will display the newly created token. Make sure to copy it.

## Notes

* Each token is unique and associated with a single merchant account.
* If you encounter issues while generating or retrieving your token, please contact support.
* Keep your token secure and avoid sharing it with unauthorized users.
* Tokens are required for all API calls; without a valid token, your requests will fail.


---

# Agent Instructions: 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:

```
GET https://fincart.gitbook.io/fincart-api/access/access-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
