> 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/admin/saas-admin-settings-t-and-c-and-privacy.md).

# T\&Cs and Privacy

As an Administrator/Super Administrator, in **Admin > Settings > T\&Cs and Privacy**, you can manage your network's Terms & Conditions URL and Privacy Policy URL. You can also request all Advertisers and Publishers to re-accept the Terms & Conditions and Privacy Policy after important changes are made to them.

<figure><img src="https://2551497454-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbWd08bYtHMw1HqDKFpBf%2Fuploads%2FsKUeYTpuwNdtrgdFw6wQ%2FT%26C-and-Privacy-tab%20(1).png?alt=media&#x26;token=b6a23e67-adc0-4094-b29f-67a4df10344b" alt=""><figcaption></figcaption></figure>

The tab contains the following fields:

1. **T\&C and Privacy Policy Last Update**: A static information field showing the date the Terms & Conditions and Privacy Policy were last updated. The default value is the network creation/deployment date.
2. **Terms & Conditions URL**: The URL of your network's Terms & Conditions. This is a mandatory field.
3. **Privacy Policy URL**: The URL of your network's Privacy Policy. This is a mandatory field.
4. **Request New Review**: A checkbox that sets a new update date and requires all Advertisers and Publishers to accept the latest T\&C and Privacy Policy at next login.
5. **Update**: Saves any changes made in the tab.

## Updating the Terms & Conditions and Privacy Policy URLs

To update the URLs, fill in the **Terms & Conditions URL** and/or **Privacy Policy URL** fields and then click on the **Update** button.

Both fields are mandatory and cannot be saved empty. These URLs are the same ones used at the bottom of the standard Sign Up form and in the re-acceptance modal.

## Requesting a New Review

To request all Advertisers and Publishers to re-accept the Terms & Conditions and Privacy Policy, tick the **Request New Review** checkbox and then click on the **Update** button. A modal will ask you to confirm the action, as this introduces friction for Advertisers and Publishers.

<figure><img src="https://2551497454-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbWd08bYtHMw1HqDKFpBf%2Fuploads%2FSNC1YsOhlSvHfrZn3vyE%2FRequest-review.png?alt=media&#x26;token=44ceb092-9c50-4627-94dc-55d70b7c2fe2" alt=""><figcaption></figcaption></figure>

Once confirmed, the T\&C and Privacy Policy Last Update date is automatically updated to the current date, and the event is logged in the Audit Logs.

{% hint style="warning" %}
Requesting a new review should only be done for material changes to the Terms & Conditions or Privacy Policy, not for minor updates.
{% endhint %}

## Impacts of Requesting a New Review

### Advertiser and Publisher Accounts

1. Every time an Advertiser or Publisher logs in, the account's T\&C and Privacy Policy Last Accepted Date is checked against the Network's Last Update date.
   * If the account's last accepted date is after the network's last update date, the login proceeds normally.
   * If the account's last accepted  date is before the network's last update date, the user is redirected to the dashboard where a **T\&C and Privacy Policy Update** modal is shown.

<figure><img src="https://2551497454-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbWd08bYtHMw1HqDKFpBf%2Fuploads%2FL0UYnoqpbxCV7bN3h7mZ%2FT%26C-modal.png?alt=media&#x26;token=fdcac252-3792-4dfa-bce1-710bce6f66ca" alt=""><figcaption></figcaption></figure>

2. The modal fully blocks access to the Admin Panel. The user will not be able to click on any tabs or buttons until they tick the acceptance checkbox and click on the **Continue** button.
3. On acceptance, the account's T\&C and Privacy Policy Last Accepted Date (shown on the account's Profile page) is updated to the current date, and the event is logged in the Audit Logs.

### API

The restriction applies at Admin Panel level only. The client API is not affected — API endpoints are not blocked based on T\&C acceptance status.


---

# 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/admin/saas-admin-settings-t-and-c-and-privacy.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.
