# Removing a Page / Component

## **Steps to remove undesired page from the App**

Removing a page from the app is pretty straight-forward. You just remove the target folder from the code, and remove the routing associated with it. Also, if this folder or any of its child pages are imported in some other page, you need to remove those as well.&#x20;

In our cases, Vue does not have dependency on any of the Routing or any other component . Let's see an example of removing a page - Netflix Layout

* Go to `src/data/SideMenu/menuData.ts` file and comment or remove the 140th line.
* In above step, It will remove the Netflix option from the side menu. In Vue there is no Navigators, so we do not have to remove any navigation part.

![Locate the menuData File](/files/r65gnR4R1cuayIWGB9HF)

![Comment the Netflix Component File from the file](/files/jFYByvoy0SpJFB8TohEq)


---

# 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://enappd.gitbook.io/ionic-6-vue-capacitor-full-app/vue-basics/removing-a-page-component.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.
