> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/project-control-center/v1-prior-version/setup-services-for-a-project/legal-setup-for-a-project.md).

# Legal Setup for a Project

Legal setup of a project allows you to provide information on:

* Legal Details

## Editing Legal Details

To update legal details for a project, perform the following steps:

1.Click on the required project and click **Legal** from the **Operations** tab.

{% hint style="info" %}
You can also navigate to Legal from the Vertical Sidebar navigation menu. Click **Operations** and then select **Legal**.
{% endhint %}

<figure><img src="/files/ZgkDEuAasl0d5duy6uyR" alt=""><figcaption><p>Legal</p></figcaption></figure>

2.The Legal Edit page appears. Click **Edit** to update the legal details.

![Edit  Legal](/files/wijau1FzjdfbwWfsPJfc)

3.The Edit Legal Details page appears. Update the following details and click **Update**:

{% hint style="warning" %}
Based on the type of **Entity Type** selected, the fields will vary accordingly.
{% endhint %}

| **Field**                       | **Action**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Common Name                     | You cannot edit this field. The common name is the name of the project and this field is setup in the Basic setup of a project. You can edit this field in the basic setup.                                                                                                                                                                                                                                                                                                                                                            |
| Formal Name                     | <p>Enter the formal or the legal name of the project.</p><p>For Example:</p><ul><li><strong>Incorporate Project</strong>: ABC Project Inc</li><li><strong>Series LLC</strong>: ABC Series of LF Projects, LLC</li><li><strong>Directed Fund</strong>: ABC Project Fund</li><li><strong>Unincorporated Project</strong>: Use the common name</li></ul>                                                                                                                                                                                  |
| Legal Parent                    | <p>This field provides info on the legal entity of the project.</p><ul><li>You should not enter any values in this field. This information will be gathered from Joint Development Foundation Projects, LLC" or "LF Projects, LLC".</li><li>This field is appliable to Series LLC projects.</li></ul>                                                                                                                                                                                                                                  |
| Parent Object                   | Enter the parent project under which this project is created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Formation Date                  | Enter the formation date or the agreement date when the project was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Dissolution Date                | Enter the dissolution date when the project will be terminated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Entity Type                     | <p>Select the required entity type.</p><ul><li><strong>Series LLC</strong> - Projects that are created under LF Projects, LLC or Joint Development project.</li><li><strong>Incorporated Entity</strong> - Projects that created as separate incorporation where LF provides services under a MSA (Management Services Agreement) to the project entity.</li><li><strong>Subproject</strong> - Projects that are created under Unincorporated projects under the Linux project entity, some of which will be Directed Funds.</li></ul> |
| Incorporation Document          | You can update the incorporation document details here.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Incorporation Document URL      | Enter the incorporation document URL.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Policies URL                    | Enter the policies URL.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Governance Document             | You can update the governance document details here.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Governance Document URL         | Enter the governance document URL.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Manage Services Agreement       | Enter the manage services agreement details.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Manage Services Agreement URL   | Enter the manage services agreement URL.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Manage Services Effectivity     | Enter the manage services effectivity.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Manage Services Expiration Date | Enter the manage services expiration date.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |

![Edit Legal](/files/9QBCYn8HrY9zL0suz2En)


---

# 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.linuxfoundation.org/lfx/project-control-center/v1-prior-version/setup-services-for-a-project/legal-setup-for-a-project.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.
