> 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/v2-current/ccla-signatories/review-and-sign-a-corporate-cla-by-request.md).

# Review and sign a Corporate CLA by Request

{% hint style="info" %}
**Note:** The CLA Signatory does *not* need to have a Linux Foundation Single Sign-On (SSO) account to sign a corporate CLA.
{% endhint %}

To sign the CCLA, after someone else has coordinated the CCLA signing process and designated you to sign:

1. Look in your email inbox for a CLA Sign Request email and open the email.
2. Click **the link** in the email to review and sign CLA.​\
   The "Preparing CCLA" dialog opens.

![Preparing CCLA](/files/-MF5PMi1aBnPO-7SXZ-V)

3\. After the CCLA preparation is complete, click **Sign CCLA**.

![CCLA ready for Signature](/files/-MIOOECjXPlJNBroEiMH)

{% hint style="warning" %}
EasyCLA [automatically screens organizations](/lfx/easycla/v2-current/automated-sanctions-screening.md) against government sanctions lists when the CCLA is prepared. If your organization is flagged by the screening, the dialog shows **Unable to Prepare CCLA** with a message that the CCLA cannot be completed at this time, and the **Sign CCLA** button remains disabled. If you believe this is an error, or the matter has since been resolved, try again after a few minutes, or contact EasyCLA support via the chat widget.
{% endhint %}

**Result:** You will be redirected to complete the DocuSign process.

4\. Select the check box to agree to use electronic signatures and click **Continue**.

5. Follow the instructions in the DocuSign document to fill in the required fields, sign the CCLA, and click **Finish**.

![](/files/-MB-JO89jlUQo35uuYLh)

{% hint style="info" %}

* After signing the CCLA, you will receive an email from The Linux Foundation confirming that it was signed.
* You can download the signed PDF document by clicking the link from that email, where you will be redirected to The Linux Foundation's website. If the download doesn't start automatically, click **Proceed to Download**. ![](/files/-MDTJwX0jEoY9nH9ahGp)
  {% endhint %}


---

# 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/v2-current/ccla-signatories/review-and-sign-a-corporate-cla-by-request.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.
