# Setup

## Regions

The first thing that needs to be defined is what Regions service operates on. This is done through `Regions` Menu under the `Management` section.

Using `+ Add` you will be presented with the following screen. Here you can set a name for the region, set the currency, and then draw the region on the map below.

![](/files/PKNzFONU15RRmJN2XreI)

## Services

With regions being defined now it's time to set up services. Services are the list of options the user has to order just like the picture below:

![](/files/fL6k9Q5o3soKhhG3X2IJ)

In `Management`->`Services` You would need to first define the service categories using the `New Category` button. After doing so `New Service` button would appear on the same screen so you could add services too. Options to define a service are many making the app usable for businesses other than taxis too. Depending on your type of business you can set appropriate options and fee structures on this screen to be presented.

![Set service parameters in this form](/files/ZwaENlO9snYkUeHswfSZ)


---

# 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://flutter-docs.taxi.ridy.io/usage/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.
