> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/glover/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/glover/how-to/onboarding-settings.md).

# Onboarding Settings

You can set the info to be displayed on your apps during the onboarding process. The Onboarding page is the first page your customer/user see after installing the app and going through the splashscreen.

By default there 3 onboarding page for each app, so you might not need to make and new entry on this page, but if you want to have your own onboarding page different from the default that comes with the app, you can set them on the onboarding settings page in the backend.

## How To Create Onboarding Pages for Mobile App

1. Click on the Onboarding Menu under the Misc. menu in the backend
2. You can then add/edit/modify onboarding pages for each app

<figure><img src="/files/2tiQlrvpcbVqpvd7Fky4" alt=""><figcaption><p>1</p></figcaption></figure>

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


---

# 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://edentech.gitbook.io/glover/how-to/onboarding-settings.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.
