> For the complete documentation index, see [llms.txt](https://docs.exads.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exads.com/ad-server/saas-introduction-network-owner.md).

# Introduction

The EXADS Admin Panel provides a single interface for you to manage all aspects of your business, from the Ad Server as a whole to both Advertiser and Publisher accounts.

Several features are available for those that manage Ad Servers, enabling them to administer all of the accounts that they control.

<table data-header-hidden="false" data-header-sticky data-search="false"><thead><tr><th>Feature</th><th>Uses</th></tr></thead><tbody><tr><td>Role Based Access</td><td><a href="/ad-server/admin/saas-admin-users.md#ad-server-roles">Role-based access</a> enables users to have varying levels of permissions when accessing the Admin Panel.</td></tr><tr><td>Quick Navigation</td><td>The <a href="/ad-server/the-navigation-bar/saas-quick-nav-menu.md">Quick Navigation menu</a> allows you to instantly see the Admin Panel as an Advertiser, Publisher or both.</td></tr><tr><td>Ad Server Dashboard</td><td>The <a href="/ad-server/saas-dashboard.md">Ad Server Dashboard</a> allows you to see at a glance how your Ad Server is performing.</td></tr><tr><td>Ad Server Statistics</td><td>You can see comprehensive <a href="/ad-server/saas-network-reports.md">statistics reports</a> for your Ad Server and filter it by Advertiser and Publisher.</td></tr><tr><td>Accounts tab</td><td>The <a href="/ad-server/accounts/saas-using-the-accounts-tab.md">Accounts</a> tab allows you to add, edit and archive accounts on your Ad Server. It also allows you to log in as any user on your Ad Server.</td></tr><tr><td>Sites &#x26; Zones</td><td>The <a href="/ad-server/saas-sites-zones-tab.md">Sites &#x26; Zones</a> tab allows you to manage, edit, filter and navigate to all the sites and zones available in your Ad Server and by Publisher.</td></tr><tr><td>Campaigns</td><td>The <a href="/ad-server/saas-campaigns-tab.md">Campaigns</a> tab allows you to manage, edit, filter and navigate to all the campaigns available in your Ad Server and by Advertiser.</td></tr><tr><td>Payments</td><td>The <a href="/ad-server/payments/saas-payments-setup.md">Payments</a> tab allows you to manage all transactions for Advertisers and Publishers on your Ad Server.</td></tr><tr><td>Admin</td><td>The <a href="/ad-server/admin/saas-admin-users.md">Admin</a> tab allows you to configure the settings of your Ad Server. It also allows you to add, edit, and delete admin users of your Ad Server.</td></tr></tbody></table>


---

# 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.exads.com/ad-server/saas-introduction-network-owner.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.
