# AI Features in Aligned Elements

## AI Features

Aligned Elements offers a range of AI (Artificial Intelligence) assisted features designed to enhance efficiency. These features include:

* **Populate Attributes:** Automatically fills in the attributes of a document object by analyzing its related input data.
* **Suggest Traces:** Recommends trace candidates *to* or *from* a document object.
* **Summarize for Title:** Generates a concise and contextually appropriate title for a document object by evaluating its attributes.

{% hint style="info" %}
AI Features need to be configured to be available. Please refer to the [installation manual](https://docs.aligned.ch/installing-aligned-elements-web-server/optional-configuration-of-ai-features) or contact Aligned AG.
{% endhint %}

## Populate Attributes

This feature fills in attribute fields of a document object by analyzing its input data. As input data serve objects tracing *to* this object. Specifying the types of input objects to consider is done in the configuration.

To use this function, **edit** a document object, go to the **"Actions"** menu, and select **"Populate with AI"**. You can then review and further edit the attributes as needed before saving.

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

## Suggest Traces

This feature recommends trace candidates when setting traces *to* or *from* an document object. This is done by evaluating the object’s title, type, and desired trace direction.

To use this function, click on **"AI Suggest"** in the dialog box when setting traces. The suggested objects are marked with a symbol.

<figure><img src="/files/K2RqN4ujE8eLB7De6J1C" alt="" width="375"><figcaption></figcaption></figure>

## Summarize for Title

This feature generates a meaningful and concise title for a document object by analyzing its existing attributes.

To use this function, **edit** a document object and click on the **"AI Summarize for Title"** button next to the title field.

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


---

# 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://docs.aligned.ch/aligned-elements-web-client-user-manual/ai-features/ai-features-in-aligned-elements.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.
