> 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/cla-manager/add-or-delete-cla-managers.md).

# Add or Delete CLA Managers

CCLA managers have the following responsibilities:

* Add a company to a project.
* Authorize domain names and email addresses.
* Change the settings to manage your company CLAs.

**To Add or Delete CLA Managers:**

1. ​[Sign in](/lfx/easycla/v1-deprecated/cla-manager/sign-in-to-the-easycla-corporate-console.md) to the corporate console.
2. Click a **company** of interest.

   The CLA Corporate Console shows Signed CLAs.

   ​![Signed CLAs](/files/-M6d7CP_NGZyCvumWjGO)​
3. Click a **CLA**.

   Project Signatures lists the CCLA Managers and Employee Acknowledgements for the project.
4. Do an action:
   * [Add a CCLA Manager](#add-a-ccla-manager)
   * [Delete a CCLA Manager](#delete-a-ccla-manager)

## Add a CCLA Manager <a href="#add-a-ccla-manager" id="add-a-ccla-manager"></a>

1. Click the **plus sign** (+) in the CLA Managers pane.

   The Add CLA Manager dialog appears.

   ​![Add CLA Manager pane](/files/-M6d7_kreSPHViAE5fKe)​
2. Enter the Linux Foundation identification of the CCLA manager who you want to add and click **SAVE**.

   ​![Add CLA Manager](/files/-M6d7hOySJEXfyerhMPR)​

The CCLA manager is listed under CLA Managers.

## Delete a CCLA Manager <a href="#delete-a-ccla-manager" id="delete-a-ccla-manager"></a>

1. Click **Delete** next to a CCLA manager to remove that person as a CCLA signatory.
2. Click **DELETE** on the Delete Manager confirmation dialog.

The CCLA manager is removed from under CLA Managers.


---

# 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/cla-manager/add-or-delete-cla-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.
