# Steps to Integrate

{% hint style="info" %}
The page provides a step-by-step overview of the integration process for resellers looking to connect with suppliers using Reservotron. If you're looking to use Reservotron's OCTO API for other use cases (e.g., Reservotron client building own checkout, operator connection, etc.), please reach out to our team for additional information.
{% endhint %}

### Step 1 Review Documentation & Plan

Review this documentation, and familiarize yourself with the OCTO API and Reservotron's implementation of it.

Reservotron requires all resellers to support OCTO Core endpoints, such as `Products`,`Availability`, and `Booking` as a minimum implementation.

Implementing `specific capabilities` is optional. Feel free to get in touch if you have any questions or if you’d like to discuss the implementation and specific capabilities.

### Step 2 - Develop

Write your code. In our experience, most Resellers have been able to complete development in 2 to 10 days. If you already support OCTO API with another booking/ticketing system, you should be able to proceed to `next steps` without any major development.

You can easily test your integration as you progress with the help of Reservotron's [**Votre Enrtreprise**](https://reservotron.com/votre-entreprise) - a fictional supplier account we've created for this purpose. This account has all the most common product configurations, can be used for any amount of testing you need, and allows you to view products, bookings, as well as Reservotron's API logs. See EdinExplore access for access.

### Step 3 Test

Once you've self-tested your implementation with the [Votre Entreprise](https://reservotron.com/votre-entreprise) account, please reach out to our team to have our team review and approve your integration. We value your time and aim to get back to you on this within 1-2 business days. We will ask you to perform a few additional test bookings, amend, cancel them, share your voucher, and review capabilities supported before approving you to go live.

### Step 4 Go Live!

Upon approval, you will be added to the list of partners in the Reservotron system, along with the integration instructions added to our partners page, making it easy for suppliers to enable the integration and share the API key with your team.\\

This is when you can reach out to suppliers to connect their products and start selling.


---

# 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:

```
GET https://reservotron.gitbook.io/reservotron/reseller-api/steps-to-integrate.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.
