# Widgets

Widgets are navigation buttons located in your platform's sidebar, helping users easily access key areas. You can customize these widgets through **Settings > Widgets**.

## Home Widget

The Home Widget determines what non-admin users see first when they access your platform. You can choose between your **Courses** page or your **Community** as your home widget. For example:

* If the **Community** is set as the home widget, non-admins will land on your community upon login.
* If the **Courses** page is set as the home widget, non-admins will land on your courses page upon login.

***

## **Community Widget**

When the **Courses** page is set as the home widget, you have the option to show or hide the **Community Widget** in the sidebar. Hiding the Community Widget will prevent users from viewing or accessing your community.

Additionally, you can customize the **Community Widget Label**—the name that appears in the sidebar—for more personalized navigation.

***

## **Courses Widget**

When the **Community** is set as the home widget, you have the option to show or hide the **Courses Widget** in the sidebar. Hiding the Courses Widget will prevent users from viewing or accessing your courses.

You can also modify the **Courses Widget Label**, which appears in the sidebar, to suit your platform's branding and structure.

***

## **Custom Widgets**

Custom Widgets allow you to create navigation buttons that link to external URLs. These widgets will appear in the sidebar like the default widgets.

To create a Custom Widget:

1. Click **New Widget**.
2. Assign a **Widget Label**, which is the name that appears in the sidebar.
3. Select an **Icon** for the widget.
4. Specify the **Widget URL** where users will be directed when they click on it. This URL will open in a new tab.


---

# 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://help.intellectra.io/manual/widgets.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.
