# Steps to create SimplifyQA token

The Simplify token is an essential component for enabling data synchronization in SimplifyQA. It is used to fetch various types of data, including:

* User Details: Retrieves information about users associated with the system.
* Issue Details: Fetches details of issues created or updated for accurate tracking and reporting.

Ensure that the SimplifyQA token is configured correctly to maintain seamless integration and data synchronisation within the SimplifyQA platform

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

* **Click on the Profile Icon:** After logging into SimplifyQA, click on your profile icon located at the top-right corner.

<figure><img src="/files/1uEFjeScK9JBmVGEPrAp" alt=""><figcaption></figcaption></figure>

* **Manage Account:** Select Manage Account from the dropdown menu.

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

* **Go to Security:** In the Manage Account section, click on Security.

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

* **Create and Manage API Tokens:** On the Security page, click on Create and Manage API Tokens under the API tokens section.

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

* **Create Token:** Click on Create Token.

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

* **Name the Token:** A pop-up window will appear. Provide a label for your API token and enter token expiry date.

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

* **Generate and Copy the Token:** Click on Create. Your API token will be generated and displayed. Copy the token immediately as it will not be shown again.

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


---

# 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://docs.simplifyqa.ai/marketplace/integration-with-project-management-tools/integrating-simplifyqa-with-jira/simplifyqa-setup-for-integration/steps-to-create-simplifyqa-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.
