# Welcome!

Welcome to the DelphAI component information center: an Artificial Intelligence component for Delphi, made entirely in Delphi!

Here we have an explanation of the [component](/delphai/en/overview/readme.md) and how to [install](/delphai/en/overview/how-to-install.md) it, as well as a little about the [developer](/delphai/en/overview/about-the-developer.md).

If you don't have knowledge of artificial intelligence models, EasyAI is a great module for you.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Regression</strong></td><td>Predicts a value based on input data.</td><td></td><td><a href="/pages/6O4fSx4qYHQ9hgD72mdr">/pages/6O4fSx4qYHQ9hgD72mdr</a></td></tr><tr><td><strong>Classification</strong></td><td>Categorizes input data into predefined classes.</td><td></td><td><a href="/pages/szdgDXGAzXFOYjIEw5O4">/pages/szdgDXGAzXFOYjIEw5O4</a></td></tr><tr><td><strong>Recommendation for item</strong></td><td>Suggests relevant items based on the similarities between items.</td><td></td><td><a href="/pages/uqM7hSMBfaFuZeLaxFaU">/pages/uqM7hSMBfaFuZeLaxFaU</a></td></tr><tr><td><strong>Recommendation for user</strong></td><td>Suggests relevant items based on user preferences.</td><td></td><td><a href="/pages/9yUB2qwIHCkIJUVIQl8q">/pages/9yUB2qwIHCkIJUVIQl8q</a></td></tr></tbody></table>

If you want custom models, use [AISelector](/delphai/en/documentation/editor.md) to easily test multiple [models](/delphai/en/documentation/images-and-media.md) and choose the best one for you.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>AISelector</strong></td><td>Allows testing multiple models with different parameters in a single function.</td><td></td><td><a href="/pages/cEHgDv7NGBquDGHeLyQ4">/pages/cEHgDv7NGBquDGHeLyQ4</a></td></tr><tr><td><strong>Regression</strong></td><td>Predicts a value based on input data.</td><td></td><td><a href="/pages/oTy8LTlDAkm3aAWcu9A4">/pages/oTy8LTlDAkm3aAWcu9A4</a></td></tr><tr><td><strong>Classification</strong></td><td>Categorizes input data into predefined classes.</td><td></td><td><a href="/pages/6hSQFISEwbKOcLg57ylf">/pages/6hSQFISEwbKOcLg57ylf</a></td></tr><tr><td><strong>Recommendation</strong></td><td>Suggests relevant items based on the similarities between items or based on user preferences.</td><td></td><td><a href="/pages/rccyXg7LNw2Om0hbNiEz">/pages/rccyXg7LNw2Om0hbNiEz</a></td></tr><tr><td><strong>Clustering</strong></td><td>Organizes data into groups with similar characteristics, without predefined labels.</td><td></td><td><a href="/pages/TWiRSflbon6uK31MG2VY">/pages/TWiRSflbon6uK31MG2VY</a></td></tr></tbody></table>

To see an example of each functionality of this component, open the 'DelphAIExamples' project from the github repository.


---

# 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://delphai.gitbook.io/delphai/en/overview/welcome.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.
