> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/oc-list/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/oc-list/user/how-to/update-status-bar-color-code.md).

# Update Status Bar color Code

User can easily view the status of the articles present in the list by it color code. When user drag articles from article search and drop in the OC- list, the status of the article will be represented by color bar.

<figure><img src="/files/lpWNyI8blycX69jXNfxP" alt=""><figcaption><p><em>Color Bar representation in the list</em></p></figcaption></figure>

How can we change the color code?

Different type of article’s status such as Draft, Usable, Done, Withheld, withheld, cancelled, DraftyMcDraftFace, PrintPublisher have a separate color code. These colors can be assigned manually in Status Map Plugin.

<figure><img src="/files/o5nYtUB3sKPHJ6rSA3Pg" alt=""><figcaption><p>Status Map</p></figcaption></figure>

<figure><img src="/files/03zkno2qf04g07jDANVA" alt=""><figcaption><p><em>Status Map Configurations</em></p></figcaption></figure>


---

# 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.navigaglobal.com/oc-list/user/how-to/update-status-bar-color-code.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.
