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

# Onboarding Widget

The onboarding widget, available on the right side of the application, will help you set up the organization and invite members to the organization.

To access the onboarding widget, perform the following steps:

1. Click the **Quick Start** ribbon available on the right side of the application.

<figure><img src="/files/CL9Abh9YooO5yfsM9aoJ" alt=""><figcaption><p>Quick Start</p></figcaption></figure>

2. The Quick Start widget appears. Expand **Upload your Logo** drop-down. Click **Upload Logo** button to upload the logo for your organization. Select the required logo and click OK. Click **Mark as Complete** to complete the logo update process. For more information on uploading the logo, refer to [Updating Organization Details](https://docs.linuxfoundation.org/lfx/organization-dashboard/organization-profile#updating-the-https://docs.linuxfoundation.org/lfx/organization-dashboard/organization-profile#updating-the-organization-details-details).

<figure><img src="/files/ESTrwO0d48XM6b1hOkmr" alt=""><figcaption><p>Upload Logo</p></figcaption></figure>

3.Expand the **Claim your Benefits** drop-down and click **Claim Benefits** to claim benefits associated with your organization. Click **Mark as Complete** to complete the benefit claim process. For more information, refer to [Membership](https://docs.linuxfoundation.org/lfx/organization-dashboard/membership).

<figure><img src="/files/mroxVebJVX6TD7fYbcE7" alt=""><figcaption><p>Benefits</p></figcaption></figure>

3. Expand the **Invite your team** drop-down and click **Invite to LFX** to invite your teammate to access the organization dashboard. Click **Mark as Complete** to complete the invitation process. For more information on inviting to LFX, refer to [Inviting an Employee](https://docs.linuxfoundation.org/lfx/organization-dashboard/employee-management#inviting-an-employee).

<figure><img src="/files/rBO56piaHDzHGOAKDImV" alt=""><figcaption><p>Invite to LFX</p></figcaption></figure>

4. Expand the T**rack your Activity** drop-down and click **View Dashboard** to view your organization dashboard. Click **Mark as Complete** to complete viewing of the dashboard. For more information on organization dashboard, refer to [Organization Dashboard](https://docs.linuxfoundation.org/lfx/organization-dashboard/overview#organization-dashboard-components).

<figure><img src="/files/IMKAqKQtrMh1vDlXV63r" alt=""><figcaption><p>Dashboard</p></figcaption></figure>

5. Expand the **Update your Key Contacts** drop-down and click **View Key Contacts** to view your organization's contacts. Click **Mark as Complete** to complete viewing of the contacts. For more information on Employee Management, refer to [Employee Management](https://docs.linuxfoundation.org/lfx/organization-dashboard/employee-management).

<figure><img src="/files/BBhs1RKv5Ii6WvC14yNU" alt=""><figcaption><p>Key Contacts</p></figcaption></figure>

6. Once you complete all the activities, you can see the completed tasks along with the green tick mark under the completed tasks, and the green check with **Get Started** appears on top of the widget.

<figure><img src="/files/vhJKwc08bH2jV5cfMsIe" alt=""><figcaption><p>Completed Tasks</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/organization-dashboard/organization-dashboard-v1/onboarding-widget.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.
