> For the complete documentation index, see [llms.txt](https://docs.stylemixthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylemixthemes.com/masterstudy-lms/lms-settings/profiles/profile-menu-reordering.md).

# Profile Menu Reordering

The **Profile** M**enu Reordering** is an awesome feature that gives you full control of menu item order in the Instructors and Students profile.

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

Here are the Menu items for instructors and students in the front end:

{% tabs %}
{% tab title="Instructor" %}

<figure><img src="/files/WQJFJKqUl445am5vCsHr" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Student" %}

<figure><img src="/files/qLgMOj2vouYdxAyxwH6A" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

In the **Profile Menu Reordering tab**, based on the selected user roles menu items change automatically:

{% tabs %}
{% tab title="Instructor Menu Items" %}

<figure><img src="/files/1ziztpnNAw55swmKTxV1" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Student Menu Items" %}

<figure><img src="/files/al2lUoUa43Og1CLxBHpo" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

There are **two columns:**

* <mark style="color:green;">**Enabled**</mark> - items in the column will be **accessible** to instructors/students in their profile menu
* <mark style="color:red;">**Disabled**</mark> -  items in the column will be **inaccessible** to instructors/students in their profile menu

To change the items between columns or their orders in the menu, use the drag & drop functionality and save the changes:

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

{% hint style="warning" %}
Items labeled with :warning: sign are important and are not recommended to be disabled.&#x20;
{% endhint %}

### Example

Let's see an example. We want to disable the **Membership item** for **students**.&#x20;

1. Follow **MS LMS > Settings > Profiles > Profile Menu Reordering** and select the Student as a user role:

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

2. Use the drag & drop and move the Memberships item to the Disabled Column, save the changes:

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

3. Here is the result before and after the changes:

{% tabs %}
{% tab title="Before" %}

<figure><img src="/files/LZVr7IJf3cm8TsOycEG1" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="After" %}

<figure><img src="/files/WvT22AxUaKOMz6ZkluEu" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

If the item is in the disabled column, it will not be displayed here as well:

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

{% hint style="success" %}
You can follow the **same process** to **reorder** the menu items as well.
{% endhint %}


---

# 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.stylemixthemes.com/masterstudy-lms/lms-settings/profiles/profile-menu-reordering.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.
