> For the complete documentation index, see [llms.txt](https://clawcrane-docs.secretbakery.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clawcrane-docs.secretbakery.io/help/restrict-to-specific-pages.md).

# Restrict to specific pages

Sometimes you want to run Clawcrane only on specific pages and want to disable the Greeter Icon box  for others.

![The Standard Greeter Icon](/files/-MBUHSTdd36Pvp7vzVQs)

There are basically two ways to do this.

### Option 1: Restrict to specific pages

Take a fragement of the page address and copy it to the `Show on pages` option.

Example:

* The Greeter icon shall only appear on <http://www.cookieshop.com/pages/**win-a-cookie>\*\*
* Set `Show on pages` to `Only specific page`  and fill in **win-a-cookie** as shown below.

![](/files/-MBUHsMNrXxOtGYtGJhy)

{% hint style="info" %}
This can also be done with any other parts of the Webaddress, e.g. collection names, product names, etc.
{% endhint %}

&#x20;

### Option 2: Disable the Greeter Icon and use Langingpages / Starter-Buttons

You can also shut off the greeter icon entirely, by not triggering it. Set the option `Trigger (Start)`to `<None>`.

![](/files/-MBUKi0AtMBWwvRXVVrn)

Since the Greeter Icon will not be shown you need to [create a Landingpage ](/help/how-to-create-a-landingpage.md)and / or an element in your store that serves a [Starter-Button](/help/starter-buttons.md).


---

# 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://clawcrane-docs.secretbakery.io/help/restrict-to-specific-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.
