# System Setup

### Overview

**System Setup** is the global configuration for Tourpaq.

These settings affect the entire company, including bookings, payments, integrations, and reporting.

Go to **Setup → System Setup**.

{% hint style="warning" %}
Changes apply system-wide.

Test changes in a safe environment when possible.
{% endhint %}

Only users with **Administrator** rights should edit these settings.

Some rules and configurations cannot be deleted manually. Tourpaq removes them programmatically to protect data integrity.

### What you use it for

Use System Setup to:

* Establish **company-wide defaults** such as currency, payment rules, and booking visibility.
* Control **functional behavior** of dashboards, reminders, filters, and allotments.
* Configure **communication services**, including SMS and email.
* Manage **integration credentials** for third-party providers (transport, hotels, GDS, car rental, etc.).
* Define **reporting and export parameters** to support financial and operational workflows.

Correct setup keeps behavior consistent across brands and agencies. It also reduces errors in pricing, payments, and booking workflows.

### Main sections

Start here, then drill into the specific area you need:

* [System Setup – General Information Settings](/setup/system-setup/system-setup-general-information-settings.md)
* [System Setup – Payment Rate Rules](/setup/system-setup/system-setup-payment-rate-rules.md)
* [System Setup – Radix Data](/setup/system-setup/system-setup-radix-data.md)
* [System Setup – Currency](/setup/system-setup/system-setup-currency.md)
* [System Setup – Deposit Rules](/setup/system-setup/system-setup-deposit-rules.md)
* [System Setup – SMS Configuration (Twilio)](/setup/system-setup/system-setup-sms-configuration-twilio.md)
* [System Setup – Mail Platform](/setup/system-setup/system-setup-mail-platform.md)
* [System Setup – Auto Europe (Car Rental Integration)](/setup/system-setup/system-setup-auto-europe-car-rental-integration.md)
* [System Setup – Hotel Providers](/setup/system-setup/system-setup-hotel-providers.md)
* [System Setup – Hotel Import](/setup/system-setup/system-setup-hotel-import.md)
* [System Setup - Transport Providers](/setup/system-setup/system-setup-transport-providers.md)
* [System Setup – GDS Data](/setup/system-setup/system-setup-gds-data.md)
* [System Setup – Inflight Service](/setup/system-setup/system-setup-inflight-service.md)
* [System Setup – Firebase Configuration](/setup/system-setup/system-setup-firebase-configuration.md)
* [System Setup – Travel Lengths](/setup/system-setup/system-setup-travel-lengths.md)
* [System Setup – Two-Factor Authentication (2F Auth)](/setup/system-setup/system-setup-two-factor-authentication-2f-auth.md)
* [System Setup – FTP Providers](/setup/system-setup/system-setup-ftp-providers.md)
* [System Setup - Web Hook Configuration](/setup/system-setup/web-hook-configuration.md)
* [System Setup – Flight Change Queue](/setup/system-setup/system-setup-flight-change-queue.md)

### FAQ

<details>

<summary><strong>Who should edit System Setup?</strong></summary>

Admins only.

Many settings affect bookings, finance, and integrations immediately.

</details>

<details>

<summary><strong>Why can’t I delete a rule or configuration?</strong></summary>

Some configuration is protected to avoid breaking references in historical data.

Those items are removed by the system when it is safe to do so.

</details>

<details>

<summary><strong>What should I validate after changing a setting?</strong></summary>

At minimum:

* Create a test booking.
* Run the relevant export/report.
* Verify the downstream integration (email/SMS/provider) if impacted.

</details>

<details>

<summary><strong>Do System Setup changes affect all brands?</strong></summary>

Yes. System Setup is company-wide.

Brand-specific configuration is usually handled in brand/agency modules.

</details>


---

# 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://manual.tourpaq.com/setup/system-setup.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.
