> For the complete documentation index, see [llms.txt](https://enappd.gitbook.io/ionic-4-netflix-clone-template/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enappd.gitbook.io/ionic-4-netflix-clone-template/how-to-use-this-template/removing-a-page.md).

# Removing a Page

### **Steps to remove undesired page from the App** <a href="#steps-to-remove-undesired-page-from-the-app" id="steps-to-remove-undesired-page-from-the-app"></a>

* Go to `app-routing.module.ts` file.

![](/files/-LquBK93O1L_E2qCNux7)

* Select the route link that you want to remove and just press Delete, eg. here we have choose to remove `notifications`, then press Delete
* Also remove any links to this page from other pages. You can identify this from the UI flow - which button leads to which page.
* Save the changes made.
* ‌Additionally, you can also remove the deleted page's folder from the project.

In this way we can remove the pages that we do not want in our app.‌[<br>](https://app.gitbook.com/@enappd-apps/s/apps/ionic-4-full-app/pro-pack-features/woo-commerce-integration)


---

# 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://enappd.gitbook.io/ionic-4-netflix-clone-template/how-to-use-this-template/removing-a-page.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.
