> For the complete documentation index, see [llms.txt](https://docs.zero.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zero.inc/features/ai-properties/ai-properties-examples/find-latest-news-about-the-company.md).

# Find Latest News about the Company

## **Use case**:

Find latest news about the Company

<details>

<summary><strong>Prompt</strong></summary>

Search the internet for the latest news articles, press releases, or reports about <mark style="color:red;background-color:orange;">**Company**</mark>**&#x20;(**<mark style="color:red;background-color:orange;">**Domain**</mark>**)** published between \[specific date range]. For example, if today is July 26, 2025, include only information published between January 26, 2024, and July 26, 2025. Use only content with a publication or event date explicitly mentioned within this range. Discard anything published outside this range, even if referenced in newer articles.

Disregard any information referencing events or announcements that occurred outside the \[specific date range].

Prioritize reliable and frequently updated sources, such as TechCrunch, Crunchbase, Business Insider, or the company’s official newsroom **(**<mark style="color:red;background-color:orange;">**Domain**</mark>**)**. Avoid aggregated news summaries or sources known to list older events, such as Wikipedia or overview blogs.

Summarize key developments, such as funding announcements, product launches, partnerships, leadership changes, or major operational updates.

Important requirements:

1. **Date Validation**: Ensure all included content has a publication or event date within the specified range. If the date is unclear, exclude the content.
2. **Source Prioritization**: Use trusted sources and avoid secondary or informal sources unless they provide exclusive, verifiable information.
3. **Plain Text Format**: Output in plain text only, with no markdown formatting (e.g., no bullet points, bold, or hyperlinks).

If no recent news is found for the company within the specified date range, explicitly state: ‘No recent news articles, press releases, or reports specific to **Company** were found in the past 6 months.’

</details>

<figure><img src="/files/6q98sMP5MCF1D9Xmx6gS" alt=""><figcaption></figcaption></figure>

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

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


---

# 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.zero.inc/features/ai-properties/ai-properties-examples/find-latest-news-about-the-company.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.
