> For the complete documentation index, see [llms.txt](https://help.newhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.newhub.com/faq/how-can-i-restrict-qlik-sense-apps-inside-a-stream.md).

# How can I restrict Qlik Sense Apps inside a Stream?

1. **Create a custom property:** &#x20;

* Insert a name&#x20;
* In Resource type check Apps and Users&#x20;
* Insert a value then **Apply**

![QMC -> CustomProperties -> Create new](/files/gpZ5EpoWEJLJIlxZgbwm)

2\. **Assign the custom property to the desired app:** &#x20;

* Add the value previously registered in the custom property and **Apply**

![QMC -> Apps -> Desired App](/files/kFuPOUOXxAPwS8OXHU5O)

3\. **Disable the Security Rule, named as “Stream”**: &#x20;

* Check the box disabled and **Apply**.

![QMC->Security Rules-> Stream ](/files/0xMb7R7ew1EIid5fL2u4)

4\. **Create a security rule:** &#x20;

* Create a rule from template: App Access&#x20;
* Name: insert a name of your choice

![QMC->Security Rules -> Create New ](/files/gkd4HkJKSQ9zjz4JXnKS)

* Resource filter: App\_\*&#x20;
* Actions check the read box

![](/files/gRvKOwX4oFCjOEXgEeBu)

Then in the filter condition, configure like shown below:

![](/files/r0uPZksoyA5FbjZ9BZMf)

* Add one more filter clicking in the plus icon and ungroup it&#x20;
* The condition between the filters will be "OR" and insert the username value like shown below

![](/files/FQ8aXR0ZTsH4jme8A8KT)

All set up! It will look like this:

![](/files/u617cwygNcW9XxcDPRRh)

You can preview the rules clicking in preview&#x20;

Finish by clicking on apply

Before these settings:

![Hub -> StreamTest](/files/y9t7WVDzXApGpM5gt313)

After these settings:&#x20;

![Hub -> StreamTest](/files/9j6IzD75jtnnzwQBp9Ha)


---

# 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://help.newhub.com/faq/how-can-i-restrict-qlik-sense-apps-inside-a-stream.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.
