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

# How to acquire Jira API token?

> Proceed with the outlined steps to acquire Jira API token.

## Step-by-step walkthrough: How to obtain JIRA API token

<Steps titleSize="h3">
  <Step title="Log in">
    Log in to [https://id.atlassian.com/manage-profile/security/api-tokens](https://id.atlassian.com/manage-profile/security/api-tokens).
  </Step>

  <Step title="Create API token">
    Click Create API token.

    <Frame>
      <img src="https://assets.superjoin.ai/images/jira/jira-s1.png" />
    </Frame>
  </Step>

  <Step title="Create API token">
    From the dialog that appears, enter a memorable and concise Label for your token and click Create.

    <Frame>
      <img src="https://assets.superjoin.ai/images/jira/jira-s2.png" />
    </Frame>
  </Step>

  <Step title="Copy API token">
    Click Copy to clipboard, then paste the token in the above section.

    <Frame>
      <img src="https://assets.superjoin.ai/images/jira/jira-s3.png" />
    </Frame>

    <Note>**Note:**   Please note that it isn't possible to view the token after closing the creation dialog.</Note>
  </Step>

  <Step title="Additional info">
    For more details, use JIRA Documentation: [https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/)
  </Step>
</Steps>

## Setting up Jira

<CardGroup cols={1}>
  <Card title="Looking for setup instructions for JIRA?" icon="life-ring" iconType="duotone" href="../Jira/overview">
    Head over to the Jira overview page to get a step by step guide to connect.
  </Card>
</CardGroup>
