# Blur

The Blur feature allows you to obscure specific parts of your screen in the demo, hiding sensitive information or unreleased features from view.

**How to use the Blur feature in your guideflow:**

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/zkj9860fep>" %}

* Open your Screenshot-based demo in the editor.
* Locate the "Add blur" button in the bottom right corner of the editor, underneath the screen that showcases the current step.
* Click on "Add blur" to activate the feature.
* You can drag and drop a window to position it over the area you want to hide.
* Resize the blur window as needed by clicking and dragging its corners or edges.
* You can add multiple blur windows to a single step if necessary.


---

# 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://docs.guideflow.com/help/edit-your-guideflow/call-to-action-cta/blur.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.
