# 4.7 On-Boarding Setup

## Change On-boarding Images

To change the Intro images, you have to use your own images. These images must be in .svg format. We have used images from the following site: <https://undraw.co/illustrations>. You can get the images from there too.

* Select your 3 images and rename them to **inro\_1.svg, intro\_2.svg** and **intro\_3.svg**.
* Go to the **assets/images** folder and paste and replace with the existing images.

***

## Disable On-Boarding Screens

You can disable the onboarding screen directly from the Newsfreak Configs plugin.


---

# 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://doc.newsfreak.mrb-lab.com/app-setup/4.-app-information-setup/4.7-on-boarding-setup.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.
