> For the complete documentation index, see [llms.txt](https://docs.culinarytrail.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.culinarytrail.eu/guides/restaurants.md).

# Restaurants

{% hint style="success" %}
**Estimated time: 15 minutes.** All you need is a created account.
{% endhint %}

## Managing Restaurants

Registered users can add and manage restaurants through the **My Restaurants** section of their account dashboard. Restaurants added to the system can later appear on the Transnational Trails map once they have been reviewed and approved by a Content Manager.

### Accessing My Restaurants

After signing in, users can open the **My Account** page and select **My Restaurants** from the account menu.

This section displays all restaurants created by the user. Each restaurant is shown in a table with the following information:

* **Title**
* **Status**
* **Date**
* **Actions**

The available actions allow users to **view**, **edit**, or **delete** a restaurant.

<figure><img src="/files/BxFcvR05khnOSywbjavw" alt=""><figcaption></figcaption></figure>

### Restaurant Status

When a restaurant is first submitted, its status is set to **Pending**. This means that the restaurant has been saved successfully and is waiting for review.

After the restaurant is approved by a Content Manager, its status changes to **Published**. Published restaurants become visible on the **Transnational Trails map** and are marked with the Culinary Trail restaurant icon, shown as a spoon in the Culinary Trail style.

<figure><img src="/files/1jSdxYYon79rifOZPceM" alt=""><figcaption></figcaption></figure>

### Adding a New Restaurant

To create a new restaurant, users should click the **Add new Restaurant** button in the **My Restaurants** section.

This opens the restaurant submission form, where users can enter the main information about the restaurant.

<figure><img src="/files/o0MntaKxaO2guBCyjjwj" alt=""><figcaption></figcaption></figure>

### Completing the Restaurant Submission Form

The restaurant form contains the key details needed to present the restaurant in the system.

<figure><img src="/files/WqNQ3n27nYuVsNEs3V7t" alt=""><figcaption></figcaption></figure>

Users should complete the following fields:

<details open>

<summary><strong>Restaurant Name</strong></summary>

Enter the official name of the restaurant. This is a required field and will be displayed as the restaurant title.

</details>

<details open>

<summary><strong>Description</strong></summary>

Use this field to provide a short description of the restaurant. The description may include information about the restaurant’s offer, culinary focus, local connection, or relevance to the Culinary Trail.

</details>

<details open>

<summary><strong>Featured Image</strong></summary>

Upload a featured image that represents the restaurant. This image will be displayed on the restaurant page and should clearly present the restaurant, its interior, exterior, food, or visual identity.

</details>

<details open>

<summary><strong>Address</strong></summary>

Enter the full address of the restaurant. This helps users locate the restaurant and supports accurate map display.

</details>

<details open>

<summary><strong>Latitude and Longitude</strong></summary>

Enter the restaurant’s geographic coordinates. These coordinates are used to place the restaurant on the map.

</details>

<details open>

<summary><strong>Phone Number</strong></summary>

Enter the restaurant’s contact phone number, if available.

</details>

<details open>

<summary><strong>Website</strong></summary>

Add the restaurant’s official website or another relevant link where users can find more information.

</details>

<details open>

<summary><strong>Country</strong></summary>

Select the country where the restaurant is located.

Fields marked with an asterisk `*` are required and must be completed before submitting the restaurant.

</details>

### Submitting a Restaurant

After all required information has been entered, users can click **Submit Restaurant**.

The restaurant will then appear in the **My Restaurants** list with the status **Pending**. Once it has been reviewed and approved by a Content Manager, the status will change to **Published**.

### Viewing a Restaurant

Users can click **View** to open the public restaurant page.

On this page, users can see the restaurant’s details, including its featured image, address, contact information, website, map location, and description. The page may also display ratings and user comments.

Logged-in users can leave a review and rating for the restaurant.

<figure><img src="/files/EgQMWaMNhnbVQChuOC1Z" alt=""><figcaption></figcaption></figure>

### Editing or Deleting a Restaurant

From the **My Restaurants** list, users can manage their restaurants using the available action buttons.

The **Edit** button allows users to update restaurant information.

The **Delete** button removes the restaurant from the user’s list.

If changes are made to a restaurant, they may need to be reviewed again before appearing publicly.


---

# 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://docs.culinarytrail.eu/guides/restaurants.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.
