# Jenkins

To view your deployment data, you must integrate your CI/CD tool with Typo. Once integrated you can configure the settings using the configure button present on the top right corner.

### Step 1: Navigate to Settings

Navigate to Settings > Integration, and scroll down to view the CI/CD Tool section. Click on the connect button beside the Jenkins.

<div align="left"><figure><img src="/files/ZZ5aIAFUp0EHSN9DlcC6" alt="" width="563"><figcaption></figcaption></figure></div>

### **Step 2: Generate Token**

#### Steps to generate the access token

1. Sign in to your Jenkins account
2. Click on your username at the upper right corner, and then select 'Configure'
3. Select 'Add a new token'
4. Enter a name for the token and click on 'Generate' (please don't add expiration to the token)
5. Copy the new token (don't forget to save the token somewhere safe)

#### **Step 3:** Connect Access Token with Typo

Go back to the Typo dashboard & enter the Jenkins URL, Jenkins User ID & the access token created in the last step. Click on Connect.

And you are done! You will have all your deployment data in your dashboard now. You can configure it as per your requirements by following the steps mentioned in this link - [Deployment](/typo-help-docs/configurations/ci-cd-deployment.md)


---

# 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://typo.gitbook.io/typo-help-docs/getting-started/integrations/ci-cd-tool/jenkins.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.
