# Configurations

- [Google Maps API Keys](https://docs.foodomaa.com/configurations/google-maps-api-keys.md)
- [Google Distance Matrix API](https://docs.foodomaa.com/configurations/google-distance-matrix-api.md)
- [SMS Gateway Settings](https://docs.foodomaa.com/configurations/sms-gateway-twilio-keys.md)
- [Push Notification Keys](https://docs.foodomaa.com/configurations/push-notification-keys.md): Firebase configuration for push notification setup for the customer application.
- [One Signal Setup for Store Dashboard Notification](https://docs.foodomaa.com/configurations/one-signal-setup-for-store-dashboard-notification.md)
- [Changing customer and delivery application name](https://docs.foodomaa.com/configurations/changing-customer-and-delivery-application-name.md)
- [Email Configuration](https://docs.foodomaa.com/configurations/email-configuration.md): Email Configuration for Password Reset functionality using SendGrid API
- [Cache Configuration](https://docs.foodomaa.com/configurations/cache-configuration.md)
- [Promo Sliders](https://docs.foodomaa.com/configurations/promo-sliders.md)
- [Category Slider and Filters](https://docs.foodomaa.com/configurations/category-slider-and-filters.md)
- [Social Login](https://docs.foodomaa.com/configurations/social-login.md)
- [Store Scheduling (Open/Close)](https://docs.foodomaa.com/configurations/store-scheduling-open-close-times.md)


---

# 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.foodomaa.com/configurations.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.
