# Free trial information

The trial version of fulfillmenttools lets you try all functions and features for 30 days and test them with individual use cases and scenarios.

If you haven't already requested a free trial, click the button below.

<a href="https://fulfillmenttools.com/en/request-free-trial/" class="button primary">Get the trial version</a>

{% hint style="info" %}
Any settings you create during your free trial can be transferred when you switch to the full version.
{% endhint %}

Once your trial version is ready, you'll receive an email with the following information:

* **API access information**
  * These include:
    * API URL of your tenant[^1]
    * API key (also referred to as `AUTHKEY`)
    * Username
    * Password
* **Backoffice URL**
  * This is how you can access the fulfillmenttools Backoffice[^2] in your browser.
* **Initial login credentials**
  * These are your initial login details. You should change the password in the Backoffice[^2] once you've logged in for the first time. Ensure you don't use any backslashes (`\`) in your password, as this could create issues in Postman.

The rest of this section will take you through setting up your free-trial instance and using our product during your free trial.

fulfillmenttools is designed as an API first product. This means that functionality is first developed and released as an API, before it's released to our clients (Backoffice and apps). So, some features are only configurable using our APIs, while others can be easier to modify in the clients.

{% hint style="info" %}
Our free trial tutorial focuses on working with the fulfillmenttools endpoints, and not how to integrate with other systems. For that, see [our Integration section](/documentation/integrations/client-sdks.md).
{% endhint %}

In the next article, we'll take you through how to set up Postman for your free trial.

[^1]: An instance of fulfillmenttools for each customer. Each tenant works in different environments. For example, there'll be a tenant for pre-production, and one for production.

[^2]: Our web-based application, where customers manage their fulfillment network and operations via a UI.


---

# 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.fulfillmenttools.com/documentation/using-our-free-trial/free-trial-information.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.
