> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/pbi-guides/parallels-browser-isolation-administrators-guide/getting-started/adding-applications.md).

# Adding applications

Applications are resources that your users can access in Paralles Browser Isolation.

To add an application:

1. Navigate to the **Application** category.
2. Click the **Add Application** button.
3. Parallels Browser Isolation supports two types of applications:

   * Secure browser: An instance of secure browser. You can create several instances for different users and groups and configure different policies for them.
   * Web application: A standalone web application.

   Depending on the type of application you want to add, click either **Add Secure Browser** or **Add Secure Web Application**.
4. Configure the application settings:
   * **Name**: The name of the application.
   * (Optional) **Description**: The description of the application.
   * (Optional) **Icon**: The application icon.
   * **Start URL**: Depends on the type of application. For secure browser instances, this is the URL of the home page. For the web application, this is the URL of the application.
   * (Web applications only) **Allowed domain**: Additional domains that can be accessed from the application, for example, IdP login pages. You can add several domains simultaneously by clicking the **Add from File** button and selecting a .csv file with the list of domains.&#x20;
   * **Users**: Users who can access the application.
   * **Groups**: User groups that can access this application.
   * (Optional) **Apply policies**: Policies that apply to the application.
5. Click **Save**.
6. Navigate to the card with the application that you want to publish and click the **Publish Application** switch.

Next, you need to [add policies](/landing/pbi-guides/parallels-browser-isolation-administrators-guide/getting-started/adding-policies.md).


---

# 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://docs.parallels.com/landing/pbi-guides/parallels-browser-isolation-administrators-guide/getting-started/adding-applications.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.
