> 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/organization-dashboard/dashboard.md).

# Home page

The homepage showcases a summary of all projects that your organization is involved in and focuses on a single foundation/project at a time, providing an easy entry point for users to explore and engage with the open-source community.

The homepage is designed to provide a personalized experience to discover your company's involvement in open-source projects and encourage you to get more involved.

<figure><img src="/files/c8AlxIryfrgS4u3yqgPn" alt=""><figcaption></figcaption></figure>

**Key Features:**

1. **Project Summary:** A summary of a company's projects is at the top of the page, providing a quick overview of their open-source engagement.
2. **Featured Foundation/Project:** The homepage focuses on a single foundation/project at a time, showcasing its details and encouraging users to explore and engage with it.
3. **Easy Navigation:** Users can easily navigate to the **All Projects** view on the "Contributors" page.

{% hint style="info" %}
Start from the **Home** page to quickly access all features of the **Organization Dashboard**.
{% endhint %}

### Accessing Organization Dashboard <a href="#accessing-organization-dashboard" id="accessing-organization-dashboard"></a>

To access your **Organization Dashboard**,

1. Log in to the [Organization Dashboard](https://myorg.lfx.dev/).
2. After logging in, you will see the Home Page as the default page.


---

# 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/organization-dashboard/dashboard.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.
