# 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.

![](https://2208669250-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LqyzgzOgrLqoeN3iFfy%2F-Lqz-9u8D8-tJxmqBgIl%2F-Lqz7ZbtFH5uvM2Te-du%2FScreen%20Shot%202019-10-12%20at%202.12.29%20PM.png?alt=media\&token=e28af01c-c1e5-4966-a443-3e55ff1a8383)

* Select the route link that you want to remove and just press Delete, eg. here we have choose to remove `billing`, 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.
* Note, in some case you might not find the page route in `app-routing.moudle.ts` . Some routes can be placed in `tabs.router.module.ts` . In that case, remove it from the correct file
* Press Ctrl+S to 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: 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-5-food-ordering-template/how-to-use-this-template/removing-a-page.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.
