> For the complete documentation index, see [llms.txt](https://docs.saas.haut.ai/haut.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saas.haut.ai/haut.ai/haut.ai-features/skingpt.md).

# SkinGPT Overview

This page describes a feature of Haut.AI SaaS Platform that allows you to simulate skin effects for skincare, aging, and environmental impacts.

{% hint style="warning" %}
SkinGPT is offered as a premium feature.

Please contact your account manager to learn more about the pricing and activate this feature.
{% endhint %}

{% hint style="info" %}
SkinGPT section is available [here in SaaS platform](https://saas.haut.ai/app/skingpt)
{% endhint %}

## About SkinGPT

SkinGPT is the first ever skin effects try-on system that utilizes advanced generative AI technologies, such as transformers, to simulate the effects of cosmetic skincare products, aging, and environmental impacts using clinical claims.

For a product-level overview, see [SkinGPT](https://haut.ai/product/skingpt?utm_source=referral\&utm_medium=saas_docs\&utm_campaign=Docs_SaaS_HautAI) on haut.ai.

Read more about the available [SkinGPT Models](/haut.ai/haut.ai-features/skingpt/skingpt-models.md).

## Areas of Application

SkinGPT can simulate any interventions affecting the skin including:

* Environmental impacts (UV damage, air pollution)
* Skincare product application effect
* Aging
* Change in specific skin parameters

## Simulation Capabilities

Key simulation capabilities include:

* Skin attributes (overall, U-zone, and T-zone): redness, pigmentation, uniformness, acne, lines, and skin tone.
* Facial attributes: geometry changes in areas such as the under eyes, lips, nasolabial folds, eyebrows, and jawline.
* Aging simulation: visualize changes from age 18 to 90, including:
  * Year-based progression (e.g., +10 years),
  * Targeted age simulations (e.g., 56 y.o.),
  * Animated aging process with 1-year increments.
* Combined transformations that reflect multiple skin and face attributes simultaneously.

Check the full list of parameters and capabilities: [Parameters of Simulations](/haut.ai/haut.ai-features/skingpt/parameters-of-simulations.md).

## SkinGPT Terminology

* **Parameter** — a single numeric or categorical value that defines a specific aspect of a level. Parameters control how an effect is visualized by shaping individual features. A collection of parameters forms a level, and adjustments to these parameters result in different simulation outputs.
* **Level** — a vector of parameters that defines a specific transformation or state within a simulation. A level can represent a point in time (e.g., +10 years), or a variation in effect intensity (e.g., minimum, medium, or maximum severity). Each level corresponds to a distinct stage within an effect.
* **Effect** — a group of related levels that together represent a full transformation category, such as aging, pigmentation, or acne. Effects provide the overall context, while levels define the granularity and progression within that context.

## Availability of Application

SKinGPT available via API. See the detailed API doc: [API for SkinGPT](/haut.ai/developers/saas-api-overview/api-for-skingpt.md).

***

{% hint style="warning" %}
Not a Haut.AI client yet?
{% endhint %}

<a href="https://haut.ai/book-a-demo?utm_source=referral&#x26;utm_medium=saas_docs&#x26;utm_campaign=Docs_SaaS_HautAI" class="button primary" data-icon="user-vneck">Book a demo</a> <a href="https://haut.ai/product/skingpt?utm_source=referral&#x26;utm_medium=saas_docs&#x26;utm_campaign=Docs_SaaS_HautAI" class="button secondary" data-icon="external-link">SkinGPT on haut.ai</a>


---

# 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://docs.saas.haut.ai/haut.ai/haut.ai-features/skingpt.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.
