# How to extract a composition from an app

If you want to customize an app template, you'll first need to extract a composition from it. The Dashboard is where you do this. Here's how:

1. Right-click on the app that you'd like to extract a composition from.
2. Select **Extract Composition**. The new composition will appear in the Compositions section of the same fold that contains the control app.

<figure><img src="/files/mzL9fRuYotGXcy171nB0" alt=""><figcaption><p>Extracting a composition from an app template</p></figcaption></figure>


---

# 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://developer.singular.live/singular-basics/managing-overlays-in-the-dashboard/how-to-extract-a-composition-from-an-app.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.
