# Linked Projects

Kalipso lets you to link your Project to other Projects and/or Components. This allows you to divide a Project in several parts and assemble them into one Project.

<figure><img src="/files/5ygq9iOzye0Mclvfjslo" alt=""><figcaption></figcaption></figure>

* **Project** - Name of the project
* **Location** - Folder where the project is located
* **Export** - When a linked Project isn't set to export, it's not deployed along with your Project
* **Type** - You can choose a component (access only to the function) or a project (can edit the source code).

{% hint style="info" %}
The only scenario where you don't want to export a linked Project is when you have bidirectional links. (Project A links to Project B and vice-versa).
{% endhint %}

**Don't listen for changes in Linked Projects** - This checkbox, being active, informs that the active project is not monitoring in real time if changes were made in the project that is being linked to the main project. This is considering that you have both projects open at the same time. Normally whenever the base project is changed, the target project warns the user that changes have occurred. In this case, the option allows that these alerts do not occur.

**Buttons**

In the upper right corner there are three buttons for managing the projects and components to be connected. The buttons allows you to add a project or component, edit or remove an added project or component.


---

# 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://doc.sysdevmobile.com/kalipso5/developing/project/properties/linked-projects.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.
