# Deploy Custom App

To add custom app to the cloudsense cluster, a source repo with the app, needs to be connected to pull the code. To do that, click on Repository option from the left navigation pane and then click on "Connect Repository" button as shown below

![](/files/fJ8PPmEXIIk6JjyGOCb4)

On this screen, provide information about the repository for Cloudsense to pull the code. User has an option to select GilLab or Github from the first dropdown menu. Provide URL of the repository and Token for security and authentication. Click Connect button to connect with the repo.

![](/files/570xS4KpP3U6husZHkrU)

![](/files/WuuHqWMdNUNrJMGJZkUv)

All the connected repositories appear under repository section and will be available from custom app deployment tab

![](/files/i6GoPhvRGiRJIIfmPQr5)

One all the repository of the custom apps are connected. Use Custom App option from left Navigation Menu and click on "Configure App" button to configure the custom app.

![](/files/zdmAMULC6p3VjAArtChW)

On this screen configure custom app by providing Application Name, connected repository URL, a directory path to custom app and description. Click "Configure" to deploy app.

![](/files/jrQRMj0kerS8XZrWmVkb)


---

# 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:

```
GET https://docs.ulap.co/guides/deploy-custom-app.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.
