> For the complete documentation index, see [llms.txt](https://ed.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed.sunbird.org/older-versions/contribute/source-code/workflows/ui-user-interface-sunbird-ed-portal/component-style-guide-version-1/labels.md).

# Labels

State-indicating labels within the Sunbird-Ed portal play a vital role in communication and user guidance, ensuring that users are well-informed about the status of various elements and processes. For more information please refer to this link <https://sunbird-ed.github.io/sunbird-style-guide/dist/#/labels>

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

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

```html
<div class="sb-label sb-label-table sb-label-primary-100">Review</div>
<div class="sb-label sb-label-table sb-label-success-0">Review</div>
<div class="sb-label sb-label-table sb-label-success-0"><span class="sb-live"></span>Review</span></div>
<div class="sb-label sb-label-table sb-label-warning-0">Review/Warning</div>
<div class="sb-label sb-label-table sb-label-error-0">Error</div>
<div class="sb-label sb-label-table sb-label-gray-0">Review</div>
<div class="sb-pageSection-count sb-label sb-label-xs sb-label-warning ml-8">25/234zne</div>
```


---

# 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:

```
GET https://ed.sunbird.org/older-versions/contribute/source-code/workflows/ui-user-interface-sunbird-ed-portal/component-style-guide-version-1/labels.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.
