> 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/create-site.md).

# Adding a Site

To add a site, navigate to the **Sites & Zones** tab.

{% hint style="info" %}
One account can have a maximum of 200 active sites. There is no maximum number of archived sites.
{% endhint %}

## Entering the details for the site

Click the **New Site** button. You need to complete each field from the **New Site** box.

![csite1](/files/a5e062bf93f147448f7e76867ef4b9797835fcfa)

* **Name:** add name to the source of your traffic.
* **Description:** add a brief description. If your source qualifies for Premium status, then this description will be displayed to advertisers.
* **Type:** determine the type of source you will be sending traffic from. Please be aware that choosing the wrong option may prevent you from receiving the correct advertising and could negatively impact the revenue potential:
  * **Website:** you send traffic from a website. This is the default option.
  * **Mobile App:** you send traffic from a mobile app.
  * **Network:** you send traffic from multiple sources: apps, websites, emails, etc.
  * **Email:** you send traffic from an email newsletter sent to your user database.
* **URL:** Add the website URL here, including `https` at the start. This is only required for **Website** and **Network**. If you selected **Network**, add here your **corporate URL**.
* **Category:** Select the category of your traffic. Ensure that the category selection matches the content of the submitted URL accurately. If you select the incorrect category, it may result in the site being rejected.

When you have entered the details, click **Create Site**.

## Site Validation

After clicking **Create Site**, if you set the type as **Website**, you will need to validate the ownership of the site in order to create ad zones. Follow the instructions on the pop-up that will appear:

![site verification](/files/aa09fd371789cb2c45a19099d04dd67c79fb25a1)


---

# 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/create-site.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.
