# Test Credentials

### Step 1:  Getting Test Credentials

You can easily register for test credentials by signing up [**using the Zaui Reseller Signup Form**](https://api.zaui.io/signup/).&#x20;

![Signup form on https://api.zaui.io/signup/](/files/-MSs1Xd6ThSVWQs0q1QX)

The signup form will ask you for a company name, email and password. You'll need this information to access the test portal where you'll be able to check the bookings you've made, check availability and troubleshoot your connection.&#x20;

{% hint style="info" %}
The API Key will work for both the Zaui IO Reseller API Spec and the OCTo Zaui Reseller Spec.  If you are currently using the IO Spec, you do not need a new key, however, you are welcome to signup for a new key.
{% endhint %}

### Step 2:  Build Your API Integration

All resellers are required to implement the Basic Capabilities:  [**Product Mapping**](https://docs.zaui.com/octo/basic-workflow/products)**,** [**Availability**](https://docs.zaui.com/octo/basic-workflow/availability) and [**Booking**](https://docs.zaui.com/octo/basic-workflow/booking) specifications.  **All other Advanced Capabilities are optional.**

### Step 3:  Verifying Your Bookings (Test Supplier Booking System)

The login details provided [from the Zaui Reseller Signup](https://api.zaui.io/signup/) allows access to [Zaui's Test Supplier Booking system](https://suppliertestsystem.zaui.net/booking/web/#/default/agent/login). You should receive the link to the booking engine, username and password.   &#x20;

![Zaui Agent Login ](/files/-MSs7l8B41La4acGntjo)

Click the three dots next to the cart icon to access "My Bookings" and you can see all the bookings created under your reseller account.  Use this portal to check whether your fields being sent are correctly and that your API calls are being registered correctly within the platform.

{% hint style="info" %}
My Bookings will show all bookings created through the API and manually through the supplier portal.&#x20;
{% endhint %}

### Step 4:  Finalizing Your Connection

Once you have verified your connection works by creating a new booking and cancelling it in the Supplier Test System, send an email to <connectivity@zaui.com> with the booking confirmation number and let us know that testing is complete and the connection is working as expected.&#x20;

We will then enable the supplier to connect with you.&#x20;


---

# 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://docs.zaui.com/octo/test-credentials.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.
