# Profile Image

{% hint style="info" %}
Profile Image UI component doesn't use the Primitive/Variant system. Instead it uses two prefabs combined.&#x20;
{% endhint %}

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

## Profile Image structure in Unity

### Profile Image prefab

* Profile Image

Profile Image uses a mask so you just have to change the sprite.

*Find it in FloatGrids/Design System/UI Components/Profile Image*

> We are working on making Profile Image smarter so that it can get attached to a database and display the initials of the user. The goal is to be generated automatically.&#x20;

<figure><img src="/files/kzWh3B64ElijNu8KY1sx" 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.floatgrids.com/ui-components/profile-image.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.
