> For the complete documentation index, see [llms.txt](https://coldscrape.gitbook.io/coldscrape-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coldscrape.gitbook.io/coldscrape-knowledge-base/email-guides/power-words-and-phrases.md).

# Power Words & Phrases

* \#1 \_\_\_\_\_\_\_\_ recommended
* \_\_\_\_\_\_’s choice
* \_\_\_\_\_\_-resistant
* act now
* action steps
* action-oriented
* action-packed
* advanced
* all-in-one
* all-star lineup
* amazing
* at last
* at your fingertips
* attention
* automatic
* auto-pilot
* available 24 hours per day, 7 days per week
* available morning, noon and night
* behind the scenes
* blockbuster
* bonus
* boost
* breakout
* breakthrough
* bright
* brutally honest
* built for life
* built to last
* by popular demand
* change
* charter
* cheap
* comfort
* competitive
* complete
* conspiracy
* convenience
* craftsmanship
* create
* critically acclaimed
* destiny
* dramatically increase
* eager
* easy assembly
* easy care
* easy to understand
* easy-access
* easy-to-use
* empower
* endless possibilities
* energize
* exciting
* exclusive
* experience
* expertly crafted
* explode
* extra
* extraordinary
* eye-popping
* fact
* fabulous
* fabulous news
* finally
* fine-toothed comb
* first
* focus
* foremost
* free
* free delivery
* free shipping
* from scratch
* fully assembled
* good news
* grand opening
* great news
* guarantee
* guaranteed
* hands-free
* hard-hitting
* heavy duty
* helpless
* hidden
* high-profit
* hope
* hottest
* howto
* important
* improved
* In a hurry?
* increase
* incredible
* innovation
* inside
* insider
* instant
* instantly
* instrumental
* Introducing!
* Irresistible
* knockout
* laboratory tested
* last minute
* latest
* leap frog
* leave \[them] eating your dust
* limited
* long-term
* love
* low-cost
* magnetic
* major breakthrough
* master
* maximize
* measurable results
* mind-blowing
* minimal work
* most trusted
* never-before-seen
* next level
* new
* newly discover
* no expertise required
* no obligation
* No problem!
* no strings attached
* no-holds-barred
* nonstop
* now
* on demand
* only
* off the charts
* official \_\_\_\_\_\_\_
* overcome
* pales in comparison
* paralyzed
* peace of mind
* perfect fit
* personal service
* powerful
* powerhouse
* premiere
* prestigious
* private
* profitable
* proven
* pull no punches
* quick
* quickly
* quickly and easily
* ready to ship
* real-world
* recognized
* reduced
* relief
* remarkably \_\_\_\_\_\_\_\_
* results
* responsive
* reveal
* revealed
* revealing
* riveting
* rush delivery
* satisfaction guaranteed
* save
* scientific
* secret
* secret weapon
* seize
* shocking
* shortcut
* shrewd
* simple
* sneak preview
* startling
* step-by-step
* surprising
* surrender
* taboo
* tested
* time-sensitive
* time-tested
* trade secret
* transform
* tricks
* true-to-life
* trust
* ultimate
* ultra-simple
* unbelievable
* uncovered
* understand
* unlimited
* unparalleled
* unrestricted
* unrivaled
* unsurpassed
* urgent
* vibrant
* vindication
* wanted
* we pay the tax
* without breaking the bank
* worldwide delivery


---

# 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://coldscrape.gitbook.io/coldscrape-knowledge-base/email-guides/power-words-and-phrases.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.
