> For the complete documentation index, see [llms.txt](https://learn.withessential.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.withessential.com/revenue/quotes/set-quote-validity-and-reactivate-an-expired-quote.md).

# Set quote validity and reactivate an expired quote

Every new quote starts with your business's default validity period. The initial default is 30 days, and the allowed range is 1–3650 days. To change it, open **Settings → Quotes → Quote**, enter the number of days under **Default quote validity**, and select **Save changes**. The new default applies to quotes created afterward; it does not rewrite existing quotes.

On a draft quote, use **Quote validity (days)** to keep the default or set a different period for that quote. Essential starts the validity period when the quote is first sent; resending does not restart it. The preview shows the final day under **Valid through**, and the quote remains valid through the end of that day in your business's timezone.

Built-in quote templates show **Valid through** on the document. If your saved template is still an untouched copy of a built-in template, Essential updates it to include the date. Customized templates remain unchanged; add the **Valid through** variable in Settings → Quotes if you want the date on one. The customer also sees **Valid through …** at the top of their quote page whenever a deadline is set.

When the deadline passes, the quote shows **Expired**. The customer can no longer view or sign it, it leaves the Customer Portal's Action Required list, and its automatic quote follow-ups stop for good — the sequence is closed, not paused, so reactivating never resumes it.

Quotes that were already sent before quote validity was introduced keep working without a deadline, so releasing this feature does not unexpectedly block a customer. To add the first deadline, open the quote's three-dot menu, select **Set Quote Validity**, choose the number of days from today, and save.

To make an expired quote available again without changing its contents, open its three-dot menu and select **Reactivate**. Choose how many days it should remain valid starting today, then select **Reactivate quote**. Essential calculates a new expiration date and the existing customer link works again. Reactivating never emails the customer by itself, and any automatic follow-ups that were stopped by the expiration stay stopped. To send the quote to the customer again — and start a fresh follow-up sequence — use **Resend** after reactivating.

If the expired quote needs changes instead, select **Revert to Draft** from the same menu. This keeps the link unavailable, stops pending follow-ups, and reopens the quote for editing. Send it again when it is ready; the new send starts a fresh validity period.

You can also replace the expiration before it passes. Open the three-dot menu on an unsigned quote, select **Extend validity**, enter a new number of days, and save. The new period starts today.

> **Where to find it:** Settings → Quotes → Quote → Default quote validity; or open a draft quote → Quote validity (days). On a sent quote, open the ... menu for Set Quote Validity, Extend validity, Reactivate, or Revert to Draft.

## Related guides

* [Create a quote](/revenue/quotes/create-a-quote.md)
* [Send a quote to a customer](/revenue/quotes/send-a-quote-to-a-customer.md)
* [How a customer reviews and signs a quote](/revenue/quotes/how-a-customer-reviews-and-signs-a-quote.md)
* [Quote statuses and lifecycle](/revenue/quotes/quote-statuses-and-lifecycle.md)
* [Void a quote, resend it, or view what the customer sees](/revenue/quotes/void-a-quote-resend-it-or-view-what-the-customer-sees.md)


---

# 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://learn.withessential.com/revenue/quotes/set-quote-validity-and-reactivate-an-expired-quote.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.
