> For the complete documentation index, see [llms.txt](https://docs.simplifyqa.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplifyqa.ai/marketplace/integration-with-project-management-tools/integrating-simplifyqa-with-jira/simplifyqa-setup-for-integration/steps-to-generate-a-jira-api-token.md).

# Steps to Generate a Jira API Token

In this section, we'll guide you through on how to generate API token in Jira to configure integration.

* **Log in to Jira:** Log in to your Jira account.
* **Click on Your Profile Icon:** On the right side of the Jira dashboard, click on your profile icon (top right corner).

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

* **Go to Manage Account:** From the dropdown, select Manage account.

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

* **Navigate to Security Settings:** Once on your account management page, click on the Security tab.

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

* **Create and Manage API Tokens:** Scroll down to find the API tokens section and click on Create and manage API  tokens.

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

* **Click on Create API Token:** On the API tokens page, click the Create API token button.

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

* **Name the Token:** A pop-up window will appear. Provide a name for your API token.

<figure><img src="/files/3knFbLw9ZNdHbrDRtk9n" alt=""><figcaption></figcaption></figure>

* **Generate and Copy the Token:**&#x20;
  * After naming the token, click on 'Create'.
  * Your API token will be generated and displayed. Copy the token immediately, as it won’t be shown again.

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

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


---

# 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.simplifyqa.ai/marketplace/integration-with-project-management-tools/integrating-simplifyqa-with-jira/simplifyqa-setup-for-integration/steps-to-generate-a-jira-api-token.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.
