# Terms and Conditions

When the Terms and Conditions setting is enabled, customers are required to agree to the terms and conditions of the sale before the purchase is finalized.&#x20;

The checkout button remains disabled until the checkbox indicating the agreement is marked.

### To enable Terms and Conditions: <a href="#to-enable-terms-and-conditions" id="to-enable-terms-and-conditions"></a>

1. On the *Admin* sidebar, click **Stores**.
2. In the **Settings** section, choose **Configuration**.
3. In the *Sales* section in the left panel, choose **Checkout**.
4. Expand the **Checkout Options** section. Then, set **Enable Terms and Conditions** to Yes.
5. Click **Save Config**.
6. On the *Admin* sidebar, go to **System** > *Tools* > **Cache Management**
7. Choose Flush Cache Storage.

### To add your Terms and Conditions: <a href="#to-add-your-terms-and-conditions" id="to-add-your-terms-and-conditions"></a>

1. On the *Admin* sidebar, click **Stores**.
2. In the *Settings* section, choose **Terms and Conditions**.
3. In the upper-right corner, click **Add New Condition**.
4. In the Terms and Conditions Information section, complete the following:
   1. Enter the **Condition Name** for internal reference.
   2. Set **Status** to Enabled.
   3. Set **Show Content as** to one of the following:
      * **Text** – Displays the terms and conditions content as unformatted text.
      * **HTML** – Displays the content as HTML which can be formatted.
   4. Select each **Store View** where the Terms and Conditions are to be used.
   5. Enter the **Checkbox Text** to be used as the title in the Terms and Conditions pop-up.
      * The default display text near the checkbox is “I agree to terms and conditions”.
   6. In the **Content** box, enter the full text of the terms and conditions of the sale.
5. Click **Save Condition**.
6. On the *Admin* sidebar, go to **System** > *Tools* > **Cache Management**
7. Choose Flush Cache Storage.

![ Terms and Conditions pop-up in Checkout](https://3349962438-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-MJRgt0ZL8UAvID7typS%2F-MJS86HbdauebhsL4zYp%2F17cc8905-9831-4dbd-b37d-eeb42e4644d4.gif?alt=media\&token=49e46ff2-e1de-4d73-9dd5-5f1f8d6ec064)


---

# 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://manual.scandipwa.com/v5.2.0/sales/checkout-configuration/terms-and-conditions.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.
