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

# Global Threat of GI Cancers

Gastrointestinal cancers, particularly **stomach and colorectal cancer**, are on the rise worldwide. Early-stage cancers often remain asymptomatic for years, leading to delayed diagnoses and poor patient outcomes. The need for **AI-powered early detection and continuous monitoring systems** has never been greater.

#### **Key Risk Factors Driving Cancer Growth**

* Helicobacter pylori infection increases the risk of stomach cancer by 2 to 6 times.
* Chronic gastric inflammation leads to a 6-fold increase in atrophic gastritis, progressing to 10-20 times higher cancer risk.
* Inflammatory Bowel Disease (IBD), including Crohn’s disease and ulcerative colitis, significantly raises the risk of colorectal cancer (up to 7 times higher in severe cases).
* 80-85% of colorectal cancer cases originate from precancerous polyps, making early detection critical.

#### **Gastrointestinal Cancer Statistics**

**United States**

* **Colorectal cancer (15.7%)** is the **second leading cause of cancer-related deaths** in the U.S.
* **Stomach cancer (4%)** is a growing concern, though less common than colorectal cancer.
* Digestive cancers make up **19.7%** of all cancer cases in the U.S., ranking **third** among cancer categories.\
  \&#xNAN;*(Source: 2022 American Cancer Society)*

**Global Trends**

* **Colorectal cancer (9.6%)** is among the **top 3 most common cancers worldwide**.
* **Stomach cancer (4.9%)** is prevalent in high-risk regions like **East Asia, Europe, and Latin America**.
* Digestive cancers account for **14.5%** of all cancer cases globally, making them the **#1 category** of cancer incidence worldwide.\
  \&#xNAN;*(Source: 2024 WHO Report)*


---

# 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.apex-ai.ai/business-overview/quickstart.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.
