> For the complete documentation index, see [llms.txt](https://docs.storylane.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storylane.io/tips-and-tricks/how-to-edit-the-background-of-a-screen-with-a-pop-up.md).

# How to edit the background of a screen with a pop-up?

If you wish to modify the content that appears in the background of a captured page, you'll need to:

**Step 1:** hide all the elements that are in front (i.e. pop-up)

<figure><img src="/files/07M7QgbgxyWPLEFPM2ii" alt=""><figcaption></figcaption></figure>

**Step 2:** edit the content that you'd like to change

**Step 3:** unhide the elements that were hidden

<figure><img src="/files/YgvxsVxQ8CGs3yq8wmTh" alt=""><figcaption></figcaption></figure>

[Here's](<https://www.loom.com/share/c05bd0801af146c489ea601ec3b1ac66 >) a video showing how to do the above steps.


---

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

```
GET https://docs.storylane.io/tips-and-tricks/how-to-edit-the-background-of-a-screen-with-a-pop-up.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.
