> 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/sign-in-to-the-easycla-management-console.md).

# Sign In to the EasyCLA Management Console

Project managers sign in to the EasyCLA Management Console to perform the CLA set-up and management tasks.

1\. Go to [https://easycla.lfx.linuxfoundation.org/](https://easycla.lfx.linuxfoundation.org)

2\. On **Projects** card, click **Proceed**.

![Sign in to Management Console](/files/-MLlUu0A5sg-Eo399XBU)

3\. Enter your credentials as the project manager, and click **SIGN IN**.

**Result:** The CLA Management Console appears and lists your assigned projects from the Linux Foundation, for example:

![CLA Management All Projects](/files/-M6ci1dS_my4j2s4Ug8z)

4\. Click a **project name** of interest.

For each project, the CLA Management Console provides the following information:

* **GitHub Organizations** shows the organizations to which you have connected to the CLA Management Console. Organizations are shared accounts where companies and open source projects can collaborate across many projects at once.
* **CLA Groups** shows the CLA groups that you have added to the project. A CLA group defines one or more CLA types that contributors must sign.
  * **GitHub Repositories** shows the repositories that you have configured to require CLA monitoring for pull requests.
  * **Gerrit Instances** shows the Gerrit instances that you have added to require CLA monitoring for pushes.


---

# 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/sign-in-to-the-easycla-management-console.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.
