> 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/easycla/v1-deprecated/project-managers.md).

# Project Managers

As a project manager, you have responsibilities to manage a project’s GitHub organization or Gerrit instance, members, repositories, and legal aspects like the CLA. You use the CLA Management Console to set up CLA.

To Set Up CLA:

1. ​[Sign in to the CLA Management Console](/lfx/easycla/v1-deprecated/project-managers/sign-in-to-the-easycla-management-console.md)
2. [Install the EasyCLA Application](/lfx/easycla/v1-deprecated/project-managers/install-the-easycla-application.md).
3. ​[Add a CLA Group](/lfx/easycla/v1-deprecated/project-managers/add-a-cla-group.md).
4. ​[Add Contributor License Agreements](/lfx/easycla/v1-deprecated/project-managers/add-contributor-license-agreements.md).
5. [Add/Remove GitHub Repositories](/lfx/easycla/v1-deprecated/project-managers/add-github-repositories-to-cla-monitoring-or-remove-them-from-cla-monitoring.md) Or [Add/Delete Gerrit Instances](/lfx/easycla/v1-deprecated/project-managers/add-gerrit-instances-to-cla-monitoring-or-delete-them-from-cla-monitoring.md)

At any time, you can change the settings to manage your project's CLA monitoring, and do other management tasks:

* ​[View Current and Previous CLA PDFs](/lfx/easycla/v1-deprecated/project-managers/view-current-and-previous-cla-pdfs.md)​
* ​[Manage CLA Group Details](/lfx/easycla/v1-deprecated/project-managers/manage-cla-group-details.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.linuxfoundation.org/lfx/easycla/v1-deprecated/project-managers.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.
