> For the complete documentation index, see [llms.txt](https://docs.motar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motar.com/motar-core-services/intro-to-core-services/studio/digital-thread/iconology.md).

# Iconology

## How to Access the Icon Legend

{% hint style="info" %}
The Icon Legend can be accessed from the Info icon above the Version Tree in Hub or in Studio or above the Listing Name on the Digital Thread tab when editing a listing.
{% endhint %}

**Click** the "Info" icon then **Click** on the "Icon Legend" link. This will open the Icon Legend modal. From here the user will be able to **Click** the "Documentation" link to be directed to a more detailed description of the Digital Thread icons in the MOTAR Public Documents.

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

{% hint style="info" %}
The icon legend pop-up can be moved around and stay on the screen until closed.
{% endhint %}

The user can close the Icon Legend modal by **Clicking** the "X" button located at the top right of the modal.

Icon Types

<table><thead><tr><th width="107" align="center">Icon</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td align="center"><img src="/files/YkXXmahFD2KQwtOm7i6P" alt="" data-size="original"></td><td><p><strong>Authorized -</strong></p><p>A listing that has been marked as the Authoritative Version.</p></td><td></td></tr><tr><td align="center"><img src="/files/Y3TniOcsgyBxbpPhCTZ3" alt="" data-size="original"></td><td><p><strong>Certified -</strong></p><p>A listing that has been marked as Certified to be used as a part of training content.</p></td><td></td></tr><tr><td align="center"><img src="/files/DWEsg99cZlbmZVSuxjn8" alt="" data-size="original"></td><td><p><strong>Not Certified -</strong></p><p>A listing that has not yet been marked as Certified to be used as a part of training content.</p></td><td></td></tr><tr><td align="center"><img src="/files/9n247ChYh5THT0dD55zp" alt="" data-size="original"></td><td><p><strong>Remix -</strong> </p><p>A listing that is made up of assets from different parts of the Version Tree, combined to create an entirely new asset. </p></td><td></td></tr><tr><td align="center"><img src="/files/i090iTD3qlgTK9IfGae3" alt="" data-size="original"></td><td><strong>My Org Listing -</strong> <br>A listing that was created in the Studio Org(s) the user belongs to.</td><td></td></tr></tbody></table>

### Status Types

<table><thead><tr><th width="100" align="center">Icon</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td align="center"><div><figure><img src="/files/HKksmT4n2xjoAop07dKU" alt=""><figcaption></figcaption></figure></div></td><td><strong>Production -</strong> <br>A listing that has been promoted from Sandbox mode to Production.</td><td></td></tr><tr><td align="center"><div><figure><img src="/files/yxkieIJayNSfvPfiinqW" alt=""><figcaption></figcaption></figure></div></td><td><strong>Sandbox -</strong><br>A listing that exists only in Sandbox mode. </td><td></td></tr><tr><td align="center"><div><figure><img src="/files/loGDbDUscvB1Wj9pcG0i" alt=""><figcaption></figcaption></figure></div></td><td><strong>Archived -</strong><br>A listing that has been archived.</td><td></td></tr><tr><td align="center"><div><figure><img src="/files/RZmt9j2k3wo15NRs0p2v" alt=""><figcaption></figcaption></figure></div></td><td><strong>Locked -</strong><br>The current user does not have permissions to view the listing.</td><td></td></tr><tr><td align="center"><div><figure><img src="/files/HJxcJVDn2C52GjrYdKT9" alt=""><figcaption></figcaption></figure></div></td><td><em><strong>Moderation -</strong></em><br><em>A listing that is under moderation. (coming soon)</em></td><td></td></tr></tbody></table>


---

# 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.motar.com/motar-core-services/intro-to-core-services/studio/digital-thread/iconology.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.
