> 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/drag-and-drop-between-one-oc-list-to-another..md).

# Drag and drop between one OC list to another.

User can drag and drop from one OC-List to another OC-List.&#x20;

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

Copy/ Move article from one list to another.

*Move*

User can move the article from one list to another list by dragging article icon. This will shift the article card from first list to another list. We need to add two applications with OC-List simultaneously to view two different list.

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

*Copy*

User can also copy the article present in one list to another list. This will create a copy of same article card present in one list and add it to another list. User need to press the key and drag the article icon.

*For windows: -*

CTRL + drag article icon

*For MAC: -*

Option Key + Drag Article icon

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

*Warning Message while drag & drop.*\
\
When a user drags & drops an article to a list and the article exists in that list then a warning message will show that would also tell in which list the article already exists.<br>

<figure><img src="/files/3YuUtrHJ9zBfhHYNDOuh" alt=""><figcaption></figcaption></figure>

This relation can be seen in the article xml if the article exists in more than one list, see below.

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

**Jump Data clean up on Drag and drop Jump article between one OC list to another.**

When the user moves a Jump article from one list to another by dragging the article icon, the system prompts the user to confirm the action, as it clears the jump data from the article when added or removed from a list.

*Move*

When the user moves the Jump article from one list to another by dragging the article icon and confirms by selecting "Yes" on the prompt, the article is transferred to the new list, and its jump data is removed from the article's XML.

*Copy*

When the user presses CTRL and drags the article icon to copy the Jump article from one list to another, and confirms by selecting "Yes" on the prompt, the article is duplicated in the new list, and its jump data is removed.

*Delete*

When the user clicks "X" to remove the Jump article from the list and confirms by selecting "Yes" on the prompt, the article is deleted from the list, and the jump data is erased from the article's XML.

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

## Jump article visual cue in OC list

In OC-list version 3.5.1, if an article contains Jump Data, an icon will appear alongside it in the story list, marking it as a "Jump article" to make it visually distinct from other articles in the list.

<figure><img src="/files/38pDk2fgycGmnkzQdZwq" alt=""><figcaption><p><strong>Jump article visual cue in OC list</strong></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:

```
GET https://docs.navigaglobal.com/oc-list/user/how-to/drag-and-drop-between-one-oc-list-to-another..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.
