# How to alter presented apps in the app scope

Currently, there are 6 apps listed/pinned to the top (phone, contacts, messages, camera, browser and clock). You can add/remove/change them, for example replace clock with Dekko:

```
$ gsettings set com.canonical.Unity.ClickScope core-apps '["dialer-app", "messaging-app", "address-book-app", "com.ubuntu.camera_camera", "webbrowser-app", "dekko.dekkoproject"]'
$ restart unity8
```

To restore to default, just run:

```
$ gsettings reset com.canonical.Unity.ClickScope core-apps
$ restart unity8
```

It is possible to run these from the Terminal app.

Last updated: Sat Oct 31 16:43:21 CET 2015


---

# 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://guru-1.gitbook.io/bq-aquaris-e-4-5-ubuntu-phone/en/chapter15.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.
