# FAQs

## How to manually enroll student in my courses

Go to Course administration screen. Locate the button to add students to course. Click and search for the user, select the user and add to the course. The user also gets notified when he is added to the course.

{% embed url="<https://www.youtube.com/watch?v=mzpYA4-wJrA>" %}

## How to Hide Menus

In version 4, you no longer need to remove the menus using code. You can simply remove the Buddypress menu items from Appearance > Menus > Profile Menus or the other option is to create a different Profile Menu for a different user role

### Course not visible in correct layout even after publish as soon as pricing is connected.

Consult site admin and make sure the product permalinks are set correctly. The permalink slug for the products should not be blank. WooCommerce also does not recomment this : <https://docs.woocommerce.com/document/removing-product-product-category-or-shop-from-the-urls/>


---

# 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.wplms.io/instructor-guide/faqs.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.
