> For the complete documentation index, see [llms.txt](https://help.meltingspot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meltingspot.io/english/coach-ai/configuration/managing-a-playbooks-pages.md).

# Managing a playbook's pages

A page corresponds to a specific URL within a playbook. Each hotspot is attached to a page, and only appears on the matching URLs.

{% hint style="info" %}
A page is most often created from the Chrome extension, by placing a first hotspot (👉 more information [here](/english/coach-ai/configuration/placing-intents-point-and-click.md)). This article covers page management from the settings: viewing, targeting rules, deletion.
{% endhint %}

### **View playbook's pages**

From **Settings > Playbooks**, click a playbook to display the list of its pages. For each page:

* its name,
* the number of published and draft intents,
* the last updated date,
* a red badge if pending intents need to be processed.

Sort by creation date or alphabetically. Search for a page by its name.

### **Create a page**

Two ways to create a page:

* **From the extension**, by placing a hotspot on a URL not yet covered. No targeting rule is defined: the page only targets the exact URL used at creation.
* **From the settings**, by clicking **New page** in the page list. The **Page details** drawer opens: give the page a name and configure its targeting rules if needed.

{% hint style="success" %}
If you create a page from the extension and it needs to apply to several similar URLs, add targeting rules from the settings. Without this, the hotspot only triggers on the exact URL used at creation.
{% endhint %}

### **Configuring targeting rules**

Targeting rules determine which URLs correspond to the same page. To add a rule:

1. Click **New rule**.
2. Choose an operator: `Matches regex`, `Starts with`, `Doesn't start with`, `Ends with`, `Doesn't end with`, `Contains`, `Doesn't contain`, `Equals`, `Doesn't equal`.
3. Enter the associated value.

Add several rule blocks to refine the targeting.

#### **Testing a URL**

Use the **URL Test** field: enter a URL, click **Test**. A green checkmark or a red cross indicates whether it matches the defined rules. Test several URLs in a row.

### **Editing a page**

From the page list, hover over a card and click **Edit** to reopen the **Page details** drawer.

### **Delete a page**

From the page itself, click **Delete page**.

{% hint style="danger" %}
Deleting a page also deletes all associated hotspots and intents. This action is irreversible.
{% endhint %}


---

# 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://help.meltingspot.io/english/coach-ai/configuration/managing-a-playbooks-pages.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.
