# Settings

- [Change splash screen](https://docs.apphive.io/global-functions-1/settings/control-name.md): The Splash Screen is the first load screen of your app. You must replace this screen before requesting the APK or compilation of your app to load on stores.
- [Get google api key](https://docs.apphive.io/global-functions-1/settings/get-google-api-key.md): In this tutorial, we will guide you step by step to learn how to obtain the Google API key and activate geolocation services.
- [Firebase](https://docs.apphive.io/global-functions-1/settings/data.md)
- [Create account in firebase](https://docs.apphive.io/global-functions-1/settings/data/create-account-in-firebase.md)
- [Switch to plan blaze](https://docs.apphive.io/global-functions-1/settings/data/switch-to-plan-blaze.md)
- [Get realtime database url](https://docs.apphive.io/global-functions-1/settings/data/get-realtime-database-url.md): In this step-by-step guide, we will show you how to activate your database in Firebase and how to obtain the URL address that the editor requests when compiling.
- [Get realtime storage url](https://docs.apphive.io/global-functions-1/settings/data/get-realtime-storage-url.md)
- [Get services accounts.](https://docs.apphive.io/global-functions-1/settings/data/get-services-accounts..md)
- [Enable functions](https://docs.apphive.io/global-functions-1/settings/data/enable-functions.md)
- [Enable authentications](https://docs.apphive.io/global-functions-1/settings/data/enable-authentications.md)
- [Facebook Developers](https://docs.apphive.io/global-functions-1/settings/facebook-developers.md)
- [Facebook for developers](https://docs.apphive.io/global-functions-1/settings/facebook-developers/facebook-for-developers.md): If any of your apps works with Log In with Facebook, you must follow the Facebook for developers tutorial


---

# 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://docs.apphive.io/global-functions-1/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.
