# Platform settings

{% hint style="info" %}
Once the platform is created, the **Platform Settings** section allows you to configure general settings, manage sports and disciplines, and handle third-party licenses.
{% endhint %}

## General

<details>

<summary>Organization account</summary>

In this section, the platform owner's organization account is set up.

To adjust organization settings, use the options in the left sidebar. If you need to transfer platform ownership to another account, click **"Change Owner."**

Please note that the new owner must be registered in Tournated and have organization rights; otherwise, they cannot be selected.

</details>

<details>

<summary>Settings</summary>

In this section, general platform settings such as title, sports, disciplines, third-party licenses, language, default timezone, and currency are configured.

Please note that for sports, language, and currency, the first selection will be set as the default/primary option

In the contact email input field, enter the email address you want to display in the footer as the primary contact email.

</details>

<details>

<summary>Appearence</summary>

In this section, platform logos and colors are defined.

</details>

<details>

<summary>Billing details</summary>

This section is critical for billing details. Please ensure that you provide your company's information, as this will appear on invoices and be used for VAT calculations.

</details>

<details>

<summary>Terminology</summary>

It allows an organization to customize the terminology used across their platform. For example, replacing default terms with custom, platform-specific alternatives.

</details>

<details>

<summary>Custom fees</summary>

This section allows the platform manager to set up additional (partner) service fees to increase the organization's revenue streams. Fees can be specified separately for entries, bookings, and licenses. The fee will either be added to or subtracted from the primary amount, depending on the configuration.

</details>

{% hint style="info" %}
Please note that to enable online payments and automate fee distribution (for partner fees), you need to set up your Stripe.com account and send a connection request to <support@tournated.com>.
{% endhint %}


---

# 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://tournated.gitbook.io/tournated/tournated-portals/tournated-dashboard/platform-management/platform-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.
