# Terms of Service

There are two types of Terms of Service on our platform - App Terms of Service and System Terms of Service.&#x20;

## System Terms of Service

Every user has to agree to the terms of service before using the system. The terms of service will be displayed to them when first logging onto the app for their initial rental.

### Steps on How to Add **Terms of Service in Admin**:&#x20;

<figure><img src="/files/coRBkVPKFfvhx9keeBSL" alt=""><figcaption></figcaption></figure>

1. Click [**Settings** ](/admin-site/settings.md)on the left side of the dashboard.
2. Select the **Terms of Service** tab.
3. Choose from a variety of options to enter your Terms of Service:\
   &#x20;• Type directly into the text box.\
   &#x20;• Copy and paste text directly into box.\
   &#x20;• Enter an external link by clicking on the link button.

{% hint style="info" %}
Your terms of service may serve well to be reviewed by a lawyer for local compliance. Keep in mind the things you may want to include in this section such as liability, theft, any damage policies, max rental lengths, or anything else that may be specific to your system.
{% endhint %}

When you are finished, be sure to click **Save**. See an example of our Terms of Service [here](/admin-site/settings/terms-of-service/example-of-terms-of-service.md).

## App Terms of Service&#x20;

When a user signs up, they have to accept the Terms of Service of the app and can view them at that time.

![Example of how a User sees Terms of Service on the app](/files/-MgwN96ApQWRp9b_YyTk)

After the sign up, a user can view the app's Terms of Service after they sign up by clicking on the 3 lines on the upper left and selecting Legal as shown below:

![](/files/-MgwN0q82wi63ifm2HN5)


---

# 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://documentation.movatic.co/admin-site/settings/terms-of-service.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.
