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

# Sites & Zones

![sites-zones](/files/7e7bab100bd732c5baacb90d4252b71ad02e6017)

As a Publisher, you can create and manage all your sites and zones from the Sites & Zones tab.

## Columns in the Sites tab

![columns-sites](/files/aa327a278a17b6cee9f061722c2f6ae5d8d34cb1)

By default, the Sites tab will show the following columns:

* **Site Name**: The name of the site.
* **Site ID**: The ID number of the site.
* **URL**: The URL of the site.
* **Similarweb**: The site ranking.
* **Date Created**: The date the site was created.
* **Status**: The site status.
* **Type**: The type of the site.
* **Ownership Verification Status**: Shows whether the owner of the site is a verified user or not.
* **Compliance**: Shows whether the site is Verified, Not Verified or Rejected by Compliance.
* **Rejection Reason**: The reason for rejecting the site. More information about rejection reasons [**here**](/publishers/publishers-faq/publisher-compliance/website-rejected-why.md)

## Actions in the Sites tab

![actions-sites-tab](/files/e920661bf19631f492181a44c97a58243ceb3e31)

There are several action icons in the sites table list that allow you to perform various actions.

* **For Verified Sites**: Edit, Archive, Create New Zone
* **For Unverified Sites**: Edit, Delete, Verify
* **For Archived Sites**: Disabled edit, Restore, Disabled Add zone
* **For Compliance Unverified or Rejected**: Edit, Archive, New Zone

## Filtering the Sites tab

You can filter the sites list in several ways:

* **Compliance Status**: Filter by whether the site is Not Verified, Rejected or Verified
* **Date Created**: Filter by the date that the site was created.
* **Ownership Verification status**: Filter by whether the site is Not verified or Verified
* **Rejection Reason**: Filter by the site rejection reason, if the site is rejected due to a compliance audit.
* **Similarweb**: Filter by the rank range using the Minimum and Maximum fields.
* **Site**: Filter by the site name or site ID.
* **URL**: Filter by the URL of the site, if it has one.

When you have chosen your filtering options, click the **APPLY** button to the right of the filtering options. Click **RESET FILTERS** to start again.

## Searching the Sites list

![search-sites](/files/bf44c88a14f5f639d33552bf1e1d169e7e1d2fe2)

You can search the site list by Site Name or Site ID. Click **RESET FILTERS** to reset the search.

## Selecting which columns to show

![select-columns](/files/8f63770c0bb8cbb975ebeed47ca6ec596f913ce0)

You can select what columns to see in the site list tab by clicking General and choosing the columns you wish to show.

## Columns in the Zones tab

![zones-tab](/files/a5f4c020d47bc09853d03f4b755448281a86d2f6)

By default the Zones tab will show the following columns:

* **Site Name**: The name of the site.
* **Site ID**: The ID number of the site.
* **Zone Name**: The name of the zone.
* **Zone ID**: The ID number of the zone.
* **Zone Type**: Shows the type of ad zone.
* **Size**: The size of the ad zone
* **Status**: Shows whether the zone is Archived or not.
* **Blocked Ad Types**: The ad types blocked on the zone.
* **Blocked Products**: The products blocked on the zone.

## Filtering the Zones tab

![filter-zones](/files/173b70b8db8037339f231143efd8d329af4349fb)

You can filter the zones list in several ways:

* **Blocked Ad Types**: Filter by the ad types blocked on the zone.
* **Blocked Products**: Filter by the products blocked on the zone.
* **Site**: Filter by the site name or site ID.
* **Zone Type**: Filter by the type of ad zone.
* **Zones**: Filter by the zone name or zone ID.

## Actions in the Zones tab

![actions-zones](/files/af9f530b9e36ef4392c792b8eea336149dbd847d)

There are four action icons in the zones table list that allow you to perform various actions.

* **Editing a zone**: Click on the Edit icon will take you into the edit zone page.
* **Edit the HTML tag**: Clicking the icon will take you directly to the preview/edit page of the HTML tag of that zone.
* **Copying a zone**: You can easily create a copy of a zone, or copy and then edit that zone’s copy.
* **Archiving/Unarchiving a zone**: You can also archive and restore any zone.

## Searching the Zone list

![search-zone](/files/b69fbaaeaeae5fd7a3d7cfc3b3ccf3ba69cb8c18)

You can search the zone list by Zone Name or Zone ID. Click **RESET FILTERS** to reset the search.

## Drill down on the Sites table list

Clicking on any of the listed sites in the sites table this will take you into the Zones tab filtered by that site.


---

# 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.exoclick.com/publishers/sites-and-zones/sites-and-zones-page.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.
