> 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/my-profile/profile/community-roles.md).

# Community Roles

To view the roles you hold or have been elected to as an active member of the open-source community, follow these steps:

1. Log in to <https://openprofile.dev>
2. Scroll down to the **Community** **Roles** section.

The **Community** **Roles** are populated automatically based on the individual's assigned roles in different project communities. You can view the following information for each role:

* Project Name for which you have the role
* Committee Name
* Role names, such as Lead, Chair, LF Staff, and so on
* Start and end date associated with the role

If you are a point of contact on behalf of your company, which is a partner of the Linux Foundation and its projects, then your role in the context of your employer's participation in the project is also displayed. These roles are assigned by your company administrator during the membership enrollment process.

<figure><img src="/files/BCnCyyC0KH9yRGo2Dx9a" alt=""><figcaption><p>community roles</p></figcaption></figure>


---

# 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/my-profile/profile/community-roles.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.
