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

# AI in the company

*AI technology is improving the performance and productivity of businesses by automating processes or tasks that previously required human power. AI can also make sense of data at a scale that no human ever could. This ability can return substantial business benefits. For example, <mark style="background-color:blue;">**Netflix uses machine learning to provide a level of personalization**</mark> that helped the company increase its customer base by more than 25% in 2017.*

*Most companies have made data science a priority and are making major investments. In Gartner's recent survey of more than 3,000 CIOs, respondents ranked business intelligence and advanced analytics as the top technology differentiator for their companies. The CIOs surveyed see these technologies as the most strategic for their companies; therefore, they are attracting the most new investments.*

*AI has value for almost every function, business, and industry. It includes general and industry-specific applications such as:*

* *<mark style="background-color:blue;">**Using demographic and transactional data to predict how much certain customers will spend over the course of their relationship with a company (or the lifetime value of the customer)**</mark>*
* *<mark style="background-color:blue;">**Optimizing pricing based on customer behavior and preferences**</mark>*
* *<mark style="background-color:blue;">**Using image recognition to analyze X-ray images for signs of cancer**</mark>*


---

# 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://eye-ai.gitbook.io/eye-ai/overview/ai-in-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.
