# General

{% hint style="info" %}
In the General tab, you need to select the league (currently limited to one per tournament), categories (as many as you want), payment method, currency, general entry fee, and the number of courts or stages (depending on the league sport).
{% endhint %}

## Fields

* **Select a league**: Choose a league associated with your account (where you have been added as a league manager or organizer).
* **Select categories**: This list contains the active categories associated with the selected league.
* **Payment method**: The available methods are online, on-site, or both. Note that online payment can only be selected if organization is connected to Tournated Stripe. Based on your selection, you can set different prices for online and on-site payments.
* **Payment type**: Define whether you want to set the entry price per athlete, pair, or team. If "per athlete" is selected, the total fee will be calculated by multiplying the fee by the number of entries (e.g., for doubles, the total will be multiplied by 2).
* **Currency**: Select the currency from the list assigned to the platform.
* **Number of courts/stages**: Specify the number of courts/stages for your tournament. More detailed configuration will be done on a [separate page.](/tournated/tournated-portals/tournated-manager/creating-and-managing-a-tournament/court-settings.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://tournated.gitbook.io/tournated/tournated-portals/tournated-manager/creating-and-managing-a-tournament/general-settings/general.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.
