> For the complete documentation index, see [llms.txt](https://gita3.keshavaswami.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gita3.keshavaswami.com/part-3-why-not/5.-id-prefer-to-practically-help-the-world./news-of-the-world.md).

# News of the World

The principles of the Bhagavad-Gita are versatile enough to apply in any given situation. Read the following iconic newspaper headlines and consider how you would give a spiritual perspective on them based on the Gita’s teachings. What would be your diagnosis and recommendation?

{% hint style="info" %}
*'The Titanic Sinks’ \[16th April 1912]* - Journalists were still in denial that a ship thought to be unsinkable could have failed so catastrophically.
{% endhint %}

{% hint style="info" %}
*‘Greatest Crash in Wall Street’s History’* *\[25th October 1929]* - The economic crash of 1929, fuelled by uncertainty following an artificial share price boom, was the worst in U.S. history. On 24th October, panicked investors traded an astonishing 12.9 million shares.
{% endhint %}

{% hint style="info" %}
*‘Beatle John Lennon Slain’ \[9th December 1980]* - At 10.49pm, John Lennon was shot in the back four times by Mark David Chapman, a fan who had been stalking him for 3 months.
{% endhint %}

{% hint style="info" %}
*‘War on America’ \[12th September 2001]* - On 11th September 2001, terrorists hijacked four commercial passenger jet airliners, crashing two of them into the Twin Towers and a third into the Pentagon.
{% endhint %}

{% hint style="info" %}
*‘Indonesian Tsunami’ \[28th December 2004]* - Just after midnight on 26th December 2004, an earthquake off the west coast of Sumatra, Indonesia, triggered a huge tsunami, which killed over 225,000 people in 11 countries.
{% endhint %}


---

# 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://gita3.keshavaswami.com/part-3-why-not/5.-id-prefer-to-practically-help-the-world./news-of-the-world.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.
