# Web Scraping Copilot user interface

## Sidebar

The Web Scraping Copilot sidebar provides access to the main features of the
extension, organized in the following views: [Items](#copilot-ui-sidebar-items), [Page Objects](#copilot-ui-sidebar-page-objects), [Spiders](#copilot-ui-sidebar-spiders), [Zyte API](#copilot-ui-sidebar-zapi),
[Extension Status](#copilot-ui-sidebar-status), and [Feedback](#copilot-ui-sidebar-feedback).

> The **Items** view provides details and access to all your [Scrapy
> items](https://docs.scrapy.org/en/latest/topics/items.html#topics-items).
> 
> Specifically, it shows items:
> 
> - Defined in your `items.py` file.
> - Declared as output items by your [page objects](#copilot-ui-sidebar-page-objects).
> - Provided by the installed version of [zyte-common-items](https://zyte-common-items.readthedocs.io/en/latest/index.html).

> The **Page Objects** view provides details and access to all your
> [web-poet page-objects](https://web-poet.readthedocs.io/en/stable/page-objects/index.html#page-objects).
> 
> It also makes it easy to use AI to add new page objects or to update
> some or all fields of existing page objects. See
> [Tutorial for Web Scraping Copilot](../web-scraping/tutorials/copilot/index.md#copilot-tutorial).
> 
> It also helps run, view, manage and debug [tests](https://web-poet.readthedocs.io/en/stable/page-objects/testing.html#web-poet-testing) for your page objects.

> The **Spiders** view provides access to all your [Scrapy spiders](https://docs.scrapy.org/en/latest/topics/spiders.html#topics-spiders), and helps you to run them locally.
> 
> It also makes it easy to deploy them to [Scrapy Cloud](../scrapy-cloud/get-started.md#scrapy-cloud) and monitor their jobs.

> The **Zyte API** view helps you set up [scrapy-zyte-api](https://scrapy-zyte-api.readthedocs.io/en/latest/index.html) to use [Zyte API](../zyte-api/get-started.md#zyte-api).

> The **Extension Status** view helps you set up the [requirements](requirements.md#copilot-requirements) of Web Scraping Copilot, and check if they are
> met.

> The **Feedback** view provides a link to [our issue tracker](https://github.com/zytedata/web-scraping-copilot/issues).
> 
> It may sometimes also include links to surveys or other feedback
> channels.
