# Define Basics

- [Database](https://mobidonia.gitbook.io/mresto/define-basics/database.md)
- [Mail server](https://mobidonia.gitbook.io/mresto/define-basics/obtain-smtp.md)
- [Localization and Time format](https://mobidonia.gitbook.io/mresto/define-basics/localization.md)
- [Pricing Plans](https://mobidonia.gitbook.io/mresto/define-basics/pricingplans.md)
- [Payments](https://mobidonia.gitbook.io/mresto/define-basics/payments.md)
- [Stripe Gateway](https://mobidonia.gitbook.io/mresto/define-basics/stripe-gateway.md)
- [Paystack Gateway](https://mobidonia.gitbook.io/mresto/define-basics/paystack-gateway.md)
- [Google API](https://mobidonia.gitbook.io/mresto/define-basics/google-api.md): How to get Google Maps, Places and Geo location API keys
- [Google Analytics](https://mobidonia.gitbook.io/mresto/define-basics/google-analytics.md): Enable tracks and reports website traffic
- [Google authentication](https://mobidonia.gitbook.io/mresto/define-basics/google-authentication.md): How to enable Google login
- [Facebook authentication](https://mobidonia.gitbook.io/mresto/define-basics/facebook.md): How to enable Google login
- [One Signal push notifications](https://mobidonia.gitbook.io/mresto/define-basics/one-signal-push-notifications.md)
- [Twilio SMS notifications](https://mobidonia.gitbook.io/mresto/define-basics/twilio-sms-notifications.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://mobidonia.gitbook.io/mresto/define-basics.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.
