> For the complete documentation index, see [llms.txt](https://ultimator-wp-doc.templatetrip.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ultimator-wp-doc.templatetrip.com/sidebars-and-widgets.md).

# Sidebars and Widgets

This section shows a list of pre-defined widgets on a page so that you will find it easier when pulling out widgets to set up your site.

1. **Sidebar Area:** You can add widgets here to appear in your sidebar.
2. **Footer Area 1:** This Widget Position will be shown in the first footer area as the first widget position.
3. **Footer Area 2:** This Widget Position will be shown in the second footer area as the second widget position.
4. **Footer Area 3:** This Widget Position will be shown in the third footer area as the third widget position.
5. **Footer Area 4:** This Widget Position will be shown in the fourth footer area as the fourth widget position.
6. **Shop Sidebar:** This Widget Position will be shown in the Sidebar of the shop page(Like Filter).

<figure><img src="https://3285072878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJEytxt6ECqp8EVcfUYET%2Fuploads%2FDRp6WBSVJf56WZ97kPw6%2Fsidebar.png?alt=media&amp;token=ac03bf74-d785-43f5-8a1c-27ffde0d3db2" alt=""><figcaption></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://ultimator-wp-doc.templatetrip.com/sidebars-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.
