> 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/project-control-center/v1-prior-version/overview.md).

# Overview

PCC allows you to use various services that are provided by The Linux Foundation which will help the company or foundation to manage and administer the project in an efficient and effective way.

You can access PCC using the following URL:\
[https://projectadmin.lfx.linuxfoundation.org/](https://projectadmin.lfx.linuxfoundation.org)

{% hint style="info" %}
You will get the **access\_denied** message if you are accessing the link for the first time. You need to click [Request Access](https://jira.linuxfoundation.org/plugins/servlet/theme/portal/4/create/358) link to provide your contact details to the support team.

The support team will verify the account, and will authorize the associated SSO account.
{% endhint %}

![Request Access](https://files.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MT_pAMg4FUQlUpKbPvg%2F-MfmW1e2NDd_S0oxsMZN%2F-MfmWy2wYQ61pnJNojf1%2FRequest%20Access.png?alt=media\&token=57b8470f-4905-4019-bf9a-c9bcd9798fd3)

## PCC Features

The following graph illustrates the features offered by Linux Foundation PCC:

![PCC Features](https://files.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MT_pAMg4FUQlUpKbPvg%2F-MfmX72-krTw9VGqSBxS%2F-MfmrOVxRr76IcxBHfFv%2FProject%20Control%20Center.png?alt=media\&token=8716b363-caa8-4c63-bf64-24f46c7c780e)

## PCC Services

Some of the services that are offered through PCC by Linux Foundation are:

![LFX PCC Services](https://files.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MT_pAMg4FUQlUpKbPvg%2F-MfmrV62vUo8Xwf7k-wx%2F-MfnMeFP-9JVkENwxma9%2FLF%20PCC%20Services.png?alt=media\&token=55ea44ef-3f68-490c-b212-f4ea07eea80a)


---

# 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/project-control-center/v1-prior-version/overview.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.
