# Terms of Service/ Privacy Policy

### Overview

Including a **Terms of Service (ToS)** agreement in the welcome screen ensures that users acknowledge and accept the terms before using the platform.&#x20;

<figure><img src="/files/tBbdMomeTh2IHccsgWCe" alt="" width="563"><figcaption></figcaption></figure>

***

### Steps to Setup ToS

#### **Create a New Terms of Service Entry**

Click on the **Cog Wheel** next to the ToS within the steps list. This will bring up the Terms of Service settings menu.

#### **Fill in the Required Fields**

* **Title:** <mark style="color:red;">Required.</mark> Enter "Terms of Service."
* **Short Title:** <mark style="color:red;">Required.</mark> Use a concise identifier like "TOS."
* **Icon:** <mark style="color:red;">Required.</mark> Select an icon for the section.
* **Description:** Provide a brief message, such as providing instructions for accepting the ToS or links for alternative viewing methods of the ToS.

#### **Add the ToS Content**

In the **Content Editor**, enter the full text of the Terms of Service. Format the text using bold, italics, bullet points, or headings to enhance readability. Optionally, include links to a detailed ToS page if necessary.

#### **Enable Acceptance Requirement**

Toggle the **Acceptance Required** switch **ON** to make ToS acceptance mandatory. In the **Acceptance Text** field, enter a message such as *"Please accept terms of service to proceed."*

***

#### **Save and Apply Changes**

When saving changes to the Terms of Service or Privacy Policy, admins can designate the update as either minor or major.&#x20;

<figure><img src="/files/Sqxb9A8weyLfYcymdlua" alt="" width="563"><figcaption></figcaption></figure>

**Minor** updates prompt only users who have never accepted the Terms of Service or Privacy Policy to do so. Users who previously accepted an earlier version are not interrupted, and their original acceptance timestamps remain unchanged. This allows admins to make small edits or clarifications without forcing re-acceptance across the organization.

**Major** updates require all users to re-accept the updated Terms of Service or Privacy Policy, including users who had accepted earlier versions. This ensures explicit acknowledgment when substantive or legally significant changes are made.

All changes to the Terms of Service and Privacy Policy are automatically recorded in the audit log, providing full accountability and traceability. Acceptance timestamps for both the Terms of Service and the Privacy Policy are also available in user exports from **Admin Portal → Users → Manage Users → Tools → Export Users**, enabling admins to track compliance across the user base.

Click the **Save** button to store the changes.

<figure><img src="/files/JvNPpGdQEfnY5jsO4z8l" alt="" width="563"><figcaption></figcaption></figure>

Log out and re-access the system as a new user or use the **Preview As** button to verify that users will have access to the Terms of Service before proceeding to the domain.


---

# Agent Instructions: 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:

```
GET https://guides.mangoapps.com/admin-guide/domain-settings/getting-started/terms-of-service-privacy-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
