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

# Installing Components

After [downloading the lowcodera component solution packages](/getting-started/download-components.md#step-2-download-lowcodera-component-package), we need to install the components to your Power Apps Environment.&#x20;

To start the installation, we first to need to make sure the Power Apps Component feature is enabled on your Power Apps environment.&#x20;

## Enable Power Apps Component Feature

As a **Power Platform Admin**, you need to turn on the Power Apps Component feature.&#x20;

* Open <https://admin.powerplatform.microsoft.com/>
* Select the Power Platform Environment and click on **Settings**.&#x20;
* Expand **Product** and select **Features**.

![](/files/ep5GCXb2njg56BufwXmn)

* Make sure, **Power Apps component framework for canvas apps** is turned on. Click on **Save**.

![](/files/pK4rhWE1rCnkBTl0ec7l)

## Import Component Package Solution

Once we enable Power Apps Component feature, we need to **Import the Solution** **Package**. To import the packages, you need to have the permissions of the Environment Admin Role.

* Open <https://make.powerapps.com/>
* From the left navigation, click on Solutions and click on Import from top ribbon.

![](/files/0a81y6WALseLcfzzu8sp)

* Click on **Browse**&#x20;
* Navigate to the folder location of where you downloaded the solution packages
* Select the Lowcodera UI Components zip file
* Press **Next**.

![](/files/7bPO1ZIvt5IdfYaCKiUo)

* Click on **Import**.

![](/files/iCJb1YHH2gI6mM41591P)

* The importing process will take up to 5 Minutes. Once it is imported, you should see a success message.

![](/files/GTk6io0FcSELTEXIKHlv)

* Repeat the steps above to import the lowcodera Data Visualization solution package.&#x20;

![](/files/Ype3y7UAQIOaweXDCBSu)


---

# 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.lowcodera.com/getting-started/installation.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.
