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

# Account Set Up

- [Customers Export / Import](https://appfront.gitbook.io/portal/setup/customers-import.md): Importing your existing customer data base from your other platforms
- [Mobile App Set Up](https://appfront.gitbook.io/portal/setup/native-apps-setup.md): In order to put your apps under your accounts and company name in Google Play and AppStore, under Apps, please take the following steps:
- [Payment Processors](https://appfront.gitbook.io/portal/setup/connect-payment-processor.md): This section will describe how to open and connect your processor to the Appfront platform
- [In-Store](https://appfront.gitbook.io/portal/setup/in-store.md): AppFront is a 360 restaurant digital platform. Our platform allow restaurant to communicate with their customers through any digital Chanel (Cross platform Omni Channel solution), online and in-store.
- [Tracking: Google Analytics, GTM, Facebook Pixel](https://appfront.gitbook.io/portal/setup/tracking.md): The ability to follow and track your customers behaviour using Google Analytics, Google Tag Manager and Facebook Ads is very important in order to follow and calculate conversion.
- [New Store On-Boarding Checklist](https://appfront.gitbook.io/portal/setup/roll-out-checklist.md): Ready to roll out? This section will cover everything you will need to check and confirm BEFORE going live with a new location.
- [Online Ordering](https://appfront.gitbook.io/portal/setup/online-ordering.md): This section will be around anything you need to know around the Online ordering.
- [order.yourdomain.com](https://appfront.gitbook.io/portal/setup/ssl-certificates.md): Setting your brand domain for your online ordering site instead of yourbrand.appfront.app
- [Integrations](https://appfront.gitbook.io/portal/setup/integrations.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://appfront.gitbook.io/portal/setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
