# Moving Terms between Glossaries

You can move any term to a different **Glossary** by selecting your desired destination. If needed, you can also place it within a specific **Category** under that Glossary, making it easier to keep your terms organised and easy to navigate.

* Step 1: Navigate to Catalog page → Glossary tab.
* Step 2: Click on any glossary to open the dropdown of listed terms. Terms may be placed under a glossary or a category.

<figure><img src="/files/a1TIxjRq153lM3UPOhI2" alt=""><figcaption><p>A term placed under a glossary</p></figcaption></figure>

<figure><img src="/files/r7RftSMzy2yt4HSTSWyM" alt=""><figcaption><p>A term placed under a category</p></figcaption></figure>

* Step 3: Click on the ellipsis (⋮) of the selected term to display the dropdown menu.
* Step 4: Click on the **Move** option.

{% hint style="info" %}
If a term with the same name already exists within a given glossary or category, the user cannot move another term with the same name.
{% endhint %}

<figure><img src="/files/FS0kvA9Ec1up0zze8OTF" alt=""><figcaption><p>Dropdown menu with the "Move" option for the selected term</p></figcaption></figure>

* Step 5: A Move Term form will be displayed.
* Step 6: Select a glossary to move the term, or if you want to move it under a specific category, optionally select a category associated with the selected glossary, under Move within a Category dropdown.

<figure><img src="/files/Hj1e6XDHzutCBkAQqfym" alt=""><figcaption><p>Modal form displaying options to move the term to a glossary or category</p></figcaption></figure>

* Step 7: Select a reviewer, or mark it as **"Approved immediately"** to bypass the review process.

<figure><img src="/files/iJmx9kaoPAUR7fBqzuNE" alt=""><figcaption><p>Options to select a reviewer or mark the term as "Approved immediately"</p></figcaption></figure>

* Step 8: If Approved immediately, **Move Term** will be displayed. After clicking on `Move Term` , a toast message will display, confirming that the term has been successfully moved to the selected destination.

<figure><img src="/files/TksyfEIoLBtQrzcHtkwW" alt=""><figcaption><p>Toast message confirming successful term relocation</p></figcaption></figure>

### Approval Workflow

* If a reviewer or approver is selected, an email will be sent to request their approval.
* The request will also be displayed in the **Requests** tab.

<figure><img src="/files/KwQxAt4tFhcL15COiTEC" alt=""><figcaption><p>Approval request listed under the Requests tab</p></figcaption></figure>

* Users can view the changes by clicking **View all changes**.

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

* A form titled **Changes requested for this asset** will be displayed.

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

* Click **Approve Changes** to successfully approve the request.

<figure><img src="/files/94Eq0v6HaOT7qQfuPtOE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/iFoHp36mEgG4Kbl09Tgh" alt=""><figcaption><p>Confirmation toast message displayed after successful approval</p></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.decube.io/glossary/adding-terms-and-linked-assets/moving-terms-to-glossary-category.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.
