> For the complete documentation index, see [llms.txt](https://ph.benjtupas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ph.benjtupas.com/notes/quotes.md).

# Quotes That Will Inspire You Daily

Visit daily to jumpstart your day! 🌅

1. "Don’t be afraid to give up the good to go for the great."\
   \- John Rockefeller
2. “What we think, we become”\
   \- Buddha
3. “It always seems impossible until it is done.”\
   \- Nelson Mandela
4. “It only gets better if people work like crazy to make it better”\
   \- Elon Musk
5. “We are our choices. Build yourself a great story.”\
   \- Jeff Bezos, Founder and CEO of Amazon\
   \
   🇵🇭 [**Travel the 82 Provinces of the Philippines**](https://www.benjtupas.com/ph82)<br>
6. “It’s better to have 100 people love you than to have 1,000,000 people like you.”\
   \- Brian Chesky
7. "I find that the harder I work, the more luck I seem to have."\
   \- Thomas Jefferson
8. "Winners value the process of winning"\
   \- John Maxwell
9. "You don’t have to be great to start but you have to start to be great"\
   \- Zig Zigler
10. “The future belongs to those who believe in the beauty of their dreams.”\
    \- Eleanor Roosevelt\
    \
    😍 [**Get up to 50% DISCOUNT on Travel Essentials**](https://www.benjtupas.com/essentials)<br>
11. One day or day one. You decide.\
    \- Unknown
12. "When I retire, I don’t want to have to say: I wish I would have done more"\
    \- Kobe Bryant
13. There are a lot of regrets for not being able to live more.\
    \- Carlo Ople&#x20;
14. Everything compounds: money, skills, and relationships.\
    \- Compressed version of what Ravi Ravulaparthi said
15. "Education is the most powerful weapon which you can use to change the world"\
    \- Nelson Mandela
16. “One day your life will flash before your eyes. Make sure it’s worth watching.”\
    \- Gerard Way

\---

Thanks for reaching this far!

👋 Follow on Instagram [**@benjtupas**](https://instagram.com/benjtupas) to stay updated

🇵🇭 [**Visit the 82 provinces of the Philippines**](https://www.benjtupas.com/ph82)

😍 [**Get up to 50% DISCOUNT on Travel Essentials**](https://www.benjtupas.com/essentials)

See you on the next one. 👋


---

# 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://ph.benjtupas.com/notes/quotes.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.
