> For the complete documentation index, see [llms.txt](https://docs.ns3.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ns3.ai/newsflash.md).

# News Flash

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

### What is News Flash?

News Flash delivers breaking headlines as they happen. Each headline is 1–2 sentences covering the most important developments in crypto, macro markets, and major exchange listings.

News Flash covers four types of events:

* **Major crypto news**: Regulatory actions, market-moving events, protocol changes
* **Macro news**: Economic data, central bank decisions, geopolitical events that can affect crypto markets
* **Major exchange listings**: New token listings on major exchanges
* **Price alerts**: Key price levels for major assets (BTC, ETH, SOL, BNB, etc.)

Examples:&#x20;

* `SEC ends case against Tron founder and crypto billionaire Justin Sun.`
* `Brent crude oil price surges to $91, up 25% over the past 7 days.`
* `$EIGEN listed on Robinhood spot`
* `Bitcoin falls below $68,000`

Headlines marked with **\[BREAKING]** indicate urgent or critical events.

***

### How to receive News Flash

1. Install the NS3 app from the App Store or Google Play.
2. Enable push notifications for News Flash.

Once enabled, breaking headlines appear in two places:

* **Push notification** on your device lock screen and notification center
* **In-app News Flash section** at the top of the Feed tab, showing the latest headline with a timestamp

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

***

### Good to know

* News Flash prioritizes speed. Some headlines may reflect early-stage reporting that is updated as details emerge.
* All headlines are available in 16 languages. Language follows your app settings.


---

# 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://docs.ns3.ai/newsflash.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.
