# 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](/movatic-app/rentals/first-rental.md).

![Example of how a user sees the Terms of Service on the App](/files/-MgwKsTPSKruY6Iovg4Q)

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

![](/files/-MgwLmR_lwBrp0pdGzRd)

### Steps on how to add **Terms of Service in admin**:&#x20;

<figure><img src="/files/h2wIG6nMVl3b5AgsuU83" alt=""><figcaption><p>Terms of Service on Admin</p></figcaption></figure>

1. Click [Settings](/admin-site/settings.md) on the left side of the dashboard.
2. Select 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 Changes**. See an example of our Terms of Service [here](/admin-site/settings/terms-of-service/example-of-terms-of-service.md).


---

# 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/quick-start/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.
