> For the complete documentation index, see [llms.txt](https://help.prequilt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.prequilt.com/admin/sign-up-for-prequilt/using-a-promo-code.md).

# Using a promo code

{% hint style="warning" %} <mark style="color:red;">**ALERT**</mark>: If you have a business, it's a good idea to use your business name as your username. This will be visible to the public as a Market subscriber.
{% endhint %}

## <mark style="color:blue;">Setting up Account with 100% Off Coupon Code</mark>

Follow the below steps to redeem your PreQuilt promo or coupon code that is for 100% off your subscription. Because this code covers the entire cost, you will not need to enter any credit card information.

1. Go to <https://prequilt.com/>.
2. Click on the '<mark style="color:blue;">Pricing/Free Demo</mark>' button in the top right corner.

   <figure><img src="/files/z1WE6xHFeg8FgzbANyJi" alt=""><figcaption></figcaption></figure>
3. Click on the subscription you'd like (Basic or Market - Monthly or Annual).&#x20;

   * **Note:** This example shows me choosing a Monthly Basic subscription.

   <div align="left"><figure><img src="/files/ZoSJaUysftLCIlFDqUNv" alt=""><figcaption></figcaption></figure></div>
4. Fill in your information and then click on '<mark style="color:blue;">Create Account</mark>' button

   * Enter your email address.
   * Create a username.
   * Create a password.
   * Click to agree to the terms

   <div align="left"><figure><img src="/files/8t9c0ECpJLWqwjyKJJrz" alt=""><figcaption></figcaption></figure></div>
5. Double check your email address & username. If correct, click on the '<mark style="color:blue;">Next Step > Checkout</mark>' button.

   * **Note:** If not correct, click on '<mark style="color:blue;">Go back and edit</mark>' to make revisions.

   <div align="left"><figure><img src="/files/t2gzCAJYVn0JAtOFyTEg" alt=""><figcaption></figcaption></figure></div>
6. Click on '<mark style="color:blue;">Apply coupon</mark>'.

   <div align="left"><figure><img src="/files/0MSyqAIOAGDsdMe8ez3Z" alt=""><figcaption></figcaption></figure></div>
7. Enter your promo or coupon code (this example uses a fake code). Then click on the '<mark style="color:blue;">Proceed To Checkout</mark>' button.

   <div align="left"><figure><img src="/files/Eh8m9z6piUgarCzR8NXC" alt=""><figcaption></figcaption></figure></div>
8. A financial summary of your transaction with your discount will be shown. Click on the '<mark style="color:blue;">Proceed To Checkout</mark>' button.

   <div align="left"><figure><img src="/files/AUHTE8MlboAtKM8SYLea" alt=""><figcaption></figcaption></figure></div>
9. Enter your first and last name. Then click on the '<mark style="color:blue;">Next</mark>' button.

   <div align="left"><figure><img src="/files/uoYfFwQyYUSg7g8rrm09" alt=""><figcaption></figcaption></figure></div>
10. Enter your address and then click on the '<mark style="color:blue;">Next</mark>' button.

    <div align="left"><figure><img src="/files/l0ue6RsyatZjkVb8ZZzf" alt=""><figcaption></figcaption></figure></div>
11. Double check your address and then click on the '<mark style="color:blue;">Subscribe</mark>' button.

    <div align="left"><figure><img src="/files/TrrfyKEFuckXpsQtErMe" alt=""><figcaption></figcaption></figure></div>
12. Once completed, you will be redirected to your dashboard. <mark style="color:blue;">Welcome to PreQuilt!</mark>

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


---

# 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://help.prequilt.com/admin/sign-up-for-prequilt/using-a-promo-code.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.
