# Contributors

As a contributor, you must sign CLA document before you can contribute to a repository. EasyCLA lets you sign CLAs from within a pull request. After you sign a CLA or sign a confirmation of association with your company, the status of your pull request is updated and you can contribute.

You can contribute on behalf of a company or contribute individually by doing one or both of the following tasks:

* ​[Confirm your association with a company that has a signed Corporate Contributor License Agreement](https://docs.linuxfoundation.org/lfx/easycla/v1-deprecated/contributors/corporate-contributor). You write code for your employer and contribute this code to a project on your employer's behalf.
* ​[Sign an Individual Contributor License Agreement](https://docs.linuxfoundation.org/lfx/easycla/v1-deprecated/contributors/individual-contributor). You are contributing code on your own behalf (code that you write on your own time, and not for an employer or using your employer’s facilities or equipment).

{% hint style="warning" %}
**Important:** You should not submit a contribution under an Individual CLA if that contribution is done using time and/or material resources belonging to your company. Instead, you should contribute it under a Corporate CLA signed by your company.
{% endhint %}

Gerrit contributors, see [Contribute to a Gerrit Project](https://docs.linuxfoundation.org/lfx/easycla/v1-deprecated/corporate-contributor#gerrit).


---

# Agent Instructions: 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:

```
GET https://docs.linuxfoundation.org/lfx/easycla/v1-deprecated/contributors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
