# Widgets

Widgets are small pieces of software that you can add to your ContentBox website to perform a specific function. There are several Widgets built into ContentBox that are used for various parts of your website, and you can insert widgets into blog posts and pages to make your website even more dynamic.

Widgets are one of the ways ContentBox is extendable, you can install modules and themes that overwrite existing widgets, or are brand new\... or you can create or customize your own widgets.

Widgets are maintained through the Administrator under `Look & Feel > Widgets`. You can managing existing widgets, upload new widgets, or download widgets from Forgebox.

![](/files/-LA-UkXz84SENtyIsQb5)

In this section of the documentation, you will learn how to develop your own widgets. [To learn how to use Widgets, view Widgets under Using Contentbox here](/v3.x/usage/using-contentbox/look-and-feel/widgets.md)


---

# 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://contentbox.ortusbooks.com/v3.x/developing/developing-for-contentbox/back-end-development/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.
