> For the complete documentation index, see [llms.txt](https://help.hyteno.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hyteno.com/user-manual/readme/getting-started.md).

# Getting Started

<details>

<summary>Register for Hyteno</summary>

1. Navigate to [hyteno.com](https://hyteno.com)
2. Click on the "Get Started"/"Register" button which will take you to the register page.
3. You will be directed to the [sign-up](https://hyteno.com/register) page.
4. Fill in all required details such as your business name, email, and phone number by selecting your country press "Next Page".
5. Select one of the templates and proceed.
6. Fill out the given information and press "Finish signing up".
7. For security, an OTP will be sent to the provided phone number, enter the OTP.
8. Congratulations, you have successfully registered on Hyteno. Now select a plan and you will be directed to the payment section where you will need to enter your credit card details to make the subscription payment.

</details>

<details>

<summary>Download Hyteno App</summary>

1. Go to the [Google Play Store](https://play.google.com/store/apps/details?id=com.b33peen.hi_foods_business\&pli=1) or App Store.
2. Search for Hyteno Business
3. Press the "Install" button

</details>

<details>

<summary>Set up your restaurant</summary>

1. Open the "Hyteno Business" app and log in using your registered phone number.
2. You'll be taken to a page where you'll need to fill in your restaurant's details.
3. To add a photo, click on the 'Add Photo' option.
4. Then, click on the 'Add Images' button and select images from your phone's gallery.
5. Once you're done, click 'OK' at the bottom right corner.
6. Select the images you want to be displayed on the app as your restaurant's images.
7. To add more images, click on the "+" button at the bottom right corner.
8. Return to the details entry page and enter your business name, phone number, email, Siret number, and number of tables offered (these fields cannot be left empty).
9. Click 'Continue' once you've entered all the basic information.

</details>

<details>

<summary>Adding details about your restaurant</summary>

1. Click on the "+" button next to the address field to add your business location.
2. Enter your address and click "Save". Choose the size of your business from the dropdown menu.
3. Select one or more options that best describe the type of food your restaurant offers.
4. Indicate the price range of your restaurant. (€ for cheap, €€ for medium, €€€ for expensive)
5. Select one or more dietary options from the checkboxes provided.
6. Input your postal code (mandatory field).
7. Choose one or more options that describe the services offered by your restaurant.
8. If you offer delivery, two new fields will appear (delivery radius and minimum delivery amount) at the top of the page, which need to be filled in.
9. Similarly, if you offer reservations, a new field will appear (minimum reservation amount) at the top of the page, which needs to be filled in.
10. Also, specify the method of payment for each service you offer.
11. Press “Continue” to proceed

</details>

<details>

<summary>Add Payment Details</summary>

When you have accumulated revenue in your Hyteno Business wallet, you can withdraw your fund:

1. Using Stripe Connect:\
   We allow you to withdraw your funds directly to Stripe Connect

</details>


---

# 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://help.hyteno.com/user-manual/readme/getting-started.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.
