> For the complete documentation index, see [llms.txt](https://knowledgebase.qommentary.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.qommentary.com/getting-started/troubleshooting/qlik-sense-connectivity.md).

# Qlik Sense connectivity

1. Download and install [Postman](https://www.postman.com/downloads/) on the Qommentary instance
2. Download the [Postman Qlik Sense QRS API collection](https://www.qommentary.com/downloads/postman/Qlik%20Sense%20QRS%20API.postman_collection.json)
3. Launch Postman
4. Go to **File > Import** and load the *Qlik Sense QRS API collection*
5. Update the hostname to reflect your environment<br>

   <figure><img src="/files/TFuFKoDWwuIW2qylFSX6" alt=""><figcaption></figcaption></figure>
6. On the *Headers* tab, update the **X-Qlik-User** key with a Qlik Sense root admin account<br>

   <figure><img src="/files/3YPAXcLxN13xlpNwLZ8W" alt=""><figcaption></figcaption></figure>
7. Go to **Settings**

   <div align="left"><figure><img src="/files/hEjcX68QjbU4F1vDbsyG" alt="" width="110"><figcaption></figcaption></figure></div>
8. Under *Certificates*, click on **Add Certificate**

   <figure><img src="/files/GBbrfPF98o63Modeuf2d" alt=""><figcaption></figcaption></figure>
9. Enter the hostname, port, QlikClient certificate passphrase and load the PFX file pointing to the Qlik Sense client.pfx certificate which you exported from the QMC<br>

   <figure><img src="/files/kACCgsHvMOmjkqsZ05cS" alt=""><figcaption></figcaption></figure>
10. Click on **Send**

If the Qlik Sense connectivity is successful, you should see a response with the total number of users in Qlik Sense

<figure><img src="/files/4HlWAVzZgb0sQ9gypwW0" alt="" width="483"><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://knowledgebase.qommentary.com/getting-started/troubleshooting/qlik-sense-connectivity.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.
