# Installing Managed Package

## Step 1

Enable Omni Channel in Salesforce by going to Setup --> Search Omni Channel Setup --> Enable Omni Channel.

### <img src="/files/eObMdIa78rnCLwQb6ofB" alt="" data-size="original">

## Step 2

If installing into production, go to the URL given to you by the support team. It should look like this:

{% embed url="<https://login.salesforce.com/packaging/installPackage.apexp?p0=XXXXXXXXXXXXXXXXX>" %}

If installing into a sandbox, modify the URL given to you by the support team to redirect to **test.salesforce.com**. The link should look similar to this:

{% embed url="<https://test.salesforce.com/packaging/installPackage.apexp?p0=XXXXXXXXXXXXXXX>" %}

## Step 3

Install the application for all users.

![](/files/8fsqh3W05qqraN26ufLG)

## Step 4

Add **QTask Manager** permission set to Admin User and all managers that will need access to creating and updating QType definitions.

Setup --> Users --> Permission Sets


---

# 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.qtask.app/installation/installing-managed-package.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.
