# Introduction

<figure><img src="https://3534497751-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHBhflVf91jxK4ccRhKqv%2Fuploads%2F4N9gwjlqN8vfOIY68zcj%2Fml-introduction-min.png?alt=media&#x26;token=22ace87d-3f93-4cc4-a47e-538ff236bbc3" alt=""><figcaption><p>Introduction to ML</p></figcaption></figure>

Instead of relying on fixed rules, machine learning algorithms identify patterns and make decisions based on the data they receive. This ability to learn from experience makes machine learning particularly useful in various applications.

In traditional programming, developers write specific instructions to solve problems. In contrast, machine learning allows systems to automatically learn from examples and adapt to new information. This difference opens up exciting possibilities for developing intelligent systems capable of performing incredibly complex tasks.


---

# Agent Instructions: 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:

```
GET https://apphp.gitbook.io/artificial-intelligence-with-php/machine-learning/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
