> For the complete documentation index, see [llms.txt](https://features.scnd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://features.scnd.com/v2.0/front-office/listing-details-supported-by-ai.md).

# Listing details supported by AI

## Definition

The purpose of the AI feature is to facilitate the creation of listings on the front end for customers. It aids in the generation of titles, descriptions, and conditions using AI, thereby streamlining the process and reducing the time required for minor tasks.

## How it works?

During the listing deposit process, the user has the option to receive support from AI. For more information, refer to the section on Activating the Artificial Intelligence feature.&#x20;

First, the user must select which prompt to use by clicking on the gear icon located in the corner of each field (Figure 1).

<figure><img src="/files/ncOxWaMpec3OljvCz9oa" alt=""><figcaption><p>Figure 1</p></figcaption></figure>

A pop-up will be displayed (Figure 2), allowing the user to select from the predefined prompts configured by the platform administrator. Please, check [**AI Patterns feature**](https://app.gitbook.com/o/azXNS7QsS7i7yvHBE0Vd/s/n4EIoqjZx1xWQIo6LnjB/~/changes/37/v2.0/backoffice-sbo/others/ai-patterns-feature) for information on how to manage and create AI patterns.

<figure><img src="/files/K5cJjlKubVYiznuCIJQW" alt=""><figcaption><p>Figure 2</p></figcaption></figure>

Once the prompt is configured, a lamp ![](/files/yos42ihl66wQqHwyPYq1) icon will appear in the right corner when the user begins typing in the field. By clicking on the lamp icon, a suggested text will be displayed. To add the suggested text to the field, the user simply needs to click on it, and the field will be automatically populated with the suggestion (Figure 3).

<figure><img src="/files/TTD87bCoA5px9FSah6VX" alt=""><figcaption><p>Figure 3</p></figcaption></figure>

Currently, this feature has only been implemented for the following fields:

* Title
* Description
* Rules & Conditions


---

# 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://features.scnd.com/v2.0/front-office/listing-details-supported-by-ai.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.
