# Deleting a Page

### How do I delete a page?

To delete a page you no longer need:

1. Login to your freewebstore control panel.
2. Go to **Manage > Pages.**
3. Click the little **Pencil** icon next to the page you wish to delete.
4. When the page has loaded, you will see a red button with the text **Delete.** Click this button.
5. You will then be prompted to enter some text in the required field in order to confirm you want to delete this page.
6. Click **Confirm.**


---

# 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://help.freewebstore.com/manage/pages/deleting-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.
