> For the complete documentation index, see [llms.txt](https://docs.nebotheme.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nebotheme.com/themes/yaffo/sidebar-and-widgets.md).

# Sidebar & Widgets

A sidebar is a vertical content area that displays to the right of your main content/post area. You customize your sidebar by stacking up different widgets that display a variety of things.

To add in your preferred sidebar, navigate to **WP Dashboard > Appearance > Customize > Layouts**

Below, choose whether to include the Sidebar element, have the content displayed on the left or right, or on the Full-width.

<div align="center"><img src="/files/-MIZwBC-kv5ce0Nusr7J" alt=""></div>

## **Adding Widgets to Your Sidebar**

To add, remove, or edit your sidebar widgets, navigate to **WP Dashboard > Appearance > Widgets**\
On the left, you will see a list of the **available widgets** to choose from. \
On the right, you will see **the widget areas** in the theme.

To add a widget to your sidebar, simply drag & drop a widget on the left into the widget area.

![](/files/-MIZwBC1PxGYs7T05yJV)

## Custom nebotheme widgets

Yaffo includes several custom nebotheme widgets that you can add to your sidebar.&#x20;

![](/files/-MJ74tlaFkuHO_GWMM-n)


---

# 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.nebotheme.com/themes/yaffo/sidebar-and-widgets.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.
